hi
options to trigger script:
i. a link. eg <a href="#" onclick="doStuff">save</a>
cons: causes the page to scroll to the top when clicked
ii. a span. eg <span onclick="doStuff">save</span>
cons: when tabbing out of the textarea the focus does not stop on the save "link"
Any ideas on stopping the scrolling i.; getting the tabs to stop for ii.; or any other ideas welcome.
options to trigger script:
i. a link. eg <a href="#" onclick="doStuff">save</a>
cons: causes the page to scroll to the top when clicked
ii. a span. eg <span onclick="doStuff">save</span>
cons: when tabbing out of the textarea the focus does not stop on the save "link"
Any ideas on stopping the scrolling i.; getting the tabs to stop for ii.; or any other ideas welcome.