Phil
|
| Posted: 04/04/2002, 7:13 PM |
|
I have this in header of a page. When you go to that page a new window should open. I can get this to work with html but I can't get it to work in codecharge.
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('http://www.gotcode.com', 'newwindow', config='height=100,
width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no')
-->
</SCRIPT>
|
|
|
 |
Nicole
|
| Posted: 04/05/2002, 12:29 AM |
|
Phil,
put it to header or footer section of the form or page in CC.
|
|
|
 |
|