NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: bijan 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
-
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
-
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.
-
are you on Page forms, or popup forms?