Running scripts at server or side client
Hi!
Is possible to run scripts at the side of the client?
Thanks!
Re: Running scripts at server or side client
Yes, using something like XmlHTTP you can find out more at:
http://www.quirksmode.org/blog/archives/2005/02/xmlhttp_link dum.html
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Tarllem" <no [at] no.no> wrote in message
news:O5tsBfaIFHA.4060 [at] TK2MSFTNGP14.phx.gbl...
> Hi!
>
> Is possible to run scripts at the side of the client?
>
> Thanks!
>
>
Re: Running scripts at server or side client
Are you familiar with javascript? Is that what you mean?
Eliyahu
"Tarllem" <no [at] no.no> wrote in message
news:O5tsBfaIFHA.4060 [at] TK2MSFTNGP14.phx.gbl...
> Hi!
>
> Is possible to run scripts at the side of the client?
>
> Thanks!
>
>
Re: Running scripts at server or side client
I don`t know JavaScript but I know VB. I need to run a script in the side of
the client and to send parameters from this script to another function in
the side of server.
"Eliyahu Goldin" <removemeegoldin [at] monarchmed.com> escribió en el mensaje
news:uMHMXRiIFHA.2740 [at] TK2MSFTNGP12.phx.gbl...
> Are you familiar with javascript? Is that what you mean?
>
> Eliyahu
>
> "Tarllem" <no [at] no.no> wrote in message
> news:O5tsBfaIFHA.4060 [at] TK2MSFTNGP14.phx.gbl...
>> Hi!
>>
>> Is possible to run scripts at the side of the client?
>>
>> Thanks!
>>
>>
>
>
Re: Running scripts at server or side client
On the client you have javascript. That's the language for writing scripts
for browsers. There is a number of ways of passing data from server to
client. One of the most common is using hidden text input elements.
Eliyahu
"Tarllem" <no [at] no.no> wrote in message
news:%23s6LPHpIFHA.2356 [at] TK2MSFTNGP12.phx.gbl...
> I don`t know JavaScript but I know VB. I need to run a script in the side
of
> the client and to send parameters from this script to another function in
> the side of server.
>
> "Eliyahu Goldin" <removemeegoldin [at] monarchmed.com> escribió en el mensaje
> news:uMHMXRiIFHA.2740 [at] TK2MSFTNGP12.phx.gbl...
> > Are you familiar with javascript? Is that what you mean?
> >
> > Eliyahu
> >
> > "Tarllem" <no [at] no.no> wrote in message
> > news:O5tsBfaIFHA.4060 [at] TK2MSFTNGP14.phx.gbl...
> >> Hi!
> >>
> >> Is possible to run scripts at the side of the client?
> >>
> >> Thanks!
> >>
> >>
> >
> >
>
>