You are here: DEVPPL Forum Programming HTML Forum
NOTIFICATIONS
54.091
MEMBERS
15.687
TOPICS
62.261
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

[ASK] make drop down list

0

Loading

[ASK] make drop down list

Postby Yoyo » Mon May 23, 2011 6:52 pm

hii.. i'm newbie here, this is my first post in this forum. glad to meet you all.

i have 1 problem. help me please.
how to make drop down list (use form/object) that each content are link to other page :?:
Yoyo
 
Reputation: 0
Posts: 2
Joined: Mon May 23, 2011 2:35 pm
Highscores: 0
Arcade winning challenges: 0

[ASK] make drop down list - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Re: [ASK] make drop down list

Postby Rasmus Lindström » Mon May 23, 2011 10:47 pm

Hi and welcome to DEVPPL.

make every element have an onClick state


Code: Select all
<select>
   <option onclick="window.open('http://google.com')">Google</option>
</select>

I haven't tried this one, read more here

http://ilovethecode.com/Javascript/Java ... ript.shtml
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2830
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Re: [ASK] make drop down list

Postby Yoyo » Wed Jun 01, 2011 2:31 pm

thank you very much webmaster, i will try..

i'm very helped. :)
Yoyo
 
Reputation: 0
Posts: 2
Joined: Mon May 23, 2011 2:35 pm
Highscores: 0
Arcade winning challenges: 0
0

Loading

Re: [ASK] make drop down list

Postby Henrythierry » Thu Jun 02, 2011 12:51 pm

hey nice links and more helpful
got some new things on " onClick " state
Henrythierry
 
Reputation: 0
Posts: 21
Joined: Tue May 10, 2011 5:08 am
Highscores: 0
Arcade winning challenges: 0
^ Back to Top