I use onKeyDown on text inputs to determine if a key has been pressed. You could use it to trigger a javascript that would read the input and then load a save data script and pass the variables into a hidden iframe.
Very simplified example:
<script language=javascript>
function saveIt(x){
var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.