Someone Know The Script So I Can Make Like This?
+3
NikkoBryan14
Akkii
nathanadhitya
7 posters
Selection
Akkii- Forumember
- Posts : 706
Reputation : 107
Language : English,HTML, CSS,Photoshop,Javascript!
Location : Here on Forumotion!
- Post n°2
Re: Selection
- Code:
<select name="menu">
<option value="Link here">Name here</option>
<option value="Link here">Name here</option>
<option value="Link here">Name here</option>
<option value="Link here">Name here</option></select>
<a href="Javascript:jumpMenu()"><img src="http://2img.net/i/fa/valid.png" border="0"></a>
Here you go
NikkoBryan14- Forumember
- Posts : 274
Reputation : 8
Language : English
Location : Philippines
- Post n°3
Re: Selection
Why does when I click this image https://2img.net/i/fa/valid.png , the jumpmenu does not function.
I tried in :
I used it and after I click the Check Image , that javascript:jumpMenu not works. :S
I tried in :
- Code:
<br><br><font color="red"><strong>Choose Forum to go : Â Â </strong></font><select name="menu">
<option value="site.com/url">1</option>
<option value="site.com/url">1</option>
<option value="site.com/url">1</option>
<option value="site.com/url">1</option>
<option value="site.com/url">1</option></select>
<a href="Javascript:jumpMenu()"><img src="http://2img.net/i/fa/valid.png" border="0"></a>
I used it and after I click the Check Image , that javascript:jumpMenu not works. :S
Akkii- Forumember
- Posts : 706
Reputation : 107
Language : English,HTML, CSS,Photoshop,Javascript!
Location : Here on Forumotion!
- Post n°4
Re: Selection
Oh , didn't notice that
Don't know what the problem , lets wait for someone who can fix that
Don't know what the problem , lets wait for someone who can fix that
NikkoBryan14- Forumember
- Posts : 274
Reputation : 8
Language : English
Location : Philippines
- Post n°5
Re: Selection
I tried but my cursor should be forming in a Pointing Hand but it stays as Cursor. After I click it , it just loads and then after nothing happens , no navigation.
Ryanette- Forumember
- Posts : 135
Reputation : 2
Language : English (British)
Location : England, United Kingdom
- Post n°6
Re: Selection
- Code:
<br /><br /><strong>Choose Forum to go : </strong><select style="cursor:pointer;" onchange="window.location = this.options[selectedIndex].value;">
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option></select>
~@dikz~- Forumember
- Posts : 363
Reputation : 4
Language : English & Tagalog
Location : Legazpi, Philippines - Bicol University
- Post n°7
Re: Selection
Nice ..it works..
SLGray- Administrator
- Posts : 51554
Reputation : 3524
Language : English
Location : United States
- Post n°8
Re: Selection
Try this tutorial - https://help.forumotion.com/t41195-drop-down-list
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
NikkoBryan14- Forumember
- Posts : 274
Reputation : 8
Language : English
Location : Philippines
- Post n°9
Re: Selection
Ryanz wrote:
- Code:
<br /><br /><strong>Choose Forum to go : </strong><select style="cursor:pointer;" onchange="window.location = this.options[selectedIndex].value;">
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option>
<option value="site.com/url">what ever</option></select>
Hey Bro , this works for me now.
Thanks..
SOlved.
nathanadhitya- Forumember
- Posts : 98
Reputation : 2
Language : English And Indonesia
- Post n°10
Re: Selection
Oh Thanks I Just Solved It
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°11
Re: Selection
Topic Solved & Locked |