I need to know the javascript codes of these orders:
- Back to previous page "History"
- Open same page in a whole window (from a framed page)
Thanks
I need to know the javascript codes of these orders:
- Back to previous page "History"
- Open same page in a whole window (from a framed page)
Thanks
history.back() or history.go(-1)- Back to previous page "History"
This isn't Javascript. The link should look like this:- Open same page in a whole window (from a framed page)
<a href="foo.htm" target="_top">bar</a>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
I need a single script to put it as a template for all links. I know the manual method.Originally Posted by Twey
Last edited by Haisook; 09-28-2005 at 09:12 PM.
What's the difference between each? The second one doesn't work if it's clicked from a previously maximized page from a frame. It goes back to the homepage of the frame, not the previous one.Originally Posted by Twey
Hope you understand this.. lol .. I know it's kinda confusing...![]()
There is no difference, I believe. However, if you're experiencing problems with one, obviously use the other.
I need a single script to put it as a template for all links.in the head.HTML Code:<base target="_top">
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks