Hi all,
I need to redirect to another page which is already present under the websites folder, from inside a form in a jsp...
my jsp s this :
<form action="/content/mypage">
<input type = "button" value= "click here" class = "MyPage"/>
</form>
the class s for the css...
I had tried using "/content/mypage.html"
I am open to any ideas which would give me redirection other than using "a href"....here i am using a button...and the requirement s a button...:(
please help me out...
Regards and Thanks,
Heidi