I am trying to insert an html document into a modal window based on the results of a database query using plone/tal and jquery.
What I need is for the "href records/rpc*_url" to be a link to the html document of the same name as the query result.
i.e. result = ss-c-1 link = /ss-c-1.html
So when the user clicks on the result in the table, the html document opens in the modal.
<script type="text/javascript">
function openG()
{
window.showModalDialog('profile.php', window); //Send the current window object as a parameter
}
</script>