Jump to content

Recommended Posts

Posted

Scriptul de mai jos, are ca efect deschiderea unei paginii web in marime maxima, maximize.

Pentru a folosi acest script, adaugati urmatorul cod in sectiunea HEAD a documentului dumneavoastra HTML.

<script type="text/javascript">
<!--
window.moveTo(0,0);
if (document.all) {
 top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers || document.getElementById) {
 if (top.window.outerHeight<screen.availHeight || top.window.outerWidth<screen.availWidth) {
   top.window.outerHeight = screen.availHeight;
   top.window.outerWidth = screen.availWidth;
 }
}
//-->
</script>[/code]

:pct2:

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.