Forum Moderators: DixonJones
POST
index.asp
GET
index.asp?page=2
The ultimate objective is to track each page in the registration process as a unique entity so we can view where the site visitor is leaving. Any help would help us tremendously.
Thanks!
Insomniac
You could use both! Just use the page=2 query info in the action URL and the rest of the data should be available via the post method.
And alternative used by some of my clients that host their own web servers is to add info to the logs in their scripts. Normally they use PHP and a modified Apache log, but I see you are using ASP. I know that you can add extra query info to the query string log field entry using ASP, using the Response.AppendToLog function (goto MS's web site and search for that function for full details).
Good Luck,
Larry
You can read more here:
[product.webtrends.com...]
I'm not sure if you need to be a WebTrends customer or not in order to download it.
Regards,
Jonas