darkling235
Programmer
Ok if I can't access the destination url where I'm going onleave, what about if I put a javascript function like onClick in each A href tag. Is there a way for me to get the actual URL in the link and do something with it before we redirect to the new page?
Like
<A href = "unspecified url" onClick = "GetUrlandDoSomethingWithIt"> Click Here <A href>
Can I get the "unspecified url" here in my GetUrlandDoSomethingWithIt method? Because this webapp is pretty complicated I will have no idea where the link actually goes. I need to find out at run time.
Thanks again
Like
<A href = "unspecified url" onClick = "GetUrlandDoSomethingWithIt"> Click Here <A href>
Can I get the "unspecified url" here in my GetUrlandDoSomethingWithIt method? Because this webapp is pretty complicated I will have no idea where the link actually goes. I need to find out at run time.
Thanks again