Προς το περιεχόμενο

Pop up window


jimkats

Προτεινόμενες αναρτήσεις

Ftiakse tin selida pou theleis na kanei popup kai onomase tin px mypage.html.

Stin arxiki selida tou site sou (mallon to index.html), vale tin eksis function :

<script type="text/JavaScript">

function autopopup(theURL,winName,width,height)

{

var x = (screen.width) ? (screen.width - width) / 2 : 0;

var y = (screen.height) ? (screen.height - height) / 2 : 0;

var href_params = "width=" + width + ", height=" + height + ", left=" + x + ", top=" + y + ", scrollbars=no, resizable=no, status=no, menubar=no, toolbar=no, location=no, directories=no";

 

window.open(theURL,winName,href_params);

}

</script>

 

kai sto tag tou body sto onload kalese tin parapano function diladi:

<body bgcolor="#FFFFCC" onload="autopopup('mypage.html','',1000,400)">

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...