Hi -
I have page with a header frame and a main frame. In the header frame is a link called, "Remember this Spot". Basically, when the link is clicked, it is supposed to run code that will update a database with the main frame's URL. (So when the user comes back to the site, they can click on another link which will access the database, then redirects the browser to that "remembered" page.)
I know how to do the updating database part in ASP. However, I don't know how to get the main frame's URL, and I'm having trouble getting the onClick to run the ASP code.
I've been reading that the latter may not be possible. Can anyone give me advice on how to tackle this problem? Thank you in advance!
-DVD Girl
I have page with a header frame and a main frame. In the header frame is a link called, "Remember this Spot". Basically, when the link is clicked, it is supposed to run code that will update a database with the main frame's URL. (So when the user comes back to the site, they can click on another link which will access the database, then redirects the browser to that "remembered" page.)
I know how to do the updating database part in ASP. However, I don't know how to get the main frame's URL, and I'm having trouble getting the onClick to run the ASP code.
I've been reading that the latter may not be possible. Can anyone give me advice on how to tackle this problem? Thank you in advance!
-DVD Girl