Click to See Complete Forum and Search --> : Can I pass a ColdFusion variable with Javascript onclick?


richr
03-07-2003, 10:18 AM
I'm coding a web project using ColdFusion, and at one point I want to have a link to send the user back one screen, using:

<a href="#" onclick="history.back()"></a>

However, I need to pass some type of variable to instruct the called page.

Can I pass a ColdFusion variable with Javascript?


thx