I would normally add at least 1 more attribute - target="_blank"
- to make it support even non-javascript enabled browsers
(plus would add a title attribute to the <a> tag and alt attribute to the <img> tag
<a href="design_example_pages/f4e_hud.htm" target="_blank" onclick="FP_openNewWindow('850',
'580', false, false, false, false, false, false, 'F4EHUD', /*href*/'design_example_pages/f4e_hud.htm');return false;"><img
border="0" src="images/design_examples/thumbs/f4e_hud_small.jpg" width="100"
height="67"></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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| Actually, Steve is on the right track, and had he not been "in his cups" I'm
| sure he would have told you to do THIS (which is the semantically and the
| HTML-ly correct way to do it) 8) -
|
| <a href="design_example_pages/f4e_hud.htm" onclick="FP_openNewWindow('850',
| '580', false, false, false, false, false, false, 'F4EHUD',
| /*href*/'design_example_pages/f4e_hud.htm');return false;"><img border="0"
| src="images/design_examples/thumbs/f4e_hud_small.jpg" width="100"
| height="67"></a>
|
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | >
| > Steve Easton wrote:
| >> Try adding an empty href to the tag.
| >> Change this: ( for the Hud )
| >> <img border="0" src="images/design_examples/thumbs/f4e_hud_small.jpg"
| >> width="100"
| >> height="67" onclick="FP_openNewWindow('850', '580', false, false, false,
| >> false, false,
| >> false, 'F4EHUD', /*href*/'design_example_pages/f4e_hud.htm')">
| >>
| >> To this:
| >> <a href="" img border="0"
| >> src="images/design_examples/thumbs/f4e_hud_small.jpg"
| >> width="100" height="67" onclick="FP_openNewWindow('850', '580', false,
| >> false, false,
| >> false, false, false, 'F4EHUD',
| >> /*href*/'design_example_pages/f4e_hud.htm')"></td>
| >>
| >> Then preview in browser. It should work.
| >>
| >> --
| >> Steve Easton
| >> Microsoft MVP FrontPage
| >>
| >
| > I will try your suggestion but I don't consider it a long time solution
| > as it is fooling the interpreter. There must be a mouse property I can
| > set, probably using Javascript.
| >
|
|