I have page where i have given javascript back link but when i click on it browser give a message
Webpage has expired
Problem in back link
Moderator: General Moderators
Re: Problem in back link
I would like to see the code.. but i think your page is protected by session that's why...
-
vivek_dubey
- Forum Newbie
- Posts: 11
- Joined: Tue Oct 20, 2009 1:07 am
Re: Problem in back link
Thanks for reply
I have appleid simple javascript back link
and Page is not protected by session
I have appleid simple javascript back link
Code: Select all
<a href="javascript:history.go(-1)">Back</a>