maestro
07-04-2002, 08:06 PM
Can anyone help? - On ).tiikoni.com (http://www.tiikoni.com) , I use a drop down meny bar (on all pages except frmo the front one). The site up, i made very quickly, and it is very ugly, as i'm sure you've noticed. I'm in the process of building a frames site, and i want to put the menu bar, in the top frame which will remain the same through out the site, and have it direct the content in the main frame.
<form action="http://scripts.cgispy.com/jump.cgi" method="POST"> <p><select name="url" size="1"> <option selected>--Menu--</option>
<option value="http://www.tiikoni.com">Main Page</option>
<option value="http://www.tiikoni.com/websign.htm">Web-Mail</option></select><input type="submit" value="GO!"></p></form>
That, and a few more pages, is the script i use on each page, and a remotely hosted CGI script. My main frame, which i want to change when the menu bar is clicked, is called "Contents", and simply adding target="contents" to each option value, does not work.
Hope someone can help..
Maestro
<form action="http://scripts.cgispy.com/jump.cgi" method="POST"> <p><select name="url" size="1"> <option selected>--Menu--</option>
<option value="http://www.tiikoni.com">Main Page</option>
<option value="http://www.tiikoni.com/websign.htm">Web-Mail</option></select><input type="submit" value="GO!"></p></form>
That, and a few more pages, is the script i use on each page, and a remotely hosted CGI script. My main frame, which i want to change when the menu bar is clicked, is called "Contents", and simply adding target="contents" to each option value, does not work.
Hope someone can help..
Maestro