![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: how can I send parameters from a javascript to a servlet?
From: Danny <dann90038@bluebottle.com>
Date: Tue Aug 09 2005 - 01:53:21 CEST
Easier way will be using adding ?sometring to the url:
onclick="SOSO.html?ARG0"
and have the servlet pickup ARG0 off the querystring.
Danny
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/Received on Mon Oct 24 02:13:56 2005 |