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

RE: [PHP] REMOTE SCRIPTING - RSexec() DOUBT

2001-05-18 Thread Jon Haworth
PROTECTED]] Enviada em: sexta-feira, 18 de maio de 2001 11:35 Para: 'Felipe Moreno'; '[EMAIL PROTECTED]' Assunto: RE: [PHP] REMOTE SCRIPTING - RSexec() DOUBT Two things: 1. You might want to read the Zend article on chained selectors: http://www.zend.com/zend/tut/drop-down.

RE: [PHP] REMOTE SCRIPTING - RSexec() DOUBT

2001-05-18 Thread Jon Haworth
Two things: 1. You might want to read the Zend article on chained selectors: http://www.zend.com/zend/tut/drop-down.php 2. If it's a site to do with cars, it's "marques", not "marks". Cheers Jon -Original Message- From: Felipe Moreno [mailto:[EMAIL PROTECTED]] Sent: 18 May 2001 15:10 T

Re: [PHP] Remote Scripting

2001-03-07 Thread Miles Thompson
Karl, Check the archives, if you haven't done so already. I think this was already discussed in the last week of February, although not under the same heading as yours. Miles At 02:05 PM 3/7/01 -0700, Karl J. Stubsjoen wrote: >Hello, > >I'm interested in the technology "Remote Scripting". Ba