|
HTML2JS (HTML to JavaScript)
|
A nice tool for webmasters:
It converts snippets of HTML-code into JavaScript, so you can easily link it into
multiple pages with a simple tag. The idea is: If you want a menu to appear on
a couple of pages and something has to be changed you must only edit your template
and run HTML2JS once instead of editing the menu on all pages manually.
This site is a "live" demonstration of this software; nearly all menues and banners
are scripts that have been created by HTML2JS.
Of course, HTML2JS can not compile HTML into native JavaScript; all it does is to
wrap the code into 'document.write'-commands. You can also convert ASCII-text using
different formatting-presets, but that's just an additional gimmick.
|