Minor style changes
[castle.git] / MonoRail / TestSiteNVelocity / views / ajax / periodinvocation.vm
blob88397afbd2d91482572ea0125487129dc0b456dc
1 <html>
2 <head>
3 $AjaxHelper2.GetJavascriptFunctions()
4 $Effects2Helper.GetJavascriptFunctions()
6   <style type="text/css">
7     body {
8                 font-family: Verdana, Arial, Helvetica, sans-serif;
9                 font-size: 10px;
10                 color: Black;
11                 background-color: White;
12     }
13   </style>
15 </head>
17 <body>
18 Period invocation:<br>
20 $AjaxHelper2.PeriodicallyCallRemote( "PeriodInvokeTarget.rails", $DictHelper.CreateDict( "frequency=1", "complete=alert('invoked');" ) )
22 </body>
24 </html>