Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Popup from main page.
Message
From
17/05/2005 20:09:07
 
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
01015132
Message ID:
01015146
Views:
22
Hi William,

Not sure about ASP pages, but this works for me in straight HTML pages.

drop a function on the page like:
<script language="JavaScript">
<!--
function openNewWindow(URLtoOpen, windowName, windowFeatures){newWindow=window.open(URLtoOpen,windowName,WindowFeatures);}
//-->
</script>
and call it in the page body:
<body onload="openNewWindow('page.htm','Page Title','height=480,width=640,toolbar=no')" >
Be aware that a lot of browsers may block this popup window though...
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform