Hi all,
When I passing value from text box of unsecure page ie. http to another
page which is https I am getting Access is denied error. Both these pages
are coming from two different servers, and I have addedd document.domain
to make sure that they get the same domain. I think Javascript does not
allow to pass values between two different protocols of http and https.
How od I get ridof this error. The solution we thought of is by making
another server secure so both have smae protocol, but is there any another
solution.
NM