Selection Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
+3
NikkoBryan14
Akkii
nathanadhitya
7 posters

    Selection

    avatar
    nathanadhitya
    Forumember


    Male Posts : 98
    Reputation : 2
    Language : English And Indonesia

    Solved Selection

    Post by nathanadhitya May 29th 2012, 2:31 pm

    Someone Know The Script So I Can Make Like This?
    Selection Kyu_t10
    Akkii
    Akkii
    Forumember


    Male Posts : 706
    Reputation : 107
    Language : English,HTML, CSS,Photoshop,Javascript!
    Location : Here on Forumotion!

    Solved Re: Selection

    Post by Akkii May 29th 2012, 2:36 pm

    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 Smile
    NikkoBryan14
    NikkoBryan14
    Forumember


    Male Posts : 274
    Reputation : 8
    Language : English
    Location : Philippines

    Solved Re: Selection

    Post by NikkoBryan14 May 29th 2012, 5:44 pm

    Why does when I click this image https://2img.net/i/fa/valid.png , the jumpmenu does not function.

    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
    Akkii
    Forumember


    Male Posts : 706
    Reputation : 107
    Language : English,HTML, CSS,Photoshop,Javascript!
    Location : Here on Forumotion!

    Solved Re: Selection

    Post by Akkii May 29th 2012, 5:51 pm

    Oh , didn't notice that :/
    Don't know what the problem , lets wait for someone who can fix that Smile
    NikkoBryan14
    NikkoBryan14
    Forumember


    Male Posts : 274
    Reputation : 8
    Language : English
    Location : Philippines

    Solved Re: Selection

    Post by NikkoBryan14 May 29th 2012, 5:58 pm

    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
    Ryanette
    Forumember


    Male Posts : 135
    Reputation : 2
    Language : English (British)
    Location : England, United Kingdom

    Solved Re: Selection

    Post by Ryanette May 29th 2012, 7:20 pm

    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~
    ~@dikz~
    Forumember


    Male Posts : 363
    Reputation : 4
    Language : English & Tagalog
    Location : Legazpi, Philippines - Bicol University

    Solved Re: Selection

    Post by ~@dikz~ May 29th 2012, 7:48 pm

    Nice ..it works..
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Selection

    Post by SLGray May 29th 2012, 9:17 pm




    Selection Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    NikkoBryan14
    NikkoBryan14
    Forumember


    Male Posts : 274
    Reputation : 8
    Language : English
    Location : Philippines

    Solved Re: Selection

    Post by NikkoBryan14 May 30th 2012, 5:37 am

    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.
    avatar
    nathanadhitya
    Forumember


    Male Posts : 98
    Reputation : 2
    Language : English And Indonesia

    Solved Re: Selection

    Post by nathanadhitya May 30th 2012, 12:03 pm

    Oh Thanks I Just Solved It
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Selection

    Post by Sanket May 30th 2012, 12:05 pm

    Topic Solved & Locked