View Full Version : -whats-wrong-


sqirm
07-22-2003, 07:36 PM
here is my html.....


<HTML><HEAD><TITLE>Staind Graphics - Surgd</TITLE>


<STYLE TYPE="text/css">
<!--

a:link { text-decoration:none; color:white; font-size: 10px }
a:active { text-decoration:line-through; color:white; font-size: 10px }
a:visited { text-decoration:none; color:white; font-weight:bold; font-size: 10px }
a:hover { text-decoration:none; color:white; filter: blink; height:0; cursor:crosshair; font-size: 10px }

body {
color:gray;
font-size: 10px;
font-family: Arial;
background-color:black;
line-height: 12px;
font-weight: normal;

scrollbar-face-color:black;
scrollbar-arrow-color:gray;
scrollbar-shadow-color:black;
scrollbar-highlight-color: black;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:black;
scrollbar-track-color:black;



-->
</style>

<div style="position:absolute; top:65px; left:485px;">
<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>


<select name="menu" style="background-color: transparent;
font size=10 ; font-family: Century Gothic; color:#ffff"
size="1" onchange="jump(this.form)">

<option value="0">Select</option>
<option value="0"></option>
<option value="url" target="frame">Home</option>
<option value="url" target="frame">Picture Examples</option>
<option value="url" target="frame">Page Examples</option>
<option value="url" target="frame">Prices</option>

</select>
</form></div>


</HEAD><body>


<img src="http://www.freewebs.com/staindgrap/stained.jpg" name="staind_grap" width="667" height="500" border="0" id="image"/>
<div style="position: absolute; top:144; left:185">
<IFRAME src="http://www15.brinkster.com/buccablog/mainimage.jpg" name="frame" width="340" height="340" frameborder="0"></IFRAME></div>



why isn' t it workign for me????

Alcy
07-22-2003, 07:40 PM
<HTML>

<HEAD>
<TITLE>Staind Graphics - Surgd</TITLE>
<STYLE TYPE="text/css">
<!--

a:link { text-decoration:none; color:white; font-size: 10px }
a:active { text-decoration:line-through; color:white; font-size: 10px }
a:visited { text-decoration:none; color:white; font-weight:bold; font-size: 10px }
a:hover { text-decoration:none; color:white; filter: blink; height:0; cursor:crosshair; font-size: 10px }

body {
color:gray;
font-size: 10px;
font-family: Arial;
background-color:black;
line-height: 12px;
font-weight: normal;

scrollbar-face-color:black;
scrollbar-arrow-color:gray;
scrollbar-shadow-color:black;
scrollbar-highlight-color: black;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:black;
scrollbar-track-color:black;

-->
</style>
<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="frame");
}
}
//-->
</script>
</HEAD>

<BODY>
<div style="position:absolute; top:65px; left:485px;">
<form>
<select name="menu" style="background-color: transparent;
font size=10 ; font-family: Century Gothic; color:#ffff"
size="1" onchange="jump(this.form)">

<option value="0">Select</option>
<option value="0"></option>
<option value="url" target="frame">Home</option>
<option value="url" target="frame">Picture Examples</option>
<option value="url" target="frame">Page Examples</option>
<option value="url" target="frame">Prices</option>

</select>
</form>
</div>

<img src="http://www.freewebs.com/staindgrap/stained.jpg" name="staind_grap" width="667" height="500" border="0" id="image"/>
<div style="position: absolute; top:144; left:185">
<IFRAME src="http://www15.brinkster.com/buccablog/mainimage.jpg" name="frame" width="340" height="340" frameborder="0"></IFRAME>
</div>

</BODY>

</HTML>

Those parts in bold have to be the same, and the red was missing ^^

sqirm
07-22-2003, 07:46 PM
thanks, but no its saying ther form is in operational heres my sites address: http://www.freewebs.com/staindgrap/index.htm

Alcy
07-22-2003, 08:02 PM
That's there because you're a "provisional user" (whatever that is :P) and apparently "provisional users" cannot create forms.


----
Oh, are you a new user? I know freewebs makes you wait a week before you can do certain things.

MaGiCSuN
07-22-2003, 08:02 PM
this part:

<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="frame");
}
}
//-->
</script>

should be betwen the <div> and </div> from the drop down menu above the <form> tag

and on this line:

font size=10 ; font-family: Century Gothic; color:#ffff"

the color should be 6 signs not 4 like you have above.

Love,
Mirna