Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

its my html page

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
<html>
<body>
<p><p>
Enter the username and password.
<p><p>
<form method="post" action="Validate.jsp">
<center>Name: <input Name="Name" type="text"></center>
<center>Password: <input Password="Password" type="text"></center>

<p><p>
<center><input type="submit"></center>
</form>
</body>
</html>
 
Ranch Hand
Posts: 212
Eclipse IDE Spring Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
So what?
please read How to ask questions
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Sagar,

I think no one in this forum will get any idea about, what you want to ask ??

I know its , related to the previous thread you start, so better you add up there and any fellow rancher ll help you in detail !!

See you there
[ July 16, 2008: Message edited by: Sagar Rohankar ]
    Bookmark Topic Watch Topic
  • New Topic