Email conversation
From | Justus Beek |
To | Me |
Subject | Dynamic changing of <DIV> content using perl |
Date | 14 October 2004 17:03 |
Hi,
My question is as follows:
I have a single HTML page containing several <DIV> elements. I know how to
change the content of these elements on the run by using '.innerHTML'.
I also have a perl script that generates HTML. This generated HTML should
be inserted into one of the <DIV> elements, without having to reload the
whole page. So somehow I want to link the result from my perl script to the
.innerHTML of one of the <DIV> elements. This can be done by using frames
and <A HREF='' target=''> instead of <DIV>, but I prefer not to use frames.
Is this possible and if so, how?
You would make me a very happy man if you could help me with this!
Kind regards,
Justus
From | Justus Beek |
To | Me |
Subject | Re: Dynamic changing of <DIV> content using perl |
Date | 15 October 2004 8:48 |
Thanks Mark,
I was thinking in the same direction, but now I know for sure this is the
way to go!
Iframes it will be.
Justus