pull-down menu question
- Started
- Last post
- 10 Responses
- Deluxehorror
how do you make a link in a pull-down menu (html) that makes your page open in a certain frame?
Like the pull-down menu on your left, that says "Select an Article:".
Thx!
- rabattski&rabattski0
view source, copy 'n paste and edit.
- ********0
target="_blank"
- ********0
use some JS dude ;)
- Deluxehorror0
JazX i found a js script for it, but it opens in the same page where the pulldown menu is.
- Deluxehorror0
it's been too long since i did js :(
- jevad0
you need to target the iframe mate.
So if you want to change the irame that you have named "biff", you put:
target="biff"
In the href tag....or your js - however you are doing it....
- Deluxehorror0
i did that but where do i put target="biff" in my js-code?
- Deluxehorror0
i found it! :D
I had to put PARENT.BIFF before location.href=(form.dest.options...thanks for helping me!
- fifty500
my nickname is Biff
- ldww0
do you have dreamweaver? it has a drop down menu action that will do all the js for you