Hi,

  I am new to Servlets - i am getting problem with Form Submission
The following is the html code,

<HTML>
<HEAD><TITLE>Form Submission</TITLE>
</HEAD>
<BODY>
<br>
<br>
<FORM METHOD=GET ACTION="http://172.16.69.124:8080/servlet/Crawler">
<left>
 Enter The URL To Be Crawled
 &nbsp;&nbsp;&nbsp;
<INPUT TYPE="TEXT" NAME="urlname"><P>
<br>
<INPUT TYPE="SUBMIT">
</left>
</BODY>
</HTML>

I am using javawebserver installed in my pc,that's why
i am calling the servlet with http://172.16.69.124:8080/servlet/Crawler
which is the servlet takes the name and displays Hello name.

can u pls help me out.I doubt the problem is in calling the servlet.

Thanx in advance,
Ashok.

___________________________________________________________________________
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