Hello,

I'm trying to open an aspx page (target = blank)
from an anchor click on another aspx page without showing the address box of the browser.

I've succesfully used scripting before in the form of
"<script>window.open('" & path & " ', 'smallwin', 'status=yes,resizable=yes')</script>" called from a Hyperlink button click. However, my scope now requires the use of an anchor and the anchor has to be added on the fly in code and I'm having a difficult time getting anything to work.

Does anyone have any suggestions?

I appreciate any help I can get on this