| You are here: DEVPPL ‹ Forum ‹ Programming ‹ HTML Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
[ASK] make drop down list
4 posts
• Page 1 of 1
0
[ASK] make drop down list
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
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
0
Re: [ASK] make drop down list
Hi and welcome to DEVPPL.
make every element have an onClick state
I haven't tried this one, read more here
http://ilovethecode.com/Javascript/Java ... ript.shtml
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
- Yoyo
- Reputation: 0
- Posts: 2
- Joined: Mon May 23, 2011 2:35 pm
- Highscores: 0
- Arcade winning challenges: 0
0
Re: [ASK] make drop down list
hey nice links and more helpful
got some new things on " onClick " state
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
|
|