Restructuring Link

Restructuring Link

I would like to convert the following link:

<a onfocus="OnLink(this)" href="/mySite/ DispForm.aspx? ID=1" ONCLICK="GoToLink(this);return false;" target="_self">

into this:

<a onfocus="OnLink(this)" href="/mySite/ ViewPage.aspx? SelectedID=1" target="_self">

(Convert URL and remove onClick)

The link tag must only be applied when the href matches /mySite/DispForm* if possible.

Any help would be much appreciated. Many thanks.