Pawn Rush
07-18-2001, 04:00 PM
OK, here's my prob.
I load a variable from an asp page, and I know it works, because I have a dynamic text box showing the value.
I then use getUrl to call up another web page. I pass variables with GET and it nothing is appended to the url. In other words, the variable I loaded earlier doesn't get passed. Is this not supposed to work like this?
Can anyone help out?
loadVariablesNum ("basic_var.asp", 0);
getURL ("emp_data.asp", "_blank", "GET");
I load a variable from an asp page, and I know it works, because I have a dynamic text box showing the value.
I then use getUrl to call up another web page. I pass variables with GET and it nothing is appended to the url. In other words, the variable I loaded earlier doesn't get passed. Is this not supposed to work like this?
Can anyone help out?
loadVariablesNum ("basic_var.asp", 0);
getURL ("emp_data.asp", "_blank", "GET");