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