I am having a problem, when calling an asp page and sending a string with it, for the string is too long, (more than 255), and therefore won't function as should.
(I am doing so through:
parent.framrName.location.href="page1.asp?myString="+myString)
I have this variable as vbscript variable and I turned it also to a javascript var.
I wondered, if there's a way to keep this string as a VBSCRIPT variable in a static frame and then use it from another frame, like in javascript, and maybe this will accept longer strings.
( I know that in javascript I can have a variable in a static frame, and then use from another frame:
parent.frameName.varName...)
Or maybe there's another solution for it?
Thanks
(I am doing so through:
parent.framrName.location.href="page1.asp?myString="+myString)
I have this variable as vbscript variable and I turned it also to a javascript var.
I wondered, if there's a way to keep this string as a VBSCRIPT variable in a static frame and then use it from another frame, like in javascript, and maybe this will accept longer strings.
( I know that in javascript I can have a variable in a static frame, and then use from another frame:
parent.frameName.varName...)
Or maybe there's another solution for it?
Thanks