Pixamus
08-15-2006, 08:42 AM
Hi,
I have ssl installed on my site. On thepage which is secured,I have a validated seal shown from my ssl certificate provider when the page initially loads. Everything works initially. There is a calendar control on the page that gets used to select various dates etc. The problem is that when a date gets selected, the seal dissapears. I take it that when the page is reloaded once a date is selected on the calendar control, it is not executing the <script> tag which i need to show the validated seal. Does anyone know how to correct this?
This is the code which I placed in a Panel server control to show the valided seal:
<script src = "https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe"></script>
cheers,
Pixhttp://community.discountasp.net/emoticons/idea.gif
I have ssl installed on my site. On thepage which is secured,I have a validated seal shown from my ssl certificate provider when the page initially loads. Everything works initially. There is a calendar control on the page that gets used to select various dates etc. The problem is that when a date gets selected, the seal dissapears. I take it that when the page is reloaded once a date is selected on the calendar control, it is not executing the <script> tag which i need to show the validated seal. Does anyone know how to correct this?
This is the code which I placed in a Panel server control to show the valided seal:
<script src = "https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe"></script>
cheers,
Pixhttp://community.discountasp.net/emoticons/idea.gif