opening two pages with one link

liunx

Guest
I'm currently using two frames, (1) navigation, (2) body, and I wanted to change both frame content by clicking on one link from the navigation. How do I do that?<!--content-->one way would be to use a navigation bar like this<br />
<br />
<!-- m --><a class="postlink" href="http://javascript.internet.com/foldertree/foldertree.zip">http://javascript.internet.com/foldertr ... ertree.zip</a><!-- m --><!--content-->Originally posted by 96turnerri <br />
one way would be to use a navigation bar like this<br />
<br />
<!-- m --><a class="postlink" href="http://javascript.internet.com/foldertree/foldertree.zip">http://javascript.internet.com/foldertr ... ertree.zip</a><!-- m --> Don't use JavaScript for this, you'll just end up with a broken link for the 13% of users that do not use JavaScript. Instead simply switch out the whole frameset. THis will also solve for the nasty problem associated with frames. People will be better to link to your site.<!--content-->hmm yes damn frames lol<!--content-->Originally posted by Charles <br />
Don't use JavaScript for this, you'll just end up with a broken link for the 13% of users that do not use JavaScript. <br />
<br />
13%?! I can't believe this. Are you sure this number is accurate? I would have estimated not even 1% have JavaScript disabled<!--content-->yeah i thought 13% is pretty high care to share your source charles?<!--content-->http://www.thecounter.com/stats/2003/May/javas.php<br />
<br />
I was astonished a bit myself. However, as some people cannot use JavaScript because of some disability even if it were 1% it would be bad to make a JavaScript dependant site.<!--content-->omg 5million people not using js thats alot<!--content-->I just had a look at those stats on thecounter.com<br />
It's just amazing. 2% of all web users are using 8-bit colors (256), I just can't beleave it...<br />
<br />
It would be interesting to see these stats for different countries.<!--content-->I posted an answer to this question from someone else once before, I will see if I can track it down.<!--content-->Right, found it. have a look at <!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=16205">http://forums.webdeveloper.com/showthre ... adid=16205</a><!-- m --><!--content-->
 
Back
Top