{! !} ought to work direcly in HTML without insertDomB. Can you send
us the full HTML for your program? We should be able to spot your
problem (or our bug) quickly. Here's an inline use of timerB that
works on the web compiler:
<html>
<head>
<title>Flapjax Demo: Where is the Mouse?</title>
<link rel="stylesheet" href="/demo.css"/>
</head>
<body>
<p>The mouse coordinates are
< {! timerB(1000) !} >
</p>
</body>
</html>
{! !} is a feature of the Flapjax compiler. If you want {! !} to
work, you have to let our compiler process your HTML. You can use the
compiler directly from your browser:
Alternatively, if you want to use the compiler locally, you can
install it from source:
http://groups.google.com/group/flapjax/browse_thread/thread/555975244300955c
Arjun