Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Popup help.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="BatDev" data-source="post: 123046" data-attributes="member: 15443"><p>save this as donate.html</p><p> </p><p>[HTML]<form action="https://www.paypal.com/cgi-bin/webscr" method="post"></p><p><input type="hidden" name="cmd" value="_s-xclick"></p><p><input type="hidden" name="hosted_button_id" value="5JH9WTF55M82Q"></p><p><table></p><p><tr><td><input type="hidden" name="on0" value="Zet hieronder je Turn naam:">Zet hieronder je Turn naam:</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr></p><p></table></p><p><input type="image" src="https://www.paypalobjects.com/nl_NL/NL/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal, de veilige en complete manier van online betalen."></p><p><img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1"></p><p></form>[/HTML]</p><p> </p><p> </p><p>then put this in your me.php or what ever between the <head> </head> tags.</p><p> </p><p>[HTML]<script language="javascript" type="text/javascript"></p><p><!--</p><p>function popitup(url) {</p><p> newwindow=window.open(url,'name','height=200,width=150');</p><p> if (window.focus) {newwindow.focus()}</p><p> return false;</p><p>}</p><p> </p><p>// --></p><p></script>[/HTML]</p><p> </p><p> </p><p> </p><p> </p><p>Remember the change the in the javascript</p><p> </p><p>to use this javascript function you can do this below</p><p> </p><p>[HTML]<a href="donate.html" onclick="return popitup('donate.html')"</p><p> >Link to popup</a>[/HTML]</p></blockquote><p></p>
[QUOTE="BatDev, post: 123046, member: 15443"] save this as donate.html [HTML]<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="5JH9WTF55M82Q"> <table> <tr><td><input type="hidden" name="on0" value="Zet hieronder je Turn naam:">Zet hieronder je Turn naam:</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr> </table> <input type="image" src="https://www.paypalobjects.com/nl_NL/NL/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal, de veilige en complete manier van online betalen."> <img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1"> </form>[/HTML] then put this in your me.php or what ever between the <head> </head> tags. [HTML]<script language="javascript" type="text/javascript"> <!-- function popitup(url) { newwindow=window.open(url,'name','height=200,width=150'); if (window.focus) {newwindow.focus()} return false; } // --> </script>[/HTML] Remember the change the in the javascript to use this javascript function you can do this below [HTML]<a href="donate.html" onclick="return popitup('donate.html')" >Link to popup</a>[/HTML] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Popup help.
Top