Can I pass a ColdFusion variable with Javascript onclick?

admin

Administrator
Staff member
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=http://www.webdeveloper.com/forum/archive/index.php/"#" 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
 
Back
Top