Suggestion For Pull Down Menu Creator

T

Trevor L.

This may do what you want

<html>
<head>
<script type="text/javascript">
function go(whereto)
{location=whereto}
</script>
</head>
<body>
<form>
<select id="setit" style="color: #0000FF" size="1"
onchange="go(document.forms[0].setit.value)">
<option>--External Links--</option>
<option value="http://www.webpageanalyzer.com">Web Page Analyser</option>
<option value="http://validator.w3.org/">W3C Markup Validation
Service</option>
</select>
</form>
</body>
</html>

It is a drop down menu that links to other sites which could be on your own
site or on others (as in this case)
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

IC_Clearly said:
Any suggestions for a program to create pull down menus in FP2003?

Thanks.


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
I

IC_Clearly

Thanks for the feedback. I am not a programmer, so I need a utility to do
this stuff. I tried several and most were just junk. BUT, I did find one
that works like a champ -- http://www.opencube.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top