Click to See Complete Forum and Search --> : ? funtion


cpdj
11-11-2003, 05:24 PM
How do you write a function in JS that will search for a url.

Example. I want to have a frames page. The top frame will have a menu in it and the bottom frame will change depending on the link.

I want to link to it like this: menu-frames.htm?google.com

Im looking for the code to search out the google.com and then open that page into the bottom frame.


OR is their a better way to do this. I have several hundred WebPages and photo albums in twenty or so folders sometimes two or three deep. I need to link to them and external sites without having to create a separate menu system for each folder.


Thanks:D

pyro
11-11-2003, 05:36 PM
Take a look at http://www.webdevfaqs.com/javascript.php#forceframeset.