I am essentially building a html search interface similar to the one here:
However, I would like to be able to select the records displayed in the results table to edit.
So in the example, I would like to be able to click on the email address for Tina and be able to edit this record.
I have almost managed to do this by using <a href="<thiscode>">
My issue is that this opens in new window, or same window, etc, as it is controlled by html.
I would like to be able to either open in iframe in the html page, or as popup, but I can't seem to use the openURL function on a html page, and can't use javascript, so am a bit limited here.
Is there a solution to this anyone could suggest?
Thank you,
Bianca.