Re: [PHP] How do I get the resolution of my screen?

2001-09-11 Thread MailingLists
nope, it don't... but you could easily do this in JavaScript: function OpenCenter() { // we're going to center the popup screen nLeft = ( screen.width - 350 ) / 2 ; nTop = ( screen.height - 300 ) / 2; // open the window var newWind = window.open(

Re: [PHP] remote scripting objects

2001-09-06 Thread MailingLists
: The javascript would have to call a PHP script on the server instead of an ASP script. It's nothing specific to MS stuff. MailingLists wrote: I don't know if it's IIS or ASP that handles this, but there's a beast called a remote scripting object. It combines JavaScript and ASP to call a remote

Re: [PHP] Tracking shipments UPS, FEDEX, etc...

2001-09-06 Thread MailingLists
I don't want the rate, I have that through a 3rd party shipping engine... it's the tracking info I need... unfortunately not just for UPS... FedEx, DHL, Airborne, etc...At 03:09 PM 9/6/2001 -0500, Christopher CM Allen wrote: has anybody written any routines or functions they'd care

[PHP] remote scripting objects

2001-09-04 Thread MailingLists
I don't know if it's IIS or ASP that handles this, but there's a beast called a remote scripting object. It combines JavaScript and ASP to call a remote script on your server without having to submit your browser or load a new page. SO I can add a value to a form field and in the onchange