Forum Moderators: open
then,
<a HREF="javascript:popUp('http://10.16.65.58/cgi-bin/24674/tests_to_runcommands
.cgi')"><b><font size="5">Select commands
</b></a>
I need to pass data to tests_to_runcommands.cgi. How to do it?
Kindly help
<script LANGUAGE="JavaScript">
function popUp(URL) {
day = new Date();
id = day.getTime();
thisPage="page"+id;
thisURL=URL+"?thisPage="+thisPage;
window.open(thisURL,"popupWin","toolbar=0,scrollbars=1,location=0...");
}
</script>