Quote:
|
Can I still use an OnClick type event. Is there also a way, using Javascript to track clicks that will also write the information to an Microsoft Access database?
|
Nope, not directly. javascript is client side so cannot "talk" to the database directly.
You would need to use the javascript XMLHTTP object ( now suddenly popular as AJAX ) and create a request to a ASP page with the DB function on. Problem here of course is that the XMLHTTP Object is different in each browser
So you need a browser sniffer and code for each browser, personally the jump link and asp redirect is much simpler.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|