C
Coralsnake
Hi group,
I would like to experiment with xforms. But the problem is, whatever I do,
I don't get a submit button, not in IE en not in FF. Have you've got any
idea what could be wrong?
Some basic code I've tried:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<xforms>
<model>
<instance>
<person>
<fname/>
<lname/>
</person>
</instance>
<submission id="form1" method="get" action="submit.asp"/>
</model>
<input ref="fname"><label>First Name</label></input>
<input ref="lname"><label>Last Name</label></input>
<submit submission="form1"><label>Submit</label></submit>
</xforms>
</BODY>
</HTML>
Thanks for your time..
CS
I would like to experiment with xforms. But the problem is, whatever I do,
I don't get a submit button, not in IE en not in FF. Have you've got any
idea what could be wrong?
Some basic code I've tried:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<xforms>
<model>
<instance>
<person>
<fname/>
<lname/>
</person>
</instance>
<submission id="form1" method="get" action="submit.asp"/>
</model>
<input ref="fname"><label>First Name</label></input>
<input ref="lname"><label>Last Name</label></input>
<submit submission="form1"><label>Submit</label></submit>
</xforms>
</BODY>
</HTML>
Thanks for your time..
CS