![]() |
|
|
+ Search |
![]()
|
May 16th, 2001 07:39
Howard Yetzilbaum, Kirederf, http://javascript.com/
You can use javascript:
window.open(url, name, features, replace);
print something like this in the header of the document:
print <<EOT;
<SCRIPT>
window.open('http://yahoo.com/', 'yahoo', 'width=400,height=400');
</SCRIPT>
EOT