PDA

View Full Version : Ext.nd not working in HTTPS



J.Raju
25 Feb 2010, 4:04 AM
Hi All,

All the js libraries are getting loaded in HTML Head Content.

After then i am just writing

Ext.Msg.alert("Test","Test");

in the onLoad event of the form.

This works fine while accessing it in my office LAN. But not working while accessing in the internet through our VPN.

I suppose, may be due to https this problem in there!

If so, how to fix this?

Kindly help!!!

Regards,
Raju J

fangstern
2 Mar 2010, 10:59 PM
https is not the problem. It must be something else. Can't help without any code.