update div or td

update div or td

hi,

how can i update only inside div using GET?

<a href="update.php">Update text</a>
<div id="#myid">Old text</div>

after i click the link i recieve new text form update.php and i would like to replace the text inside this div?