Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
uncle_dan #1
remote printing
Hey,
is there any way to print an HTML page without opening it first.
i.e. i want to print "print_page.htm" from "home.htm" without opening "print_page.htm" first.
Please help,
Danny
uncle_dan Guest
-
Remote.pm (File::Remote) problem
I've got a very simple script (see below) that uses the File::Remote module. I've set up the script to use ssh/scp and there is no problem for the... -
local printing using remote desktop connection
When I connect to my server using remote desktop connection from my Windows XP pc, I cannot print locally. I have gone into the settings tab and... -
Setting folder permissions on remote machine / remote domain
Hello there, I have the following problem: I have Machine A which runs my website. I have Machine B which holds folders for users. Machine A... -
507 remote printing problem
Hi Folks, I just finished fresh-installing 5.0.7 (without GUI) and would like to know what I should be installing next and in what sequence if... -
Remote printing questions
Hi, I have a client who is running dataflex and sco 5.0 and I'm having issues with remote printing in particular print jobs are loosing form... -
Diego Nunes #2
Re: remote printing
Without opening? No way.. But you can think in many possibilities...
With CSS, you can define what elements should printed or not, so you
could open the document in a hidden <div> and print only the div. You
can also open the document in a hidden frame and print it. Or even use
XMLHTTP to get the file contents and then place it in somewhere in
home.htm to print, too.
Now it's your pick.
[]s
--
~~ ~
diego nunes
web engineer
~ ~~
Diego Nunes Guest



Reply With Quote

