popup image
I want to get a popup when the customer come on our site.
I found a generator for this, but where (which files) must i change to get the effect.
This is the source of the generator.
<!-- TWO STEPS TO INSTALL POPUP WINDOW:
1. Paste the first into the HEAD of your HTML document
2. Use the code to open the popup page on your site -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=1024,height=768,left = 0,top = 0');");
}
// End -->
</script>
<BODY onLoad="javascript:popUp('http://www.mydomin.com/test/test.jpg')">
__________________
ver 3.5.10 with a lot of customizing
now testing 4.4.1 smartytemplate
|