I'm getting this error :
Uncaught SecurityError: Blocked a frame with origin "https://lss-servicedesk.techteam.com"
from accessing a frame with origin "http://mydomain.com".
The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http".
Protocols must match.
<FORM ACTION=https://lss-servicedesk.techteam.com/CAisd/pdmweb.exe METHOD=POST onsubmit="return checkform(this);">
Is there any way to get around this problem ? thanks in advance...