|
-
Oct 23rd, 2002, 03:19 AM
#1
Thread Starter
Lively Member
How to pass VBscript variable to Javascript?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|