G-Srikanth / dragtable

Automatically exported from code.google.com/p/dragtable
0 stars 0 forks source link

Getting secure tranfer error while axcess through SSL #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Axcess dargtable page through SSL.
2. A alter pop appeares, asking for confirmation.
3.

What is the expected output? What do you see instead?
Need to remove or deactive this confirmation pop up.

What version of the product are you using? On what operating system?
Windows XP,IE 6

Please provide any additional information below.
If you access URL or a html page through SSL, a pop up arises asking for 
confirmation of secure tranfer. I like to disable this.

I am tried doing it but not getting were exactlly the error is. 

See attcahed file for more details

Original issue reported on code.google.com by vineetht...@gmail.com on 16 Jun 2009 at 6:51

Attachments:

GoogleCodeExporter commented 9 years ago
Please use this code  document.write("<script id=__dt_onload defer 
src=//0><\/script>");

instead of this

document.write("<script id=__dt_onload defer 
src=javascript:viod(0);><\/script>");

This will disable secure alert pop up

Original comment by vineetht...@gmail.com on 16 Jun 2009 at 9:10

GoogleCodeExporter commented 9 years ago
I've incorporated this in revision 16. Could you explain what this is doing? 
It's a
bit hard to google for "//0"!

Original comment by danvdk on 30 Jun 2009 at 9:26