What program for this? - Post ID 148137

User 1970050 Photo


Registered User
151 posts

I am re-doing the first page of a site done in Dreamweaver using VSD. I currently have a drop down menu (in the upper left) that I would like to incorporate into the new VSD page. I don't think that any of the 9 CC programs that I have will do it. Which would you suggest? (Or could I copy and past the HTML from DW?)

Here's the page as it now stands: mdweil.com
Marilyn near Las Vegas

www.marilynweil.com - VSD, CCD pro, SCC pro
www.elioness.com (web graphics)
www.mdweil.com (travel photos)
User 187934 Photo


Senior Advisor
20,271 posts

Paste this code into a HTML box on the page in VSD.:)
<form name="jump">
<p align="center">
<select name="menu">
<option selected>Choose One</option>
<option value="page1.html">Page 1</option>
<option value="page2.html">Page 2</option>
<option value="page3.html">Page 3</option>
<option value="page4.html">Page 4</option>
<option value="page5.html">Page 5</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</p>
</form>

Tweak the page.html to your site and the Page text to proper names.

I just looked at your source code. You can try pasting the code from you page.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.