HI,
I got one problem. I am useing java servlet and html to work on web based
application.

in one serlet edit.java it include two frames:


out.println("<frame   
src=\"http://brighid.math.ualberta.ca:8080/labexam/servlet/StudentEditModule1?"+courseid+"\""+";
scrolling=yes  noresize >");

out.println("<frame src= 
\"http://brighid.math.ualberta.ca:8080/labexam/servlet/ShowStudentModule1?"+
courseid+ "\""+"  scrolling=yes noresize >");
out.println("</frameset>");
 out.println("</html>");

in first frame, it is refered by one servlet called menu showing the edit
menu like add, delete and etc and made  in html form.

in second frame, also a servlet showing the record of students information
and it is made in html form and input type is checkbox.

The two frams are shown in same web page.

What i hope to do is check the boxed of students whom i want to delete and
go to firs form (on top in same page) and choose action (delete)

How can i use getParameter ("record") from the second form. I try but what
i get is null.

Thanks a lot


bin cai
phone

___________________________________________________________________________
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