Click to See Complete Forum and Search --> : java with javascript


preethaayyappan
09-23-2008, 03:12 AM
Hi,
I need to write a java code which runs the javascript continuously.Is it possible to do this?If yes please guide me.

Thanks.

Khalid Ali
09-23-2008, 10:07 PM
first of all you do understand that Java is run on the server and JavaScript is run inside the browser?
Now try to understand the above concept and then see how this can be accomplished (or not)