home *** CD-ROM | disk | FTP | other *** search
- <!-- Begin
- function do_query(baseUrl, actionType, queryName) {
- url = baseUrl+"?action="+escape(actionType)+"&query_name="+escape(queryName);
- return url;
- }
-
- function do_report(theForm, reportType) {
- window.open ("",reportType,"menubar=1,resizable=yes,height=540,width=700");
- theForm.report_type.value=reportType;
- theForm.target=reportType;
- theForm.submit();
- return true;
- }
- // End -->
-