W
Wendell Buckner
Can I do something like this:
var aResult = new Array();
aResult = window.showModalDialog("SqnInq2.Asp?sBank=" + 01 + "&sCity=" + 1
+ "&sAcno=" + sAccount,window,sFeatures);
If so what would the ASP code look like that would return the array?
(maybe something like this?)
<%
..
..
..
dim SigStatus(1)
SigStatus(0) = iResp
SigStatus(1) = 0
response.write ("window.returnvalue = SigStatus")
%>
I've very confused about this...
var aResult = new Array();
aResult = window.showModalDialog("SqnInq2.Asp?sBank=" + 01 + "&sCity=" + 1
+ "&sAcno=" + sAccount,window,sFeatures);
If so what would the ASP code look like that would return the array?
(maybe something like this?)
<%
..
..
..
dim SigStatus(1)
SigStatus(0) = iResp
SigStatus(1) = 0
response.write ("window.returnvalue = SigStatus")
%>
I've very confused about this...