I have a small project to record some form input on a page that’s hosted on a bare bones Network Solutions account with no server-side scripting. I’ve been trying to research solutions and it seems the only way to do this is maybe by using a secondary account on a host that DOES have php and submit to it via ajax (I don’t want the page to refresh so I’m assuming this would be necessary). I’ve never used ajax before and this project is due very soon so I’m looking for examples or solutions online that don’t require a big learning curve. Can anyone suggest any resources?
Share
If you don’t want the page to refresh the only method is to make the form post into an 0x0 pixels iframe as ajax doesn’t work cross-sites.