Page 1 of 1

simple javascript question

Posted: Fri Oct 06, 2006 7:44 am
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

Posted: Fri Oct 06, 2006 8:25 am
by aaronhall
<script> if enabled, <noscript> if not.