How can I test the web page opened by window.showModalDialog() method using PAMIE?

尹祥龙 yinxianglong at gmail.com
Sun Oct 21 10:34:32 EDT 2007


How can I test the web page  which is opened by window.showModalDialog()
method using PAMIE?

There are two html pages:a.html and b.html.
[a.html]:
<input type="button" onClick='a();' value="button_a">
<script type="text/javascript">
<!--
function a(){
yin = window.showModalDialog("b.htm","hehe");
}
//-->
</script>

[b.html]:
<input type="button" value="button_b">

Firstly, I clicked button_a in a.html. The b.html is pop up. Now I expect to
click the button_b in b.html. How to do?Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20071021/eb54672e/attachment.html>


More information about the Python-list mailing list