|
Thanks for the quick responses guys and gals.
However, I am in need of extra help.
I am trying to start by calling a servlet in the
following script (just to test my code). But, it does not display the page
generated by the servlet. (familiar SimpleServlet):-)
<html>
<head> <script language="javascript"> function invokeServlet(SimpleServlet) { document.myform.action.value = SimpleServlet; document.myform.submit(); } </script> </head> <body> <form name="myform" action="" method="post"> <input type=submit value="Submit" > </form> <!-- Any other HTML stuff can go here --> </body>
</html> I think if I can get this working, I can figure out
the rest.
*Antonio*
|
- Dynamic Content Antonio Villafana
- Re: Dynamic Content Michael
- Re: Dynamic Content Antonio Villafana
- Re: Dynamic Content Michael
- Re: Dynamic Content Dr. Dragomir D. Dimitrijevic
- Re: Dynamic Content Khalid Pervaiz Khan
