This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / Help please. (java) details inside
-michaellucad(michaellucad);
2006-6-26
{728}
(#3048698@0)
-
I need to know why and if there is other ways to do it. Thx
-michaellucad(michaellucad);
2006-6-26
(#3048737@0)
-
another question is why i change src of pdf object, then ie crashed? src insidein html:
<object id="objPdf" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" style="height:100; width:101">
<param name="src" value="s1.pdf"/>
</object>
in js:
var acrobat = document.applets["objPdf"];
acrobat.src="s1.pdf";
-michaellucad(michaellucad);
2006-6-26
{259}
(#3048876@0)
-
I really need help please... tried several ways, just doest work on winXP.fine with win2000
-michaellucad(michaellucad);
2006-6-26
(#3049278@0)
-
up
-michaellucad(michaellucad);
2006-6-28
(#3052676@0)
-
even this will not works in win xp...in html:
<object id="objPdf" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" style="height:0; width:0">
</object>
in js:
var acrobat = document.applets["objPdf"];
acrobat.src="printAbc.do";
acrobat.Print();
???help please...
-michaellucad(michaellucad);
2006-6-26
{250}
(#3049433@0)
-
guys, any1 knows winxp is really restraint and blocks lots of java script?
-michaellucad(michaellucad);
2006-6-29
(#3054264@0)
-
any1 works with winxp sp2 ie using lots javascript? sad.. tried lots ways, none works
-michaellucad(michaellucad);
2006-6-29
(#3054323@0)
-
难怪没人帮你 - 这问题跟Java有啥关系?
-wukongjj(不怕做不到就怕想不到);
2006-6-29
(#3054369@0)
-
well, kind of typo, but .you can help?
-michaellucad(michaellucad);
2006-6-29
(#3054439@0)
-
OK , let me clarify this: this is a Javascript and PDF related question.
-michaellucad(michaellucad);
2006-6-29
(#3054456@0)
-
actually pdf is generated (server side all ok), but IE just doest show me the print dialog.In another html, I load the pdf first (same way), then let use click a button (the only difference)
Then the print dialog shows....
I did another test:
Load the pdf in a iframe, then use click a checkbox ... still doest work. sad....
All those tests just work on win2000......
-michaellucad(michaellucad);
2006-6-29
{284}
(#3054475@0)
-
desides, I set the size of pdf object is 200,200, in Winxp, the pdf doest show up.One of my teammate using acrobat 7.0 and pop up something like 'not found %PDF%"...
-michaellucad(michaellucad);
2006-6-29
{85}
(#3054481@0)
-
Besides.. (oops)
-michaellucad(michaellucad);
2006-6-29
(#3054482@0)