knudddel
10-07-2003, 02:48 PM
Hi! My first prob is the host 1: I'm not experienced with paid hosts, so if someone could tell me how sonnexh.com is and the second ones:
I have the dropdown menu script from www.dynamicdrive.com but it doesn't work, because: I want the links to open in iframes on the site and I have the target="iframe-name" Tag. Can sum1 please help me? If this is confusing, here's the link. I hope this is not considered advertising: link (http://www22.brinkster.com/meerca/news.html)
This is the coding:
<HTML>
<HEAD><META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<TITLE>The Bored</TITLE>
<style type="text/css">
BODY{Cursor:crosshair};A:HOVER{Cursor:e-resize; }
--></style>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 0000FF;
scrollbar-darkshadow-color: 0000FF;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: 0000FF;
scrollbar-track-color: 000000;
}
-->
</STYLE>
<style type="text/css">
a:link,a:visited{color:black;font:9pt verdana}
a:active{color:black;font:9pt verdana}
</style>
<style type="text/css">
a:hover{background:url(http://www.boomspeed.com/spacefreak/bg/rainbow.gif);border:2px dotted black}
</style>
<style type="text/css">
td,p,body{color:white;font:7pt verdana}
</style>
</HEAD>
<body background="tabackground.gif" bgcolor="#000000">
<form name="a294" >
<select name="a969" size="1" style="background-color:#FFFFFF" onChange="displaydesc(document.a294.a969.selectedIndex)">
<option selected value="#">Select</option>
<option value="http://www22.brinkster.com/meerca/enter.html" target="content">The Bored</option>
</select>
<input type="button" value="Go"
onClick="jumptolink(document.a294.a969.selectedIndex)"><br>
<span id="descriptions" align="left" style="font:bold 9px Verdana">
</span>
</form>
<script>
/***********************************************
* a969 down menu w/ description- © Dynamic Drive (www.dynamicdrive.com)
)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS ABOVE
var textdisplay=new Array()
textdisplay[0]=""
textdisplay[1]=""
function jumptolink(what){
var selectedopt=document.a294.a969.options[what]
if (document.getElementById && selectedopt.getAttribute("target")=="newwin")
window.open(selectedopt.value)
else
window.location=selectedopt.value
}
function displaydesc(which){
if (document.all)
descriptions.innerHTML=textdisplay[which]
else if (document.getElementById)
document.getElementById("descriptions").innerHTML=textdisplay[which]
}
displaydesc(document.a294.a969.selectedIndex)
document.a294.a969.options[0].selected=true
</script>
<iframe style="position: absolute; width: 795; height: 445; left: 165; top: 219" name="content" frameborder="NO" noresize allowtransparency="true" style="filter:chroma(color=#FF0000)"></iframe>
<iframe style="position: absolute; width: 117; height: 388; left: 25; top: 279" name="left" frameborder="NO" noresize allowtransparency="true"></iframe>
<iframe style="position: absolute; width: 645; height: 95; left: 41; top:71" name="top" frameborder="NO" noresize allowtransparency="true"></iframe>
<iframe style="position: absolute; width: 239; height: 98; left: 730; top:27" name="upper" frameborder="NO" noresize allowtransparency="true"></iframe>
<iframe style="position: absolute; width: 255; height: 60; left: 705; top:142" name="lower" frameborder="NO" noresize allowtransparency="true" style="filter:chroma(color=#FF0000)"></iframe>
<BR>
<BR>
<BR>
<BR>
</BODY>
I have the dropdown menu script from www.dynamicdrive.com but it doesn't work, because: I want the links to open in iframes on the site and I have the target="iframe-name" Tag. Can sum1 please help me? If this is confusing, here's the link. I hope this is not considered advertising: link (http://www22.brinkster.com/meerca/news.html)
This is the coding:
<HTML>
<HEAD><META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<TITLE>The Bored</TITLE>
<style type="text/css">
BODY{Cursor:crosshair};A:HOVER{Cursor:e-resize; }
--></style>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 0000FF;
scrollbar-darkshadow-color: 0000FF;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: 0000FF;
scrollbar-track-color: 000000;
}
-->
</STYLE>
<style type="text/css">
a:link,a:visited{color:black;font:9pt verdana}
a:active{color:black;font:9pt verdana}
</style>
<style type="text/css">
a:hover{background:url(http://www.boomspeed.com/spacefreak/bg/rainbow.gif);border:2px dotted black}
</style>
<style type="text/css">
td,p,body{color:white;font:7pt verdana}
</style>
</HEAD>
<body background="tabackground.gif" bgcolor="#000000">
<form name="a294" >
<select name="a969" size="1" style="background-color:#FFFFFF" onChange="displaydesc(document.a294.a969.selectedIndex)">
<option selected value="#">Select</option>
<option value="http://www22.brinkster.com/meerca/enter.html" target="content">The Bored</option>
</select>
<input type="button" value="Go"
onClick="jumptolink(document.a294.a969.selectedIndex)"><br>
<span id="descriptions" align="left" style="font:bold 9px Verdana">
</span>
</form>
<script>
/***********************************************
* a969 down menu w/ description- © Dynamic Drive (www.dynamicdrive.com)
)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS ABOVE
var textdisplay=new Array()
textdisplay[0]=""
textdisplay[1]=""
function jumptolink(what){
var selectedopt=document.a294.a969.options[what]
if (document.getElementById && selectedopt.getAttribute("target")=="newwin")
window.open(selectedopt.value)
else
window.location=selectedopt.value
}
function displaydesc(which){
if (document.all)
descriptions.innerHTML=textdisplay[which]
else if (document.getElementById)
document.getElementById("descriptions").innerHTML=textdisplay[which]
}
displaydesc(document.a294.a969.selectedIndex)
document.a294.a969.options[0].selected=true
</script>
<iframe style="position: absolute; width: 795; height: 445; left: 165; top: 219" name="content" frameborder="NO" noresize allowtransparency="true" style="filter:chroma(color=#FF0000)"></iframe>
<iframe style="position: absolute; width: 117; height: 388; left: 25; top: 279" name="left" frameborder="NO" noresize allowtransparency="true"></iframe>
<iframe style="position: absolute; width: 645; height: 95; left: 41; top:71" name="top" frameborder="NO" noresize allowtransparency="true"></iframe>
<iframe style="position: absolute; width: 239; height: 98; left: 730; top:27" name="upper" frameborder="NO" noresize allowtransparency="true"></iframe>
<iframe style="position: absolute; width: 255; height: 60; left: 705; top:142" name="lower" frameborder="NO" noresize allowtransparency="true" style="filter:chroma(color=#FF0000)"></iframe>
<BR>
<BR>
<BR>
<BR>
</BODY>