I need to be able to print in a browser; the best I managed to do is to bring up the print dialog (which is not that bad after all) and print the CURRENT Frame. How would I go to print another frame in the current window ?
Ex :
--------------
|*|*From***|
|*|*Here***|
|*|-----------|
|*|*To*****|
|*|*This***|
|*|*One ?* |
--------------
I tried something like :
parent.frame("PrintForm").Print
but no go !![]()
Any help appreciated !
P.S. Edited coz my window (see up) really needed help !![]()



Reply With Quote