CamJM
06-26-2007, 05:27 AM
Title explains it all really.
Wanted to use a window.open()
Can't get it to work though. Any ideas?
<html>
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('contact_pop.html','documentupload', config='height=300,
width=500, toolbar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no')
-->
</SCRIPT>
<body>
To upload a new document simply click on the link below.<br/>
<input type="button" value="Upload Document" onclick="window.open()">
</body>
</html>
Disregard the previous message. Turns out you can :up:
Wanted to use a window.open()
Can't get it to work though. Any ideas?
<html>
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('contact_pop.html','documentupload', config='height=300,
width=500, toolbar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no')
-->
</SCRIPT>
<body>
To upload a new document simply click on the link below.<br/>
<input type="button" value="Upload Document" onclick="window.open()">
</body>
</html>
Disregard the previous message. Turns out you can :up: