Help anyone...

how can i make my pages sensetive to back and forward?

i tried putting this in my html

 <META HTTP-EQUIV="Pragma" content="no-cache">
 <META HTTP-EQUIV="Cache-Control" CONTENT="no cache"> 
 <META HTTP-EQUIV="Expires" CONTENT="Thursday, 10-Jan-69 00:00:00 GMT">
 <META HTTP-EQUIV="Expires" CONTENT="-1">

but it does nothing. I've read that you have to used request.setHeader() thing?

if so, how do i put in my action class?



thanks

Reply via email to