Running scripts at server or side client

  • Thread starter Thread starter Tarllem
  • Start date Start date
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
 
Back
Top