Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Nope that didnt work.

  2. #12
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    Bugger sorry im sure one will pop up somewhere

  3. #13
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    I need this done before Thursday realy :[

    Will it majorly lag my forum if i have
    5 hotels with stats up Ajax?

  4. #14
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    How would i do it with a mouse over,So the code is
    <A HREF="noplace" onMouseover="alert(Alert text here')"> Text here dont hover over !</A>
    How would i make it so when they hovered over it went to 'Habbos online'
    I will rep u twice if u do thisss as i cnt find how to :@

  5. #15
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Put it in a div:

    HTML Code:
    <A HREF="noplace" onMouseover="javascript:document.getElementById('div').innerHTML = 'habbos online';"> Text here dont hover over !</A>
    To grab Habbos Online you'd need a PHP script & xmlHttp request(s).
    [/html]

  6. #16
    Join Date
    Sep 2006
    Location
    Hobart, Australia
    Posts
    593
    Tokens
    0

    Default

    Or just use a title tag?

    HTML Code:
    <span class="text" title="<?PHP echo $habbosonline['us']; ?>">Habbo Hotel USA</span>
    Simple, but it'll get the job done to your description.
    Last edited by Beau; 31-10-2007 at 05:56 AM.

  7. #17
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    How would i make it Ajax Invent?

  8. #18
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    How would i make it Ajax Invent?
    http://www.w3schools.com/ajax/default.asp

  9. #19
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Ok,How would i do it without Ajax

  10. #20
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    GD the numbers onto an image, then use javascript to make the image appear when a link has been pressed
    Chippiewill.


Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

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