Writing contents of file to HTML page with Javascript

Posted by garsh0p on Stack Overflow See other posts from Stack Overflow or by garsh0p
Published on 2010-06-09T23:12:32Z Indexed on 2010/06/09 23:22 UTC
Read the original article Hit count: 226

Filed under:
|
|

I'm using graphviz to generate a client side imagemap, which generates both the image file and a text file containing the map HTML code. Is there anyway I can dynamically read this file and write this map information onto the HTML page when it loads?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html