i am having a problem getting the targeting to work for another frame called 'theframe' when this html is placed in a different frame.
<form name="links">
<div align="center"><font face="Times New Roman, Times, serif">Select a boys' sport</font>
<select name=bselect size=1>
<option selected value="sports pages/boys sports/baseball.htm">Baseball</option>
<option value="sports pages/boys sports/basketball.htm" "target=top">Basketball</option>
<option value="sports pages/boys sports/cross country.htm">Cross Country</option>
<option value="sports pages/boys sports/football.htm">Football</option>
<option value="sports pages/boys sports/golf.htm">Golf</option>
<option value="sports pages/boys sports/soccer.htm">Soccer</option>
<option value="sports pages/boys sports/tennis.htm">Tennis</option>
<option value="sports pages/boys sports/track.htm">Track and Field</option>
<option value="sports pages/boys sports/wrestling.htm">Wrestling</option>
</select>
<input type="button" value="Go!"
accesskey=""onClick="menu(this.form.elements[0])" name="button2">
</div>
</form>
Chicken
SitePoint Community Guest
CGI versions of this work much better. I wouldn't recommend doing this with javascript. You can find these scripts all over the net, possibly here:
http://www.perlarchive.com/guide/
Thank you, chicken nugget
We list quite a few form-based navigation systems in our Navigation section .
If you can't find what you need, feel free to drop a line at admin@perlarchive.com, or to post your specific needs on our "I need a program that..." forum -- we'd be pleased to help.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks