I'm looking for a really generic way to "fill out" a form based on a parameter string using javascript. for example, if i have this form:
<form id="someform"> <select name="option1"> ...
I have a tabbed html form. Upon navigating from one tab to the other, the current tab's data is persisted (on the DB) even if there is no change to the ...