Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Java Script
Message
From
19/04/2000 15:06:06
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Java Script
Miscellaneous
Thread ID:
00361491
Message ID:
00361491
Views:
37
I am trying to have a window popup from another page. However it's not working, and I don't know why. Please help, code is below;

function Popup()
{
// Open the popup Window.
var popupUrl = "calculator.html";
var popup = window.open ("popupUrl","Popup",'toolbar=0,location=0,directories=0,
status=0,menubar=0,scrollbars=0,resizable=0,width=180,height=180');
}



Thanks

Jim Rieck
Thanks

Jim
Next
Reply
Map
View

Click here to load this message in the networking platform