I have a standard WebDev Dynamic Page and want to open a PDF file when the page has opened:
IF gsPDFName <> "" THEN
FileDisplay(gsPDFName, "application/pdf")
END
However wherever I put the code either the opening of the page takes precedent or the opening of the file does.
How can I open the page and when loaded open the PDF file please?
BTW OnLoad does not work.
Thx.
IF gsPDFName <> "" THEN
FileDisplay(gsPDFName, "application/pdf")
END
However wherever I put the code either the opening of the page takes precedent or the opening of the file does.
How can I open the page and when loaded open the PDF file please?
BTW OnLoad does not work.
Thx.