PDA

View Full Version : Please Help!!!!


deffa
06-04-2006, 09:29 PM
<select style="color:black; background-color:dodgerblue; font-family:Tahoma; font-size:10px; width:150px;">
<option>text
<option>text
<option>text
<option>text
</select>


hey how can i make it go to a specific website wen i click one option

can sumone help me!!!!!!

azaamDAsquad
06-04-2006, 09:46 PM
machn did u try </option> includd also

deffa
06-04-2006, 09:51 PM
can u complete the code for me...please...i m kinda dead nw...

deffa
06-04-2006, 09:53 PM
machan GTRZ if u are there please help me man....

azaamDAsquad
06-04-2006, 09:58 PM
im not sure machn.. .sorry!!!
jus search on d net.. u'll probably find it..
cuz i alwyz do!!!

deffa
06-04-2006, 10:20 PM
i tried machang but bariwuna...if any web deeloper pl help me

Hellbuster
06-04-2006, 10:24 PM
i tried machang but bariwuna...if any web deeloper pl help me

I'm not web dev pro. But why don't u try a little script on it bro? Cos it would be easy rather than tryin to use HTML. Think a little and u will easily get it off with a small script.

deffa
06-04-2006, 10:31 PM
machang but isnt this way easy...im missin a few lines for this ...i jus cant remembr wat to do wit dis....is this of the script easy???

Hellbuster
06-04-2006, 10:35 PM
script is always reliable, but if you r sure about the HTML tags stick to it ;)

GTRZ
06-04-2006, 10:52 PM
You asking for something like this?

<FORM action="http://elakiri.com/anyappyouwant/component-select" method="post">
<P>
<SELECT multiple size="4" name="component-select">
<OPTION>Component_1</OPTION>
<OPTION>Component_2</OPTION>
<OPTION>Component_3</OPTION>
<OPTION>Component_4</OPTION>
<OPTION>Component_5</OPTION>
<OPTION>Component_6</OPTION>
<OPTION>Component_7</OPTION>
</SELECT>
<INPUT type="submit" value="Send"><INPUT type="reset">
</P>
</FORM>

GTRZ
06-04-2006, 11:17 PM
Or how about this...

<FORM NAME="nav"><DIV>
<SELECT NAME="SelectURL" onChange="document.location.href=document.nav.SelectURL.opti ons[document.nav.SelectURL.selectedIndex].value">
<OPTION VALUE="http://www.elakiri.com/forums/nav.html"
SELECTED>Please select an item:
<OPTION VALUE="http://www.elakiri.com/forum/">
Go to Forum
<OPTION VALUE="http://www.elakiri.com/friends/">
Go to Friends
<OPTION VALUE="http://www.elakiri.com/forum/downloads.php">
Go to downloads
<OPTION VALUE="http://www.elakiri.com/">
Go to Home
</SELECT><DIV>
</FORM>

deffa
06-06-2006, 12:07 AM
Thanks man..the code worked...
if u guys wat chek it out at
go to the games section of
http://www.deffa12e.tk

azaamDAsquad
06-06-2006, 01:12 PM
see.. the master help ya out!!!

erandalx
04-17-2007, 12:39 AM
man.use "dreamweaver 8.0". it has all u want.if u cant find it, tell me.ill post how to do it.this is my web.******************

lasanka
04-17-2007, 02:48 AM
woah no idea bout this stuff sorry!

erandalx
04-18-2007, 01:02 AM
<FORM name="guideform">
<SELECT name="guidelinks" onChange="window.location=document.guideform.guidelinks.opti ons[document.guideform.guidelinks.selectedIndex].value"> <OPTION SELECTED value="jdrop2.htm">--Choose--
<OPTION value="jex15.htm">Page 1
<OPTION value="jex16.htm">My Cool Page
</SELECT>
</FORM>

erandalx
04-18-2007, 01:04 AM
<FORM name="guideform">
<SELECT name="guidelinks" onChange="window.location=document.guideform.guidelinks.opti ons[document.guideform.guidelinks.selectedIndex].value"> <OPTION SELECTED value="jdrop2.htm">--Choose--
<OPTION value="jex15.htm">Page 1
<OPTION value="jex16.htm">My Cool Page
</SELECT>
</FORM>


jex15.htm >> this is the url u wanna go when u select it. "Page 1 " is its titile

"jex16.htm">>>> this is 2nd url in the drop down box.try it.

erandalx
04-18-2007, 01:07 AM
http://www.trans4mind.com/personal_development/JavaScript/menu1.htm

shanX
04-19-2007, 01:15 AM
:lol: erandalx , :lol: old thread, matter already solved, i guess