ghostdogenterprise
Programmer
I'm attempting to find a script that will execute a popup without allowing the user to see that a popup has been introduced. The popup should be unnoticeble by the user.
A littl background; the pop up. Here is the popup I have.
Can if be done with some time trick? Or is there another solution.
The reason I'm attempting this is that I need to access the statistics available from the sitelog.cfm statement but don't need to show the user the statistics necessarily.
Thank for any help you can provide.
Onload="window.open('SiteLog.cfm','jav','menubar=no,toolbar=no,scrollbars=no,width=5,height=5,resizable=yes');
A littl background; the pop up. Here is the popup I have.
Can if be done with some time trick? Or is there another solution.
The reason I'm attempting this is that I need to access the statistics available from the sitelog.cfm statement but don't need to show the user the statistics necessarily.
Thank for any help you can provide.
Onload="window.open('SiteLog.cfm','jav','menubar=no,toolbar=no,scrollbars=no,width=5,height=5,resizable=yes');