simple javascript question

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
iffo
Forum Commoner
Posts: 37
Joined: Thu Oct 05, 2006 11:56 am

simple javascript question

Post by iffo »

Hi,
I see this kind a code sometime.

<script src='https://partner.coprosper.com/lead_thir ... cript><IMG SRC='https://partner.coprosper.com/track_lea ... </noscript>";

Is this it true that the reason we have it like this if javascript is disabled code between <noscript>runs?


My question if javascript is on , in that case both <script> and <noscript> will execute or only <script>?

thanks
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

<script> if enabled, <noscript> if not.
Post Reply