views:

48

answers:

1

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?

+3  A: 

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

Babiker