i need javascript with frames help

wxdqz

New Member
Hi

i'm using the pulldown menu javascript from the javascript source site ( <!-- m --><a class="postlink" href="http://javascript.internet.com/navigation/menu-frames.html">http://javascript.internet.com/navigati ... rames.html</a><!-- m --> ) on a frameset with 5 frames. i need the main frameset page to change using the pull down menu which i can do by using the bit of javascript

parent.top.location.href=(form.dest.options[myindex].value);

however i also have my domain name displayed in the URL field of the browser all the time using a hidden frame....but when i use the pull down menu javacript it shows the real URL of the pages in the browser. so is there anyway to keep my domain name in the browser URL field while using the pull down menu javascipt?

thanks for any help or sugestions :)
 
Back
Top