http://qs321.pair.com?node_id=1101751


in reply to How to refresh content within div in perl CGI ?

You can do this easily with the jquery load function. This loads the url and puts the content into the div. Full details and examples can be found in the documentation.

$('#my_div').load('/my/url/to/load');