Access DOM using JavaScript::SpiderMonkey
am 16.01.2006 21:37:56 von 4everjuneHello all,
I'm working on a program as part of my off-time hobby, but seems like
I've got a problem here.
Say, I have an HTML file like this:
In my server-side script, I'd like to access document.myform.username
and update it dynamically.
On the client side, I use Lynx as my browser, so I'd like to keep
everything on the server-side.
Is there any way I can manage that? Thank you in advance.