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

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

2001-05-18 Thread Felipe Moreno
Hi list members, I'm trying to develop a script that work like the MS jscript function called RSexec () (Remote Script execute). During this develop, I'm having a doubt regarding the use of that function RSexec(), cause I was reading about it, and every reference points do use it with ASP

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

2001-05-18 Thread Jon Haworth
To: [EMAIL PROTECTED] Subject: RES: [PHP] REMOTE SCRIPTING - RSexec() DOUBT Importance: High Hi list members, I'm trying to develop a script that work like the MS jscript function called RSexec () (Remote Script execute). During this develop, I'm having a doubt regarding the use of that function

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

2001-05-18 Thread Felipe Moreno
]' 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.php 2. If it's a site to do with cars, it's marques, not marks. Cheers Jon -Original Message- From: Felipe Moreno

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

2001-05-18 Thread Jon Haworth
any joy on this list, you could try asking on a more general list like evolt.org's thelist or wdvl.com's wdvltalk. HTH Jon -Original Message- From: Felipe Moreno [mailto:[EMAIL PROTECTED]] Sent: 18 May 2001 17:12 To: Jon Haworth; [EMAIL PROTECTED] Subject: RES: [PHP] REMOTE SCRIPTING

[PHP] Remote Scripting

2001-03-07 Thread Karl J. Stubsjoen
Hello, I'm interested in the technology "Remote Scripting". Basically, I would like to deliver "real-time" information to a browser without having to reload the page. Is anyone familiar with this? Thanks, Karl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

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