|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Pulldown Menu ----> Iframe = HELP!
Heh, Ive been beating my brains in trying to figure this one out. I have one large IFrame on my site. I have a pull down menu for links. I want the links in the pulldown menu to open in the iframe. Im not familiar with java or whatever code is used to make the pulldown menu so I went to a website and had one generated. I tried my best with my html knowledge, to edit it, but to no avail. If anyone can give me an answer to this question, Ill give them a cookie for relieving a huge pain in my neck. Thanx
|
|
#2
|
||||
|
||||
|
Hi
Post your code here, include the HTML document with the IFRAME and we can have a look MK |
|
#3
|
|||
|
|||
|
Actually, I tried a few different things, and i figured it out. For anyone that wants what im looking for here is the code. Any text in RED means you put in you information.
<select name="dest" onchange="window.open(this.options[this.selectedIndex].value,'IFRAMENAME')"> <option value="link1">YourText</option> <option value="link2">YourText</option> <option value="link3">YourText</option> <option value="link4">YourText</option> <option value="link5">YourText</option> <option value="link6">YourText</option> <option value="link7">YourText</option> |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Pulldown Menu ----> Iframe = HELP! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|