|
-
Apr 17th, 2001, 09:21 AM
#1
Thread Starter
Hyperactive Member
When I open a page I need it then to automatically open a PDF file hows this done. Its probably dead simple but I just cannot get it to work
Thanks in advance for any help provided.
VB 6 Enterprise Edition SP4
ADO, SQL 7/2000, ASP and some JavaScript

>> Life goes on, but for how long? <<
If you can smile when things go wrong, you have someone in mind to blame
-
Apr 17th, 2001, 11:28 AM
#2
Here is some HTML to do this: (this is taken from an ASP page that does exactly what you want, except I left out some select case statments that determine the file name being assigned to SRC.
Code:
<HTML>
<FRAMESET ROWS="100%, *" COLS="100%, *" FRAMEBORDER="0" BORDER="0" FRAMESPACING="0">
<FRAME FRAMEBORDER="0" BORDER="0" FRAMESPACING="0" SRC="/PDFFiles/.pdf" NORESIZE MARGINHEIGHT="10" MARGINWIDTH="10">
</FRAMESET>
</HTML>
The client will need to have ADOBE loaded on their machine
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|