
DHTML CLICK EVENT LOADING PDF FILE
What you might try doing is adding a javascript onClick event to your link
to load two frames at once... load the pdf in the main window and the asp
script in the other frame. . There's a script similar to this at
http://www.*-*-*.com/
a bit to do exactly what you'd like...
HTH,
kathi
Quote:
>Hello,
>I have an anchor using the following code. <a href=\PDFFILES\TOC.PDF>MYTEXT
>HERE.
>When the user clicks on the hyperlink it is loading the corresponding the
pdf
>file into the frame. But I would like run a query on the server side and
load
>a combobox in different frame depending upon the link the user is clicking.
I
>want to do it while the pdf file is loading. Anybody know how I can
trigger
>the server side code.