Printable View
Hey, I'm wanting to submit a form to a popup window, probably with JavaScript, how can this be done? Thanks John
Quote: Originally Posted by .:.:jjm261:.:. Hey, I'm wanting to submit a form to a popup window, probably with JavaScript, how can this be done? Thanks John Well if you want to post it then use jQuery POST and make a function like function sendForm(){ var blah = field etc then post popupwindowcode here. } <form onsubmit="sendForm"> or do as onclick for submit button.