Forum Moderators: DixonJones

Message Too Old, No Replies

Tracking registered users

Finding out whether a user reached a specific page

         

Giles Donovan

3:25 pm on Apr 30, 2003 (gmt 0)

10+ Year Member



I'd like to have an application that cookies registered users, then notifies me if any of them reach a specific webpage.

Example being they reached my order page. If they didn't complete it, I'd like to call them!

Any ideas?

DaveN

3:30 pm on Apr 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I can't think of anyting commerical,

but it's easy enough to write a session varible and bit of script to write into a Database that a user has turned up and another bit of script on the checkout page to check the session var and write to the database he been here,

if blank then he dropped out before getting there

Dave

jatar_k

3:32 pm on Apr 30, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



exactly like Dave says,

What language is available to you?