hey guys,
my first day on this board, hoping for a lot of knowledge; anyhow... my first thing:
i need to know how to:
1. target a frame w/ a drop down menu
sort of how surfstation.lu has it (http://www.surfstation.lu)
cheers
hey guys,
my first day on this board, hoping for a lot of knowledge; anyhow... my first thing:
i need to know how to:
1. target a frame w/ a drop down menu
sort of how surfstation.lu has it (http://www.surfstation.lu)
cheers
i dno if u thought id understand much from your reply. but i dont. i know what an iframe is. i have my name set up in my frameset, and my target set in my drop down, but it's not targetting.Originally Posted by simonf
so if you could, please be a little more specific. thanks.
It seemed to be working for me. One suggestion, whem you click on your documents etc, it tries to open them in the frame. I would suggest you use:
onclick="FP_openNewWindow('400', '400', false, false, false, false, true, true, 'Resume', /*href*/'rezame2k4.pdf')">PDF</a> so a seperate window opens with the docs etc.
dood, i'm so perplexed trying to understand you.
i'm not trying to target a popup... isn't that what that does? cuz i just want to target a frame, in a frameset, called "rezaContent" using a drop down select form
Hi
Where is your rezaContent.htm file located. I tried http://www.restandeffect.com/rezaContent.htm but not avail.
it's not online, i just need a code, if u need reference to a file to do it sure, but all i need is the know how, like, whta code i have to use and where...
ill get back to u on the upload
Here, here. This one does not have a button, just loads onChange. To change a different frame, replace 'location.href=' with 'parent.theFrameNametoChange.location='
Code:<SCRIPT LANGUAGE="javascript"> function LinkUp() { var number = document.DropDown.DDlinks.selectedIndex; location.href = document.DropDown.DDlinks.options[number].value; } </SCRIPT> <FORM NAME="DropDown"> <SELECT NAME="DDlinks" onChange="LinkUp(this.form)" > <OPTION SELECTED>Choose a Link <OPTION VALUE="scripttip1.html"> Page One <OPTION VALUE="scripttip2.html"> Page Two <OPTION VALUE="scripttip3.html"> Page Three </SELECT> </FORM>
Verzeihung!
so make some sense for me, i'm sorry i'm such a beginner, my select is named "navigate" and my frame that i wanna target is named "rezaContent"
replace 'location.href=' with 'parent.theFrameNametoChange.location='
what do i put after location=' ????
Bookmarks