workaround for bug 3585

This commit is contained in:
morse%netscape.com 1999-03-19 03:42:54 +00:00
parent 1845c664a8
commit b0e4abffb3

View File

@ -1420,10 +1420,10 @@ wallet_RequestToPrefill(XP_List * list) {
" top.frames[button_frame].document.buttons.xxxbuttonxxx.name = 'button';\n"
" top.frames[button_frame].document.buttons.submit();\n"
#ifndef HTMLDialogs
" top.frames[list_frame].document.open();\n"
" top.frames[list_frame].document.close();\n"
" top.frames[button_frame].document.open();\n"
" top.frames[button_frame].document.close();\n"
//" top.frames[list_frame].document.open();\n"
//" top.frames[list_frame].document.close();\n"
//" top.frames[button_frame].document.open();\n"
//" top.frames[button_frame].document.close();\n"
#endif
" }\n"
"\n"