hi all

i have a very urgent issue

i am calling a javascript file from a java file.
i need to return a value from the javascipt to the calling java file.
Note: the java is a non-servlet java
kindly share your ideas with me

JavaScript can't do anything to send the value back. It runs on the client's computer.

So JavaScript must put the value in a field that your server-side script also uses.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.