Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
<noscript> is always running
Old 06-14-2007, 01:17 PM <noscript> is always running
numbenator's Avatar
Webmaster Talker

Posts: 516
Location: London
Trades: 0
HI,
I have coded the below and in IE, noscript is ALWAYS executed. Has anyone any idea why this is? Works fine all other browsers

code:

Code:
       <select id="town" name="town" class="inputField">
                    <noscript>
                       <?php 					
			   if(is_array($towns)) {
				echo "<option value=\"0\">Select town ...</option>";
					foreach($towns as $loc) {						                            echo $loc;						
					}
			  }
			 ?>
                    
		    </noscript>
		    <script type="text/javascript">
		      <?php 
			  echo "<option value=\"0\">Not required ...</option>";
			  echo "<optgroup label=\"United Kingdom\" id=\"gb\">";                  
     			  echo "</optgroup>";
     			  echo "<optgroup label=\"United States\" id=\"us\">";     			          echo "</optgroup>"; ?>					 
		      </script>
                   
                   
                  </select>
__________________

Please login or register to view this content. Registration is FREE
numbenator is offline
Reply With Quote
View Public Profile Visit numbenator's homepage!
 
 
Register now for full access!
Old 06-16-2007, 04:48 PM Re: <noscript> is always running
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
because it's before the script version
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-18-2007, 03:21 PM Re: <noscript> is always running
akratellio's Avatar
Experienced Talker

Posts: 30
Location: Berlin Germany Europe World
Trades: 0
sorry
__________________
I'm always lying...
Ich lüge immer...

Please login or register to view this content. Registration is FREE

Last edited by akratellio; 06-18-2007 at 03:22 PM..
akratellio is offline
Reply With Quote
View Public Profile Visit akratellio's homepage!
 
Reply     « Reply to <noscript> is always running
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.27235 seconds with 12 queries