Popup

Status
Niet open voor verdere reacties.

Nivko

Gebruiker
Lid geworden
31 jul 2004
Berichten
49
Hoi,

Ik heb dit als functie:

<script type="text/javascript">
function popup(url, name, height, width, scrollbars)
{
var popwin;
var opts =
"toolbar=no,status=no,location=no,menubar=no,resizable=no";
opts += ",height=" + height + ",width=" + width +
",scrollbars=" + scrollbars;

popwin = window.open("", name, opts);
popwin.focus();
popwin.location = url;

}
-->
</script>

Deze staat in de head, zie www.thebirrymuffproject.com, ik roep hem aan via <a href="javascript:popup('player.php', 'The Birry Muff Project', 300, 50, 'no');">hier</a>
Wat is hier mis mee.. Het werkt helemaal niet?

Mvg Niels.
 
Ik zou niet weten wat er niet aan werkt, bij mij doet die het zowel in internet explorer als in firefox.

Greetz : Jer:cool:en.
 
Ja, ik had hem net 2 min geleden aan de gang gekregen :D
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan