Sat Dec 03, 2005 3:13 am
Sat Dec 03, 2005 4:42 am
Sat Dec 03, 2005 1:46 pm
Sat Dec 03, 2005 5:24 pm
Sun Dec 04, 2005 8:00 pm
<html>
<head>
</head>
<body><form name="form1">
<select name="compability" onChange="window.open(this.options[this.selectedIndex].value)">
<option value="http://yourwebsite.com/mac.1024x768.300k.html">Macintosh: 1024x768: 56k</option>
<option value="http://yourwebsite.com/mac.1024x768.56k.html">Macintosh: 1024x768: 56k</option>
<option value="http://yourwebsite.com/mac.800x600.300k.html">Macintosh: 800x600: 300k</option>
<option value="http://yourwebsite.com/mac.1024x768.56k.html">Macintosh: 800x600: 56k</option>
<option value="http://yourwebsite.com/mac.1024x768.300k.html">Windows: 1024x768: 300k</option>
<option value="http://yourwebsite.com/mac.1024x768.56k.html">Windows: 1024x768: 56k</option>
<option value="http://yourwebsite.com/mac.800x600.300k.html">Windows: 800x600: 300k</option>
<option value="http://yourwebsite.com/mac.1024x768.56k.html">Windows: 800x600: 56k</option>
</select>
</body>
</form></html>
<option value="http://yourwebsite.com/1024x768.html">1024x768</option>
<option value="http://yourwebsite.com/800x600.html">800x600</option>
Wed Dec 07, 2005 7:45 pm
Thu Dec 08, 2005 2:28 pm
shapu wrote:You can also go all javascript crazy (found this one a few minutes ago...behind schedule...)
http://www.htmlcodetutorial.com/linking ... p_114.html
Thu Dec 08, 2005 3:02 pm
Paul wrote:shapu wrote:You can also go all javascript crazy (found this one a few minutes ago...behind schedule...)
http://www.htmlcodetutorial.com/linking ... p_114.html
I wouldn't advise that though, seeing as some browsers sometimes aren't fully javascript compatible.
<noscript>
This page requires javascript to work.
</noscript>
Thu Dec 08, 2005 9:31 pm
shapu wrote:Paul wrote:shapu wrote:You can also go all javascript crazy (found this one a few minutes ago...behind schedule...)
http://www.htmlcodetutorial.com/linking ... p_114.html
I wouldn't advise that though, seeing as some browsers sometimes aren't fully javascript compatible.
You can always try this:
- Code:
<noscript>
This page requires javascript to work.
</noscript>
Thu Dec 08, 2005 10:06 pm
Thu Dec 08, 2005 10:16 pm
shapu wrote:Wait - wouldn't it just be quicker to do four hyperlinks? I recognize that you want dropdown menus, but you could always do the "Welcome! Please choose your screen resolution and connection speed below!" in an aesthetically-pleasing way.