Closed Thread Icon

Topic awaiting preservation: pop down form (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=7937" title="Pages that link to Topic awaiting preservation: pop down form (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: pop down form <span class="small">(Page 1 of 1)</span>\

 
adaline
Bipolar (III) Inmate

From: look down!
Insane since: Jul 2001

posted posted 11-17-2001 20:38

I'm not sure if i should post this in here but could someone tell me what's wrong with this code? When you go down on an option it is supposed to go to that url but it isn't. It's probably something simple I am missing.

code:
<form name="form1">
<SELECT name="select1" onChange="surfto(this.form)" SIZE=0 style="background: #ffffff; font-size: .9em; color: "white">
<option selected value="0"> >> more pics <<
<Option Value="http://www.immadork.com/snaps.html" TARGET="_default"> >> baby Ian << </option>
<Option Value="http://www.immadork.com/snaps/amanda.html" TARGET="_default"> >> amanda's
friends << </option>
<Option Value="http://www.immadork.com/snaps/mesis.html" TARGET="_default"> >> sisters << </option>
<Option Value="http://www.immadork.com/snaps/4th.html" TARGET="_default"> >> 4th
of July << </option>
<Option Value="http://www.immadork.com/snaps/goof.html" TARGET="_default"> >> goofing
off << </option>
<Option Value="http://www.immadork.com/snaps/kbday.html" TARGET="_default"> >> kaden's
bday << </option>
</select>
</form>



bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 11-17-2001 21:46

Nothing pops out at me here. (Though I don't think the Target attribute is valid inside option statements )

The key here is what is in the "surfto" function.

BTW this should be in the DHTML forum (mr.max?)



:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

[This message has been edited by bitdamaged (edited 11-17-2001).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 11-17-2001 21:59

Moving to DHTML/JavaScript board...


Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 11-18-2001 00:50

Yeah, without seeing the surfto function, we can't say what's happening for sure. I jotted down how I make this work on my site as an example:
http://bugimus.com/gurus/pulldown.html

I think bitdamaged is correct about the target not needing to be there but it doesn't seem to hurt anything either, at least in IE.

« BackwardsOnwards »

Show Forum Drop Down Menu