something like this will work.

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>

  <card title="login">
    <p>Username: <input type="text" name="username"/></p>
    <p>Password: <input type="password" name="password"/></p>
    <p><a href="/Validate?un=$(username)&#38;pw=$(password)">Submit</a></p>
  </card>
</wml>

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of john
> swee
> Sent: Thursday, May 04, 2000 5:32 PM
> To: [EMAIL PROTECTED]
> Subject: Help needed!!! How to invoke servlet from WML???
>
>
> --- john swee <[EMAIL PROTECTED]> wrote:
> > Hi Servlet folks,
> >  Help needed!!!
> >  How to invoke a servlet from WML and passing
> > parameters.
> >
> >  Thanks in advance!
> >
> > J

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to