hongge
Oct 23rd, 2002, 03:19 AM
i need to do a popup window to view details on attendance
the code is :
<a href="javascriptpopup('ViewSummary.htm',550,400, 'no')">
inside the ViewSummary.htm, it requires to use session("username") to pick the attendance of the user from a database and perform calculations to display absenteeism, timein, timeout, etc, on the form.
I can do it using
<FORM METHOD="Post" ACTION="ViewSummary.htm" TARGET="_Blank">
but the problem is that the address bar and toolbar appear on the new window which i don't want it to show.
Do anyone understand my problem? Please help cos i'm doing a school project now. Thanks
the code is :
<a href="javascriptpopup('ViewSummary.htm',550,400, 'no')">
inside the ViewSummary.htm, it requires to use session("username") to pick the attendance of the user from a database and perform calculations to display absenteeism, timein, timeout, etc, on the form.
I can do it using
<FORM METHOD="Post" ACTION="ViewSummary.htm" TARGET="_Blank">
but the problem is that the address bar and toolbar appear on the new window which i don't want it to show.
Do anyone understand my problem? Please help cos i'm doing a school project now. Thanks