I am trying to send information to another frame. My dynamic text box is in one frame. And I have used the loadVariablesNum () function in another frame.
I have only NAMED the dynamic textfield as a variable which matches the variable name in my ASP file I am trying to load using the loadVariablesNum()
My code for loadvariables is
Code:
loadVariablesNum ("blahblahblah.asp", 0, "POST");
I do not know how to use the LoadVars function. What code should I input?