| Author |
Web Page calling JSP
|
Mike Broad
Greenhorn
Joined: Mar 29, 2007
Posts: 13
|
|
Hi, I'm currently trying to develop a web site using front page. I use front-page themes on my pages. How do I call a jsp 'automatically' from one of my pages, without using the href statement as shown below:- <body> <p align="center"><a href="http://127.0.0.1:8080/examples/jsp/Test/name.jsp">Click me to activate JSP</a></p> </body> Thanks for any help.
|
 |
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
|
|
Depends on what you want to do. Couple of examples can be found on the jGurus' tutorial. The link to which is posted in the other discussion abt (please search). You could also try the kick-start JSP with example posting I did a few days back. or check out these examples: Use of beans Form processing Regds.  - satya
|
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
|
 |
 |
|
|
subject: Web Page calling JSP
|
|
|