Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-21 Thread Jeromy Evans
Simon Sew wrote: Hi, Can you provide me with the link on how to upgrade the dojo toolkit. Cant find a page that is simple enough for me to understand. Thanks. P.S: Already post my problem to dojo mailing list. Hope I can get some answers. Try this: http://cwiki.apache.org/S2WIKI/creating-a

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-21 Thread Simon Sew
Hi, Can you provide me with the link on how to upgrade the dojo toolkit. Cant find a page that is simple enough for me to understand. Thanks. P.S: Already post my problem to dojo mailing list. Hope I can get some answers. Jeromy Evans <[EMAIL PROTECTED]> wrote: Simon Sew wrote: > Hi, > > I have

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Jeromy Evans
Simon Sew wrote: Hi, I have pinpoint the problem to this remote div.. The code as below. I tried change the iframe.js but to no avail. I tried using 1) https:// 2) https://about:blank 3) javascript:false 4) "blank" I have even tried 2.0.11 which is the latest one. The bug still there. Is the

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Simon Sew
Hi, I have pinpoint the problem to this remote div.. The code as below. I tried change the iframe.js but to no avail. I tried using 1) https:// 2) https://about:blank 3) javascript:false 4) "blank" I have even tried 2.0.11 which is the latest one. The bug still there. Is there a 2.1 version ou

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Jeromy Evans
Simon Sew wrote: Hi Jeromy, The solutions provided doesn't work for me. I still have the pop up message. One more thing. I found out that struts2 dojo have some missing files. I used fidler to check : /struts/dojo/src/i18n/calendar/nls/en-us/gregorian.js /struts/dojo/src/i18n/calend

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-20 Thread Simon Sew
Hi Jeromy, The solutions provided doesn't work for me. I still have the pop up message. One more thing. I found out that struts2 dojo have some missing files. I used fidler to check : /struts/dojo/src/i18n/calendar/nls/en-us/gregorian.js /struts/dojo/src/i18n/calendar/nls/en/gregorian

Re: [S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-18 Thread Jeromy Evans
Simon Sew wrote: Hi, I'm trying to create a simple ajax using struts2. The ajax is running fine.But I'm trying to fix this error message when using https server. The alert message is "This page contains both secure and nonsecure items. Do you wish to display the nonsecure items?". ...

[S2] IE 7 - Secure and non-secure pop up message when using https

2008-04-18 Thread Simon Sew
Hi, I'm trying to create a simple ajax using struts2. The ajax is running fine.But I'm trying to fix this error message when using https server. The alert message is "This page contains both secure and nonsecure items. Do you wish to display the nonsecure items?". Here's my code. <%@ page cont