drop down forms

  • Thread starter Thread starter Lisa A
  • Start date Start date
L

Lisa A

--
I need a drop down form that contains links for all the choices. I found one
that worked for awhile, then I moved it to a new page and it doesn't work
anymore. Is there something in front page that will let me create my own?
Here is the page with the drop down choices that I am trying to use that
doesn't link anymore.
www.americanranchhorse.net/results2007.htm
If anyone can tell me what I have done wrong or can tell me how to make
these again to work will be greatly appreciated.
thanks,
Lisa
 
In the page, you have </head> after the <body> tag.
The tags in Code or HTML view should be:


</script>
</head>

<body background="images2/tanback.jpg" link="#000080" vlink="#800000"
bgcolor="#9C7149">

<!-- DO NOT MOVE! The following AllWebMenus linking code section must
always be placed right AFTER the BODY tag-->
<!-- ******** BEGIN ALLWEBMENUS CODE FOR menu ******** -->
<script type="text/javascript">var MenuLinkedBy="AllWebMenus
[4]",awmMenuName="menu",awmBN="724";awmAltUrl="";</script><script
charset="UTF-8" src="menu.js" type="text/javascript"></script><script
type="text/javascript">awmBuildMenu();</script>
<!-- ******** END ALLWEBMENUS CODE FOR menu ******** -->

<div align="center">
 
Back
Top