NetTalk Central

Author Topic: SSL Site Secured Script  (Read 2961 times)

bijan

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
SSL Site Secured Script
« on: October 28, 2013, 09:29:42 AM »
Hi,

I have a button that has the javascript to display the Godaddy's site secured image.
During the validation if the user doesn't input something properly I do the following in the validation routine.
This causes this Godaddy's image(script) disappear. I added the Refresh:Godaddy but it doesn't work.
How should I refresh this button with the script.

 If p_web.GetSessionValue('SSR:DT_Flight') = 0
       loc:Invalid = 'We need your flight Date!'
       loc:alert   = Clip(loc:Invalid) 
       do Refresh::Godaddy
       Exit
 End   

Regards

Bijan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: SSL Site Secured Script
« Reply #1 on: October 28, 2013, 09:29:33 PM »
Hi Bijan,

Unfortunately not nearly enough information for a meaningful answer. My recommendation is to post a small example of the techniques you are using.

cheers
Bruce

bijan

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: SSL Site Secured Script
« Reply #2 on: October 29, 2013, 07:31:59 AM »
Hi Bruce,

This is what I added to this button's on click Javascipt and it displays the site seal and on clicking it displays the correct SSL information.

<span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=uoWVQCqLh6MANKWW1HTC8ugW6bJ7pH4c34CMmlLxgxBrC4JKST3X7"></script></span>

It works fine when the form is first loaded. If a required field is not entered and the user clicks submit it will lose the site image. I will try adding an icon for this button and see if that makes any difference.  Anyhow, we may end up removing this seal for 2 reasons: 1. Speed, we want these forms to load faster. 2. On mobile devices it could create issues.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: SSL Site Secured Script
« Reply #3 on: October 30, 2013, 02:46:15 AM »
are you on Page forms, or popup forms?