in reply to html output to div tag without submitting the form
The direct equivalent of an image (<img src="">) for HTML is an inline frame (<iframe src=""></iframe>).
You could also use JavaScript to place an HTTP request (AJAX) and insert the returned HTML into a DIV element.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: html output to div tag without submitting the form
by dont_you (Hermit) on Mar 17, 2010 at 05:54 UTC |