Verisign seal not displayed in .ASPX page.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • byteram
    New Member
    • Jul 2012
    • 1

    #1

    Verisign seal not displayed in .ASPX page.

    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

    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>
    Please let me know what i have to do extra codeing for that
    On hosted server,SSL certificates are installed.


    Thanks
    Ram
    Last edited by PsychoCoder; Jul 12 '12, 12:52 AM. Reason: Code tags added
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    Since you're using VBScript that tells me you're working with classic ASP and not ASP.NET. Given that I'm moving this to the ASP forum where it can get seen by the right experts.

    Comment

    Working...