Re: [PHP] remote scripting objects

2001-09-06 Thread MailingLists
In the ASP page I've been developing for work (yeah, I know... icky ASP...) I have an order form on the screen. The first field is a custmer number. In the OnBlur even for that form field, the javascript on that page instantiates a remote scripting object, which calls another ASP page to loo

Re: [PHP] remote scripting objects

2001-09-06 Thread Alfredo Yong
Ok, fine but what about something like this: say you have a page with a dropdown to select cities and a second dropdown to select places in the previously selected city. You change the cities dropdown and normally you reload all the page to fill in the places for the second dropdown. Say also

Re: [PHP] remote scripting objects

2001-09-05 Thread Michael Kimsal
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 > c