<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Martijn Sinnema (sinnemavleiger@wanadoo.nl) -->
<!-- Web Site: http://home.wanadoo.nl/sinnemavlieger/martin -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function expandingWindow(website) {
var heightspeed = 7; // vertical scrolling speed (higher = slower)
var widthspeed = 7; // horizontal scrolling speed (higher = slower)
var leftdist = 0; // distance to left edge of window
var topdist = 0; // distance to top edge of window
if (document.all) {
var winwidth = window.screen.availWidth - leftdist;
var winheight = window.screen.availHeight - topdist;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=yes");
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) {
sizer.resizeTo("1", sizeheight);
}
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
sizer.resizeTo(sizewidth, sizeheight);
}
sizer.location = website;
}
else
window.location = website;
}
// End -->
</script>
--- In JavaScript_Official@yahoogroups.com, Paul <paul@...> wrote:
>
> I don't see the JS on your page for the open window. Can you post the script so we can look at it?
>
>
> Paul
>
> --- On Fri, 4/24/09, osman <osman_azizi@...> wrote:
>
> From: osman <osman_azizi@...>
> Subject: [JavaScript] Open in full page script dosent world
> To: JavaScript_Official@yahoogroups.com
> Date: Friday, April 24, 2009, 8:31 AM
>
>
>
>
>
>
>
>
> Hi group
>
> I have a script that make my web page to open full res. window, it did work when i had IE7 but now with IE8 it dosent.
> What can i do to make it work?
> The web page is www.adworldcorp. com and www.acabadosrustico spanama.com
> Both page have the same script and both dont work.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
------------------------------------
Visit http://aiaiai.com for more groups to joinYahoo! Groups Links
<*> To reply to this message, go to:
http://groups.yahoo.com/group/JavaScript_Official/post?act=reply&messageNum=16669
Please do not reply to this message via email. More information here:
http://help.yahoo.com/help/us/groups/messages/messages-23.html
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/JavaScript_Official/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:JavaScript_Official-digest@yahoogroups.com
mailto:JavaScript_Official-fullfeatured@yahoogroups.com
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/JavaScript_Official/
<*> To unsubscribe from this group, send an email to:
JavaScript_Official-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/