|
I am trying to track certain information when someone clicks certain links within a website and save the info to an excel file. Right now I have this working, but not how I would like it to.
As of now, a user would click the link and a listener will fire off a cold fusion page that does the file creation/appending. The problem is, this page does pop up for 1-2 seconds while this is happening.
What I would like to do is have the CF fire off in the background so the user is not throw off by this. Also, pop up blockers may end up making this page stop running which would then not give me the info I am looking for.
Basically, I am looking to either have the window hidden completely, or just have a CF function run in the background. Since CF is server side, I'm not sure this would be possible.
Lastly, I do not have any access to the IIS server, So I cannot change any settings there.
Would this somehow be possible?
|