Hi Folks,
I’m just trying to get an ajax example to work. Can anyone please help?
I’m trying to post form values to a page with a query. I can’t find out how to get the form values in the first place, so far I have this:
glow.net.post(“addsuggest.cfm”,{name:this.name,contact:this.contact.value,email:this.email}
Can someone please tell me how I can pass the values to the query page?
Thankyou