Skip to content
Advertisement

Tag: ajax

display ajax information under input field

I tried to develop an ajax to display some information. My ajax works fine but it do not display the information under the input field. Do you have any idea to resolve that ? thank you. my ajax request called across the input field, I use to display information: example of response I can see on sa keywords: Answer You

Getting live feed in Google charts

Rooky in need for some help here! I am trying to set up Google chart connected to a database that will be populated during the whole day. So this chart needs to have a live feed. I got below scrip and query. The Query works, and gives the feedback I need. Assuming that some magic in the ‘var data’ line

Newbie question: Static countdown timer based on server time

A client wants a launch page which will show a static countdown and when the countdown is finished the user will be redirected to another page. The launch is like an event for all users, so I want to make it hard for the user to access the redirected page before the countdown reaches zero – therefore I think it

Json corrupt variable by addition of a character

I make an Ajax call to a server side php script. The php should return a json variable like this : {“erreur”:”Pas de diffusion possible avant le 20-11-2020″,”title”:”Diffusion”} And I got that : s{“erreur”:”Pas de diffusion possible avant le 20-11-2020″,”title”:”Diffusion”} Where does this ‘s’ come from ? A chunk of my code on the server side (‘DiffuseOffre.php’): The javascript on

Contact Form Stuck in Validation

I am trying to get a contact form up and running for a portfolio website. I understand design, but have a very limited understanding of development/server side issues. The form functions as expected, BUT when submitted the form returns “..sending” and things stop there. I do not receive an email, and the status does not progress. My site is hosted

Advertisement