onclick

J

JameF

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
 
S

Stefan B Rusynko

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!" (-;
_____________________________________________


| 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top