stinkysocks
08-25-2003, 05:56 PM
Hello!!!!! I'd like to have the (whole) code to get a dotted frame...if someone could help I'd really apreciate it...Also, does anyone have the DIV tag?(To station something anywhere on the page)?
Also(this is not related to frames-well sorta) if I have a drrop down menu-target to the frame, but I would like to have ONE link that will open a new window(SO NOT IN THE FRAME) how woudl I do that? This is my code, I'd like to change the "Sign Guestbook" to a new window.
<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="yourframename");
}
}
//-->
</script>
THANKS!
Also(this is not related to frames-well sorta) if I have a drrop down menu-target to the frame, but I would like to have ONE link that will open a new window(SO NOT IN THE FRAME) how woudl I do that? This is my code, I'd like to change the "Sign Guestbook" to a new window.
<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="yourframename");
}
}
//-->
</script>
THANKS!