Hello
When using html forms & FMP does FMP absolutely require a <input
type="submit" value="-NEW"> tag or can I get away with using something like
this:
<input type="button" value="-new" onClick="validate_then_submit();">
with the jscript code eventually running the document.formname.submit()
function?
Let me rephrase the question:
Is it possible to perform "add entry" actions in a FileMaker Pro database
_without_ using <input type="submit" value="-new"> ? I want to use an image
or regular button instead so I can do some javascript stuff _before_
submitting the data.
Mark