Using Frontpage2003 and using the folllowing command
<a href="TableThres.htm" onclick="FP_openNewWindow('500', '350', false,
false, false, false, true, true, 'Threshold', /*href*/'TableThres.htm')">

In IE6, command generates 1 window 500x350
In IE7, command generates the same window as IE6 (500x350) and a 2nd window
in IE7 (full screen size) with tabs.

How to control and have only 1 window to open at 500x350???

JamesF

Re: onclick by Stefan

Stefan
Tue Feb 06 03:20:29 CST 2007

Try using
<a href="TableThres.htm" target="_blank" onclick="FP_openNewWindow('500', '350', false,
false, false, false, true, true, 'Threshold', /*href*/'TableThres.htm'); return false;">


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"JameF" <JameF@discussions.microsoft.com> wrote in message news:D63014B4-07F5-4A61-91A6-F3A49FABDDC0@microsoft.com...
| Using Frontpage2003 and using the folllowing command
| <a href="TableThres.htm" onclick="FP_openNewWindow('500', '350', false,
| false, false, false, true, true, 'Threshold', /*href*/'TableThres.htm')">
|
| In IE6, command generates 1 window 500x350
| In IE7, command generates the same window as IE6 (500x350) and a 2nd window
| in IE7 (full screen size) with tabs.
|
| How to control and have only 1 window to open at 500x350???
|
| JamesF