I'm still wrestling with getting the UDF to recognize the windows I have open. Not sure what the issue is. I have only gotten it to work once, so far.
I'm wondering if I can modify and execute the code attached to the button I am clicking. The line in question is this:
<input class="btn100" onclick="openWindow('docUploadAdhocFile.asp',800,550)" type="button" value="Display Form"/>
Is there a way to get this to display in the current window rather than opening a new one. Site code is totally outside my control, but I though it might be possible to send this directly to the page to get it to do my bidding.