teblack
Programmer
- Apr 30, 2004
- 45
I have the following href statement in an asp page, that is used to display a PDF document. The users are requesting the document to open as the top window, and maximized. Can this be done, if so, can you please point me in the right direction.
Thanks in advacnce for any help.
T.Black
Code:
<a href="default.asp?action=employer.viewPrintPDFForm&formSelect=<%=vaForms(FldPos("pk_formid",saFormsFieldNames),0)%>" target="_blank">View/Print Withholding Order Form (PDF)</a>
Thanks in advacnce for any help.
T.Black