Problem in back link

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivek_dubey
Forum Newbie
Posts: 11
Joined: Tue Oct 20, 2009 1:07 am

Problem in back link

Post by vivek_dubey »

I have page where i have given javascript back link but when i click on it browser give a message
Webpage has expired
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: Problem in back link

Post by it2051229 »

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

Post by vivek_dubey »

Thanks for reply
I have appleid simple javascript back link

Code: Select all

<a href="javascript&#058;history.go(-1)">Back</a>
and Page is not protected by session
Post Reply