Hi,
I need help on Javascript on window.open, I have a script as below this script can one window at one time. I need
to open more than one. I have try to put '_blank' but it will open to window and one is blank.
sample script:
<SCRIPT>
<!--
function openwindow( parmform ) {
window.open( '', 'test', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes')
parmform.target = "test"
parmform.submit()
}
// -->
</SCRIPT>
Tks/skkoh
I need help on Javascript on window.open, I have a script as below this script can one window at one time. I need
to open more than one. I have try to put '_blank' but it will open to window and one is blank.
sample script:
<SCRIPT>
<!--
function openwindow( parmform ) {
window.open( '', 'test', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes')
parmform.target = "test"
parmform.submit()
}
// -->
</SCRIPT>
Tks/skkoh