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
opup('player.php', 'The Birry Muff Project', 300, 50, 'no');">hier</a>
Wat is hier mis mee.. Het werkt helemaal niet?
Mvg Niels.
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

Wat is hier mis mee.. Het werkt helemaal niet?
Mvg Niels.