|
-
Oct 11th, 2004, 02:35 PM
#1
Thread Starter
Member
General html code for BACK
I want to have a General html code for back button in html that works like the back button of Internet Explorer .
I am usings framses in my web site that are puting me in trouble for going back to the page with the frame that was in the previous page .
Muhammad Khalil Raza
$~~ Well do or don't do ~~$ 
-
Oct 11th, 2004, 02:41 PM
#2
There's no HTML for a back button. If there was, there'd still be the same functionality as the browser's own back button, so there'd be no point in using it to address your problem, assuming that the back button doesn't work for some weird reason in your case.
That said, the JavaScript snippet 'history.go(-1)' has the effect of a back button.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 12th, 2004, 05:53 AM
#3
Thread Starter
Member
thanks
Its working CoooooL...
Originally posted by CornedBee
There's no HTML for a back button. If there was, there'd still be the same functionality as the browser's own back button, so there'd be no point in using it to address your problem, assuming that the back button doesn't work for some weird reason in your case.
That said, the JavaScript snippet 'history.go(-1)' has the effect of a back button.
Muhammad Khalil Raza
$~~ Well do or don't do ~~$ 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|