Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2005
    Location
    Scotland
    Posts
    1,530
    Tokens
    50
    Habbo
    OhLiam

    Latest Awards:

    Default [HELP] Html Script..

    Hey, I need a script which will change an image upon it being clicked on..

    It will lead into an iframe link etc but I need it to change..
    Can anyone post the html script?

    Thanks +Rep

    Moved by Mattps22004 (Forum Moderator) from Web Market: Please post in the correct forum next time, thanks .
    Last edited by Matt.; 22-08-2007 at 05:36 AM.

  2. #2
    Join Date
    Oct 2005
    Location
    Corby
    Posts
    5,515
    Tokens
    2,926
    Habbo
    cabbage (origins)

    Latest Awards:

    Default

    change on mouseover or actual click
    i'll find u one
    no

  3. #3
    Join Date
    Oct 2005
    Location
    Corby
    Posts
    5,515
    Tokens
    2,926
    Habbo
    cabbage (origins)

    Latest Awards:

    Default

    can't edit post dont go mad. here you go,
    Code:
    <HTML>
    <HEAD>
    </HEAD>
    <BODY>
    <A HREF="youriframepage.htm" target="_blank">
    <IMG SRC="image1.gif" ALT="Click on me" NAME="image"
      ONMOUSEDOWN="document.images['image'].src='image2.gif">
    </A>
    </BODY>
    </HTML>
    that will open in a new window. to link to an iframe you probably know, but change "_blank" to "iframe name here"
    Last edited by Swearwolf; 22-08-2007 at 01:08 AM.
    no

  4. #4
    Join Date
    Jul 2005
    Location
    Scotland
    Posts
    1,530
    Tokens
    50
    Habbo
    OhLiam

    Latest Awards:

    Default

    That doesn't work

  5. #5
    Join Date
    Oct 2005
    Location
    Corby
    Posts
    5,515
    Tokens
    2,926
    Habbo
    cabbage (origins)

    Latest Awards:

    Default

    tried and tested on FireFox and IE.
    working example:
    http://www.habbo-club.co.uk/testing.htm
    no

  6. #6
    Join Date
    Aug 2006
    Location
    United Kingdom
    Posts
    3,843
    Tokens
    1,121

    Latest Awards:

    Default

    works fine..

  7. #7
    Join Date
    Oct 2005
    Location
    Corby
    Posts
    5,515
    Tokens
    2,926
    Habbo
    cabbage (origins)

    Latest Awards:

    Default

    thank you..
    no

  8. #8
    Join Date
    Jul 2005
    Location
    Scotland
    Posts
    1,530
    Tokens
    50
    Habbo
    OhLiam

    Latest Awards:

    Default

    Lol the post moved and couldn't find it..

    Yeah it does work ty..
    +rep

Posting Permissions

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