1. dynamic pull-down based on another pull-down
2. ASP modify pull down menu problem
Hi all,
I got a ASP page, each row contain a "modify" button, when click the button
it will redirect to modify.asp, this page have 5 fields, 2 of then are pull
down menu.
My problem is, the pull down item always return to the default item but not
the item I choose before, so how to make the pull down item = chose item.
I think there are some errors in my scripts:
<select name="myfactory" class="listbox" value=<%=rs("factory")%>>
<option>factory01</option>
<option>factory02</option>
<option>factory03</option>
</select>
Any helps will be appreciated.
Thanks.
3. Problem with pull down menu - Adobe Dreamweaver
The options in one of my pull down menus link to other sections of the same page. I've noticed that selecting one of these links opens a new instance of the entire page instead of just scrolling down to the appropriate section. How can I make the menu do what I want? <form name="f1"> <select name="s1" class="hnhjumpbox"> <option value="#">See our Policies...</option> <option value="#">----------</option> <option value="#service">Service</option> <option value="#payment">Payment</option> <option value="#packing">Packing</option> <option value="#shipping">Shipping</option> <option value="#returns">Returns</option> </select> <input type="button" name="test" class="hnhjumpboxbutton" value="Go" title="Select a link from the drop-down menu first!" onClick="location=document.f1.s1.options[document.f1.s1.selectedIndex].value ;"></form> For instance, I have an anchor at the Payment section. When I select the Payment link from the pull down menu, a new instance of the page opens and then jumps down to the Payment section. I want it to jump down to the payment section without opening a new page. Thanks!
5. Transparent iFrame / Pull-Down Menu Problem - Adobe Dreamweaver
6. Drop down menu hides when the bottom frame is moved down
Hi everyone: I created a pop-up menu for a new project I'm working on. The main page has 2 frames a top one(menuFrame) and the bottom one (contentFrame) for the content of the page. The problem is that the when i move the bottom frame down (using scroll bar) the menu also moves and goes behind the top frame. The question is: Is there a way to make the pop-up menu stay there even if i move the bottom frame?? Also where can i find examples and downloads for creating pop up with frames using dreamweaver MX. I tryed everything but I haven't been able to make it work and I need a solution REALLY urgently. Thanks