Better not embed your JS code into HTML. Instead, use a JS library,
i.e. jquery(http://jquery.com/), you can separate your HTML
presentation code nicely away from JS. this way you wont see any
onclick event in your HTML flow, all your JS logic is grouped in
<script/> tags or in separated JS files :-) my $0.02

Regards,
XC

On Tue, Jun 24, 2008 at 9:59 AM, Ryan <[EMAIL PROTECTED]> wrote:
> Does anyone know of any projects out there that allow one to write
> HTML with embedded js?
>
> Thanks!
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
>



-- 
Xicheng Jia (Ph.D in Comp. Applied Math)
weblog: http://xichengjia.com/
(built with HTML::Mason, FastCGI, MySQL and vim :-)

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to