Skipping [ComImport] attribute when replicating attributes.
[castle.git] / MonoRail / TestSiteNVelocity / views / ajax / observeform.vm
blob0984ca3d5e2a6ce7c2c32cb6d157297e6c2b491e
1 <html>\r
2 <head>\r
3 $AjaxHelper.GetJavascriptFunctions()\r
4 </head>\r
5 \r
6 <body>\r
7 \r
8 <form id="myform">\r
9   Fill the field below to create an account:<br>\r
10   \r
11   Name: <input type="text" name="name" id="name"> <br>\r
12   Address: <input type="text" name="addressf" id="addressf"> \r
13   \r
14   <br>\r
15   <div id="message">\r
16   </div>\r
18 $AjaxHelper.ObserveForm("%{form='myform', frequency='1', url='accountformvalidate.rails', update='message'}")\r
20 </form>\r
21 </p>\r
24 </body>\r
26 </html>\r