r-it Posted April 2, 2008 Share Posted April 2, 2008 Hi there, i've been browsing the net for tutorials on using prototype 1.6. I am using it to change most of my ajax scripts as they have browser incompatibility issues. I am looking for a format on how to set the Ajax.Updater method to post, and where and how would i do this, do i have to first serialize the form values? What if i am not using a form for these values, what if i just want to make the post array myself like: msg = "txCName=" + escape(cname) + "&"; msg += "txNature=" + escape(nature) + "&"; msg += "txSector=" + escape(sector) + "&"; msg += "txDate=" + escape(dates) + "&"; msg += "txEmployees=" + escape(numempl) + "&"; msg += "txMail=" + escape(mail) + "&"; and then post the msg string? please help Link to comment https://forums.phpfreaks.com/topic/99168-post-with-prototype-16/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.