Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2005
    Location
    Coventry (england)
    Posts
    123
    Tokens
    0

    Default !!!!HELP ME WITH MY POPUP!!!!!

    I wanna put my radio into a popup when the click the link on the navigation it popups Can any 1 help? Please?

  2. #2
    Join Date
    May 2005
    Posts
    826
    Tokens
    0

    Default

    Quote Originally Posted by L1P
    I wanna put my radio into a popup when the click the link on the navigation it popups Can any 1 help? Please?

    Ok, What size and whats the link??

  3. #3
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    ironic sig u have there, anyway this code should do the trick

    Code:
    <script>
    function pop() { window.open(' URL POPUP LOADS ','mr_popup','width=500,height=500,resizable=yes,scrollbars=yes'); }
    </script>
    activate with

    Code:
     <a href='javascript:pop();' > link to make popup </a>
    ps change the attributes to your specs, and remove the space the stupid line breaker on this forums adding in

  4. #4
    Join Date
    Aug 2005
    Location
    Coventry (england)
    Posts
    123
    Tokens
    0

    Default

    http://www.radiowave.tk/
    it's nothing to do with habbo Btw

    i need to to popup when you load the page?

  5. #5
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    That layout is hot.

  6. #6
    Join Date
    Aug 2005
    Location
    Coventry (england)
    Posts
    123
    Tokens
    0

    Default

    Thx man

Posting Permissions

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