ZOOMIN.HTM, ZOOMOUT.HTM

M

mapsonx

Hey Jim Byrd. Hope you're out there.

Last week you responded to my message about IE 5 web accessories & IE6.

You described bugs in the Zoom functions ZOOMIN.HTM & ZOOMOUT.HTM files,
i.e

old contents:
....
h = parentwin.event.srcElement.height * 2;
parentwin.event.srcElement.height = h;
w = parentwin.event.srcElement.width * 2;
parentwin.event.srcElement.width = w;
....
new contents (the 3rd line in the fragment above moved up):
....
h = parentwin.event.srcElement.height * 2;
w = parentwin.event.srcElement.width * 2;
parentwin.event.srcElement.height = h;
parentwin.event.srcElement.width = w;

and were kind enought to attach the updated ZOOMIN.HTM & ZOOMOUT.HTM
files with your reply.

The thing is, the files you sent were identical to my original "old
contents" ZOOMIN.HTM & ZOOMOUT.HTM files.

Can you explain? Should I just manually makes the changes you suggested
or leave them alone?

Do you know how the bug mainifests itself, because in IE5.5 I don't
recall ever having a problem with the zoom function?

rgds

- J -
 
J

Jim Byrd

Hi Mapsonx - That's because the wrong files (the uncorrected ones) got
posted. My bad. Here are the right ones. Sorry about that. You can
just put them in C:\%SystemRoot%\Web.

--
Regards, Jim Byrd, MS-MVP
Please respond in original thread in Newsgroup.




In %[email protected], mapsonx typed:
 

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

Top