Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Can I accomplish this with Java?

  Asked By: Jason    Date: Mar 21    Category: Java    Views: 535
  

I'm not sure if this is a question that would involve java or
not...but here it goes...

I would like to be able to have a form on my website, where the
visitor could enter their information, and then the program would
take the information they entered and input it into a template that I
have designed, and would display the completed template on the
website for the visitor to print out.

Ok...did I make any sense there? I believe this is a bit above my
HTML experience...but I'm not sure where to look next. Would this
involve java or java scripts...?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Blake Smith     Answered On: Mar 21

You could do this with either Java or JavaScript. If you use Java you
would need to have your program  on the server which can take the form
submission data and create the new HTML page. This could be done either
with a JSP (Java Server Pages) or servlets. If you do it with Java you
will need to submit the fields as part of the query string and then get
that data from the location.search property.

 
Didn't find what you were looking for? Find more on Can I accomplish this with Java? Or get search suggestion and latest updates.




Tagged: