|
|
Q1194 How to make the pop-up window only come up for every nth visitor, say every 10th visitor, instead of for every visitor to a web-site?
irt.org | Knowledge Base | JavaScript | Random | Q1194 [ previous next ] Q1194 How to make the pop-up window only come up for every nth visitor, say every 10th visitor, instead of for every visitor to a web-site?What you can do is amend the script such that it only opens a popup window approx. every one in nth times, by adding a random number:
|
-- div -->
|