Hi there,
I have this code for a popup window. Everytime i go back to the front page,
the popup will come up. I want it to pop up only the first time I come to
the site. Would some one advice please. Thank you
/* Function popup */
function popupPage() {
var page = "advertisement_ popup.htm";
windowprops = "height=453,wid th=650,location =no,"
+ "scrollbars=no, menubars=no,too lbars=no,resiza ble=no";
window.open(pag e, "Popup", windowprops);
}
I have this code for a popup window. Everytime i go back to the front page,
the popup will come up. I want it to pop up only the first time I come to
the site. Would some one advice please. Thank you
/* Function popup */
function popupPage() {
var page = "advertisement_ popup.htm";
windowprops = "height=453,wid th=650,location =no,"
+ "scrollbars=no, menubars=no,too lbars=no,resiza ble=no";
window.open(pag e, "Popup", windowprops);
}
Comment