cwiggins418
IS-IT--Management
I have tried a couple of new things. However can someone please tell me whey this doesn't work:
<script language="javascript">
<!--
function OpenBeat {
if (typeof newWin=='undefined' || !newWin || newWin.closed) {
newWin = window.open('BeatWin', 'width=120,height=50,resizeable=yes');
} else {
newWin.close();
newWin = window.open('BeatWin', 'width=120,height=50,resizeable=yes');
newWin.focus();
}
}
</script>
Thanks in advance
<script language="javascript">
<!--
function OpenBeat {
if (typeof newWin=='undefined' || !newWin || newWin.closed) {
newWin = window.open('BeatWin', 'width=120,height=50,resizeable=yes');
} else {
newWin.close();
newWin = window.open('BeatWin', 'width=120,height=50,resizeable=yes');
newWin.focus();
}
}
</script>
Thanks in advance