modalDialogBox parameters and ie issue
In modaldia开发者_运维知识库logBox when use the dialogHeight and dialogWidth the size of the dialogbox is not increased in IE.
I want to disable the scroll bar in the modaldialogbox and display as whole page and want to remove the address bar of modaldialogbox in IE.
How would I do this?
I think you are talking about jQuery??? PHP does not have anything like a "modalDialogBox" natively... Or are you referring to opening a new window?
PHP is server side code that only interacts with a client browser by sending it HTML, JavaScript, and CSS. PHP itself will not be able to create a modal dialog box for you.
I know that in C# there is an object/class like you describe, but that is only for desktop applications -- it does not carry over to ASP.net with C# as "code behind."
Hopefully this helps your research... feel free to post back here if you have further questions.
Cheers!
h
精彩评论