Results 1 to 2 of 2

Thread: Autoopen

  1. #1

    Thread Starter
    Hyperactive Member parkes's Avatar
    Join Date
    Jan 1999
    Location
    Unitied Kingdom
    Posts
    303

    Exclamation

    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

  2. #2
    bubba
    Guest
    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
  •  



Click Here to Expand Forum to Full Width