Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Location
    Up North
    Posts
    1,002
    Tokens
    93

    Latest Awards:

    Default Fivestar Popup Habbo Alert

    Hi, John here,

    Does anybody on the forum have that Fivestar layout, where you open a page, and the popup habbo alert pops up?

    I can't seem to find it anywhere

    Thanks, John

    +Rep To Anybody who can help
    Last edited by .:.:jjm261:.:.; 04-03-2007 at 03:23 PM.

  2. #2

    Default

    i think ad, may have it.

  3. #3
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    198
    Tokens
    0

    Default

    I have it ill find it for you.

    FOund it, copy and paste the code:

    <script language='JavaScript1.2'>
    var dragswitch=0
    var nsx
    var nsy
    var nstemp
    function drag_dropns(name){
    temp=eval(name)
    temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
    temp.onmousedown=gons
    temp.onmousemove=dragns
    temp.onmouseup=stopns
    }
    function gons(e){
    temp.captureEvents(Event.MOUSEMOVE)
    nsx=e.x
    nsy=e.y
    }
    function dragns(e){
    if (dragswitch==1){
    temp.moveBy(e.x-nsx,e.y-nsy)
    return false
    }
    }
    function stopns(){
    temp.releaseEvents(Event.MOUSEMOVE)
    }

    //drag drop function for IE 4+////
    /////////////////////////////////
    var dragapproved=false
    function drag_dropie(){
    if (dragapproved==true){
    document.all.showimage.style.pixelLeft=tempx+event .clientX-iex
    document.all.showimage.style.pixelTop=tempy+event. clientY-iey
    return false
    }
    }
    function initializedragie(){
    iex=event.clientX
    iey=event.clientY
    tempx=showimage.style.pixelLeft
    tempy=showimage.style.pixelTop
    dragapproved=true
    document.onmousemove=drag_dropie
    }

    if (document.all){
    document.onmouseup=new Function('dragapproved=false')
    }
    function hidebox(){
    if (document.all)
    showimage.style.visibility='hidden'
    else if (document.layers)
    document.showimage.visibility='hide'
    }
    </script>
    <div style='width:338;left:285px;top:163px;height:121;p osition:absolute' id=showimage>
    <table border='0' width='338' cellspacing='0' cellpadding='0' align='center'>
    <tr>
    <td width='100&#37;' onMousedown='initializedragie()'><img border='0' src='http://img151.imageshack.us/img151/5998/signtop0nw.gif' width='338' height='30'></td>
    </tr>
    <tr>
    <td width='100%' onMousedown='initializedragie()'>
    <table border='0' width='100%' cellspacing='0' cellpadding='0'>
    <tr>
    <td width='1%' background='http://img226.imageshack.us/img226/4120/signlt7he.gif'><img src='http://img226.imageshack.us/img226/4120/signlt7he.gif' width="15" height="97" border='0'></td>
    <td width='100%' bgcolor='#EFEFEF'> <font size='1' face='Verdana' color='#000000'><font face='Verdana' size='1' color='#000000'><center><b>404!</b><br>Either this page is not finished or is not in our database.<br>
    Click OK to go back to Habbfly</font></font><br>
    <a href='www.habbfly.co.nr' onClick='hidebox();return false'><center><br><a href="http://habbfly.co.nr" target="_blank"><img src="http://img151.imageshack.us/img151/5593/okay8xt.gif" border="0"></a></center>
    <td width='1%' background='http://img52.imageshack.us/img52/9059/signrt9ed.gif'><img src='http://img52.imageshack.us/img52/9059/signrt9ed.gif' width="16" height="97" border='0'></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td width='100%' onMousedown='initializedragie()'><img border='0' src='http://img124.imageshack.us/img124/9894/signbt3mt.gif' width='338' height='13'></td>
    </tr>
    </table>
    </div>
    Last edited by ..-Evan-..; 04-03-2007 at 04:59 PM.
    ---

Posting Permissions

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