Ok, this popup will allow you to put and html code in the popup!
Preview: http://virtueco.zapto.org/EternalCo%20Domain/index.php
Cause i know many people have been looking for something like this for a vote popup ect.
Guide:
Ok start with getting the js file and image files
http://www.zerowaitingtime.com/36249-download-popup.rar
Place this in your head tags:
And then in your html file put this in the begining of the body:Code:<script language="JavaScript" src="popup.js"> </script>
200, 100 is the position of the popup on the screen (middle, center)Code:<script> window.onload=function(){ new popUp(200, 100, LENGTH, HEIGHT, "Div", "HTML CODE HERE", "white", "black", "bold 10pt sans-serif", "TITLE BAR TEXT", "TITLE BAR COLOR", "white", "#dddddd", "red", "black", true, true, true, true, false); } </script>
And then your done!
Credits-
Me for guide
Brian Gosselin for the popup coding (js)
- Good Luck Virtue


Reply With Quote![[HTML][JS] Advanced Popup Guide!](http://ragezone.com/hyper728.png)


