View Full Version : help plz


-darkpunch-
06-06-2010, 10:23 PM
hello
liking to me how, when one arrives on a web page full of pop-up window will be displayed like this site: http://gcasale.free.viva.htm
ps: I use google traductor I'm french x):)

amicus
06-08-2010, 11:11 PM
link doesn't work so i think you want a popup window when someone comes to your site


<script type="text/javascript">
window.open( "popupwindow.html", "window title", "menubar=no, width=430, height=360, toolbar=no" );
</script>