eyalmolad
Joined: 16 Aug 2010
Posts: 12
|
Posted: Wed Aug 25, 2010 4:33 pm Post subject: Var1 in banner on FF |
|
|
Hi,
I have a strange behavior here with using %Var1 variable in the Banner element in FF.
I created a new toolbar with banner element. In the banner url property, I am navigating to an aspx page with one parameter. The value of the parameter is %Var1. Example: http://myserver/test.aspx?q=%Var1.
When the test.aspx code is accessed, in OnToolbarInit in JavaScript I am assigning some value to Var1 variable.
Tool.Var[1] = "Value1";
The problem is that if I close the FF browser and re-open it, the %Var1 variable is always uninitialized (does not have the "Value1" value. The server is receiving %25Var1 value.). The Tool.Var[1] has the correct value.
This works perfect in IE but not in FF.
I am using 4.2.0.41 version.
Any ideas?
Thanks,
Eyal |
|