On Oct 22, 7:42 pm, buda <[EMAIL PROTECTED]> wrote:
> I have a page in IE& in Intranet zone!!!!!:
>
> <html>
> <body>
> <input type="button" value="button" onclick="if (!window.dialogHeight)
> { window.showModalDialog('c:\\2.html', 'help:0;status:0;scroll:
> 0;center:1'); } else { window.open('c:\\2.html', '2html',
> 'status=0,resizable=1,location=0,menubar=0,scrollbars=0,titlebar=0,location=no')
>  }" /
>
> </body>
> </html>
>

Do you really need to use an inline event handler here? Snippets like
this usually lead to a maintenance nightmare in the future (not to
mention inability of a browser to cache them).

> only on 3th window location bar appears (window opens dialog, then
> dialog opens window)
>
> why??? what is a stange care about users in Intranet zone - who may
> kick Billy on ass?!! :)

--
kangax
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to