[erlang-questions] beginner: Generating HTML with ">" from Erlang

Bengt Kleberg bengt.kleberg@REDACTED
Fri Feb 14 06:51:36 CET 2014


There is no webserver involved. We use HTML to have an interactive
(Javascript) graphical representation of the log. The src attribute will
have to be a file path.
All the people that want to look at the pretty picture will not have the
same file system.


bengt

On Fri, 2014-02-14 at 18:40 +1300, Richard A. O'Keefe wrote:
> On 14/02/2014, at 6:30 PM, Bengt Kleberg wrote:
> 
> > Including a Javascript file works. 
> > It is not my first choice since I fear the amount of support issues
> > arising when people send the HTML file in email to somebody else.
> > Given a solution to that I will use this.
> 
> This is _already_ the case with HTML files using jQuery
> or MathJax.
> 
> If the src attribute is an *absolute* URL this will work;
> the HTML will move, the JavaScript will stay on your site,
> and the third parties will keep on getting it from a local
> cache or your site.
> 




More information about the erlang-questions mailing list