PDA

View Full Version : Code Help + Rep



aster01d!!!!
30-07-2006, 09:46 AM
Hey, I made this thing, its a drop down link list and for some reason the <target="content"> isnt working, I know it'll be something very small but i cant figure it out, + Rep for anyone who helps.



<style type="text/css">
<!--
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
-->
</style><form name="cngtng">
<div align="center" class="style1">Jobs</div>
<p align="right"><img src="/dionspeaker2"></p>
<div align="left">
<select name="url" size="1" class="style1" onChange="window.open(this.options[this.selectedIndex].value,'_top')">
<option>Choose One</option>
<option value="http://www.thehabbos.com/jobs/DJ.php">Radio DJ</option><target="content">
<option value="http://www.thehabbos.com/jobs/events.php">Events Staff</option><target="content">
<option value="http://www.thehabbos.com/jobs/newsreport.php">News Reporter</option><target="content">
<option value="http://www.thehabbos.com/jobs/media staff">Media (Alts)</option><target="content">
<option value="http://www.thehabbos.com/jobs/newsreport.php">News Reporter</option><target="content">
<option value="http://www.thehabbos.com/jobs/forummod.php" selected>Forum MOD</option><target="content">
</select>
</div>

Liam.
30-07-2006, 09:49 AM
try <target="main">

aster01d!!!!
30-07-2006, 10:01 AM
Nope, Because i coded the iframes myself

Liam.
30-07-2006, 10:08 AM
well whats the name of the main iframe :/

Liam.
30-07-2006, 10:11 AM
and also shouldn't it be


<option>Choose One</option>
<option value="http://www.thehabbos.com/jobs/DJ.php" target="content">Radio DJ</option>
<option value="http://www.thehabbos.com/jobs/events.php" target="content"
>Events Staff</option>
<option value="http://www.thehabbos.com/jobs/newsreport.php" target="content"
>News Reporter</option>
<option value="http://www.thehabbos.com/jobs/media staff" target="content"
>Media (Alts)</option>
<option value="http://www.thehabbos.com/jobs/newsreport.php" target="content"
>News Reporter</option>
<option value="http://www.thehabbos.com/jobs/forummod.php" target="content">Forum MOD</option>
</select>

Hitman
30-07-2006, 10:14 AM
Looks like the form name is cngtng on there for some reason i think...\

Blah, I hate iframes, tables look so much better - IMO.

Liam.
30-07-2006, 10:17 AM
they don't look better all the time, depends on the layout

Want to hide these adverts? Register an account for free!