Return to the Web Authoring Forum
| Post a Follow-Up
Open in another window
| | |
Posted by Gene (My Page) on Sun, Mar 3, 02 at 5:19
| Hello,
How do you code a link to make it open in another window?
Thanks.
Gene |
Follow-Up Postings:
RE: Open in another window
| | |
I think this is what you need. (a href="http://your link")name it! Replace ( with < and ) with > mine is (a href="http://communities.msn.com/CudersPlace/")Cuders Place! |
RE: Open in another window
| | |
| This can be done simply with a "target" placed within the link itself. Here is the code to open a new window. (a href="URL of page" target="_window") Click Me(/a) Example Of course you must replace the () with <>. Hope this helps. MaryAnn |
RE: Open in another window
| | |
| Thank you very much. Gene |
RE: Open in another window
| | |
| There is also this. ( a href="the website.com" target="_blank")the website(/a) JamesS |
|
|
|
|