IE Excel Print Problem....

G

Guest

Hi All
I'm having one problem, since im debuging this last one week I'm not able
to do.

Problem:
In my webage I have two Frames(top & bottom) in the top frame I'm
displaying some images(logo...etc) and bottom frame I'm displaying some
document(excel,word,ppt,pdf etc...)which are working fine.

when I take print, using IE-File-menu (IE->File->print) when excel document
is open, print come two times, where as other documents are printing single
time.

example..
in the top Frame Im displaying some images..
in the bottom Frame I'm displaying some Excel document
when I select print from IE->File its giving 2 print outs in the printer.
the same case I tried with different document which are working fine (single
print out).

plz help me out.
Thanks & Regards
Balamurali PC








Have great day.
 
Y

Yunus Emre ALPÖZEN

I think, IE tries to print whole frames seperately. Add a print image to
your banner frame. And add a code something like this which will only prints
the specified frame..

<img src="images/print.gif"
onclick="javascript:window.frames['content'].print()" />
 
G

Guest

Hi Yunus
Thanks for your reply.
I'm invoking Print from IE->File->print menu and I'm getting two print outs
of same page (Frame) not different frame. other then excel are working fine.
Thanks & Regards
Balamurali PC


Yunus Emre ALPÖZEN said:
I think, IE tries to print whole frames seperately. Add a print image to
your banner frame. And add a code something like this which will only prints
the specified frame..

<img src="images/print.gif"
onclick="javascript:window.frames['content'].print()" />

--
Thanks,
Yunus Emre ALPÖZEN



Balamurali C said:
Hi All
I'm having one problem, since im debuging this last one week I'm not able
to do.

Problem:
In my webage I have two Frames(top & bottom) in the top frame I'm
displaying some images(logo...etc) and bottom frame I'm displaying some
document(excel,word,ppt,pdf etc...)which are working fine.

when I take print, using IE-File-menu (IE->File->print) when excel
document
is open, print come two times, where as other documents are printing
single
time.

example..
in the top Frame Im displaying some images..
in the bottom Frame I'm displaying some Excel document
when I select print from IE->File its giving 2 print outs in the printer.
the same case I tried with different document which are working fine
(single
print out).

plz help me out.
Thanks & Regards
Balamurali PC








Have great day.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,888
Messages
2,569,964
Members
46,293
Latest member
BonnieHamb

Latest Threads

Top