A signed applet hang with some trick operation within a iframe tag
I met a terrible problem.
It is about the iframe and frame tag.I have a signed applet,which was wrapped in
the iframe tag.it is a trick operation will cause the digital signature dialog
(popup) lost its focus and it seems the applet hang there.
the operation is that:
0:visit the url
1:when the digital signature dialog(popup)showed,press the windows "show
desktop" button,
2:use mouse click the ie page,
when it showed again,the digital signature dialog(popup)will lost focus.and the
ie page seems hang there.util you can use "alt"+"tab" to find the coffee icon of
all the tasks
It is a very strange phnomenone.
when I have no iframe or frame tag,use a common html format to finish
the webpage,I can see the digital signature dialog act just like a model
dialog,It is act just like what I want.But when I used iframe or frame tag.all
the things is terrible.I suspend it has something to do with the navigator's
inner implementation.But I have no evidence.
Can any one help me?
my source code is as the follows:
//
//this is a webpage with applet and digital signature dialog act normally
//
<html>
<head></head>
<body>
<frame>
<iframe width="100" height="100" name="xx" src="xx.html">
<iframe width="100" height="100" name="yy" src="yy.html">
</frame>
</body>
<html>
//
//yy.html contain the applet,xx.html is just a common html
//
I have try the frameset and frame tag
it also has such a problem
but if I just visit the yy.html,the digital signature dialog act very well
no matter you use <applet> tag or <object> tag.
Maybe it is a slim chance to meet such a thing,but it is really a problem
Can any one give any advice?
Any advice is very appreciated!

