global array to capture link clicks

J

jjfjr

Hi;

I have a number of pages linked together and I'd like to know how to capture
the url of the clicked links into a global array. I want to do this so that
I can see the succession of link traversals that a user performs by printing
out the contents of the array. I was planning to create and house the array
in some Javascript code within one or more of the pages. Any help is greatly
appreciated
 
K

Kevin Spencer

You would need to write a server-side application to do this.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
J

jjfjr

Thanks for the reply. I've never done that before; do you know of any sources
(books, etc.) that could help me out?
 
K

Kevin Spencer

Well, it only took me a couple of years to learn programming, and another 5
or so to get good at it...

How you learn depends on how you learn best. You can buy books, use Google,
download SDKs, go to classes, etc. I've done all of them, but going to
classes is the one I've done the least. I learn best by researching and
reading on my own.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top