Results 1 to 5 of 5

Thread: I need help!

  1. #1
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy I need help!

    Im trying to do a drop menu where you select a name and go to their myspace... this is my code... can anyone help me with it or figure out what im doing wrong??

    <form name="form1">
    <select name="select1" size="1" style="background-color:&#035;FFFFD7" ..="displaydesc(document&#183;form1.select1, thetext1, 'textcontainer1')">
    <option selected value="http://www.myspace.com/xox_angiekol_xox">Angie</option>
    <option value="http://www.myspace.com/becariinnna">Bec</option>
    <option value="http://www.myspace.com/conorisverysexy" target="newwin">Conor</option>
    <option value="http://www.myspace.com/blondebeachbum4lyf">Court</option>
    <option value="http://www.myspace.com/domisrad" target="newwin">Dom</option>
    </select>
    <input type="button" value="Go"
    ..="jumptolink(document&#183;form1.select1)"><br>
    <span id="textcontainer1" align="left" style="font:italic 13px Arial">
    </span>
    </form>
    <form name="form1">
    <select name="select1" size="1" style="background-color:&#035;FFFFD7" ..="displaydesc(document&#183;form1.select1, thetext1, 'textcontainer1')">
    <option selected value="http://www.myspace.com/xox_angiekol_xox">Angie</option>
    <option value="http://www.myspace.com/becariinnna">Bec</option>
    <option value="http://www.myspace.com/conorisverysexy" target="newwin">Conor</option>
    <option value="http://www.myspace.com/blondebeachbum4lyf">Court</option>
    <option value="http://www.myspace.com/domisrad" target="newwin">Dom</option>
    </select>
    <input type="button" value="Go"
    ..="jumptolink
    (document&#183;form1.select1)"><br>
    <span id="textcontainer1" align="left" style="font:italic 13px Arial">
    </span>
    </form>

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    What is it doing/not doing? A link to your problem page would be helpful as well. Just looking at the code you posted above, the only thing that I can see is the ..= in the code (but I'm pretty sure you have done this to shorten the post or something).
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem site


  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Myspace blocks javascripts. You won't be able to do it.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    aww haha thats why thanks anyways

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •