meteoritepanama
meteoritepanama

Reputation: 6252

Writing contents of file to HTML page with Javascript

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?

Upvotes: 0

Views: 113

Answers (1)

Babiker
Babiker

Reputation: 18808

You can use a server side scripting language for this purpose.

Upvotes: 3

Related Questions