home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
CMCD0703.ISO
/
Software
/
Freeware
/
Programare
/
bugzero
/
jsp
/
script
/
query.js
< prev
next >
Wrap
Text File
|
2003-04-22
|
418b
|
15 lines
<!-- 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 -->