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-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

[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