Better still (note the added ; after the return false and the target)
<a href="url_location" target="_blank" onclick="window.open('url_location', 'StatusBar',
'toolbar=yes,resizable=yes,scrollbars=yes,width=500,height=500,left=0,top=0' );return false;" title="tool tip">link anchor text or
graphic</a>
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
| For what it's worth, a link like that will fail if javascript is turned off.
|
| This one will not, however -
|
| <a href="url_location" onclick="window.open('url_location', 'StatusBar',
| 'toolbar=yes,resizable=yes,scrollbars=yes,width=500,height=500,left=0,top=0'
| );return false" title="tool tip">link anchor text or graphic</a>
|
|
| --
| Murray
|
| | > Try this .....
| >
| > <a href="#" onclick="window.open('url_location', 'StatusBar',
| > 'toolbar=yes,resizable=yes,scrollbars=yes,width=500,height=500,left=0,top=0'
| > );" title="tool tip">link anchor text or graphic</a>
| >
| >
| >
| >
| >
| > | >> I have created a local web site with lots of small images which when
| > clicked
| >> on open the image in full page. How can I get these images to open in a
| >> seperate window leaving the original page as is. Any thoughts would be
| > most
| >> gratefully received.
| >> paul pattinson
| >>
| >> I am using Frontpage 2000.
| >>
| >>
| >
| >
|
|