This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > FrontPage Programming > February 2007 > onclick
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| JameF 2007-02-05, 10:15 pm |
| 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
| |
| Stefan B Rusynko 2007-02-06, 6:16 am |
| 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
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|