I have faced one problem in my application. I am not able to see Verisign Seal in .Aspx page in my application.
I am able to see verisign seal in html file. means if i create one .html file and write following code in html file then it's working fine but this .html file should be store or keep in 'C:' or 'D:' drive
Please let me know what i have to do extra codeing for that
On hosted server,SSL certificates are installed.
Thanks
Ram
I am able to see verisign seal in html file. means if i create one .html file and write following code in html file then it's working fine but this .html file should be store or keep in 'C:' or 'D:' drive
Code:
<html> <body> <table width="100%" height="100%" border="1" cellpadding="2" cellspacing="0"> <tr> <td width="100%" align="center" valign="top"> <div id="test"> <script language=vbscript src="https://seal.verisign.com/getseal?host_name=www.domainname.com&size=M&use_flash=NO&use_transparent=NO&lang=en"></script> </div> <a href="http://www.verisign.com/ssl/ssl-information-center/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;"> ABOUT SSL CERTIFICATES </a> </td> </tr> </table> </body> </html>
On hosted server,SSL certificates are installed.
Thanks
Ram
Comment