andrewchai
05-12-2005, 03:10 AM
how to i pass a data or variable to a pop up pages, when i call or load the pop up page ?
i try the follwing but can not get it ?
function popup11(){
var a = receipt.total_amount.value;
var nw = window.open("", "popup", "resizeable = no, scroolbars = yes, width = 250, height = 100");
nw.location.href = "discount1.asp? field="+a;
nw = null;
}
thank !!!!!!
i try the follwing but can not get it ?
function popup11(){
var a = receipt.total_amount.value;
var nw = window.open("", "popup", "resizeable = no, scroolbars = yes, width = 250, height = 100");
nw.location.href = "discount1.asp? field="+a;
nw = null;
}
thank !!!!!!