Running scripts at server or side client

  • Thread starter Thread starter Tarllem
  • Start date Start date
T

Tarllem

Hi!

Is possible to run scripts at the side of the client?

Thanks!
 
Are you familiar with javascript? Is that what you mean?

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top