Jump to content

Cum Fac Un Pop-up Functional In Toate Browserele ?


Recommended Posts

Posted

Probabil stiti deja ca unele pop-up-uri sunt afisate doar de unele browsere. Aveti mai jos un mic javascript cu care puteti face un pop-up sa fie functional in toate browserele:

<script type="text/javascript">
<!-–

function popitup(url) {
   new_window=window.open(url,'Contact','height=400,width=560');
   
   if (window.focus) {
       new_window.focus()
   }
   
   return false;
}

//-–>
</script>

<a href="contact.php" onclick="return popitup(contact.php')">Contact</a>[/code]

Ca o mica explicatie suplimentara a acestui cod, ei bine, folosind-ul, vom face o pagina cu un link [b][color=orange]Contact[/color][/b], iar la accesarea lui se va deschide un pop-up (o noua fereastra) de inaltime 400 si latime 500, ce va afisa continutul paginii [color=red][b]contact.php[/b][/color]

Succes !

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.