G Guest Sep 23, 2005 #1 I would like to open a web page from a previous page and on closing the new page return to the original page from which it was opened.
I would like to open a web page from a previous page and on closing the new page return to the original page from which it was opened.
A Andrew Murray Sep 23, 2005 #2 You can open the new page in a new window. Closing that window will show the orginal site in the original window. The original site doesn't go anywhere, it remains open in the background, in another browser window. To open the linked site in a new window, set the link target as "target = _blank" in your href tag. Read up on links in the Help files.
You can open the new page in a new window. Closing that window will show the orginal site in the original window. The original site doesn't go anywhere, it remains open in the background, in another browser window. To open the linked site in a new window, set the link target as "target = _blank" in your href tag. Read up on links in the Help files.