Forum Moderators: open

Message Too Old, No Replies

Help in Modal Dialog Box

help

         

daewoo

7:44 am on Feb 14, 2006 (gmt 0)

10+ Year Member


Dear all

I am using a ModalDialog in my HTML page.But ModalDialog box appears along with a new browser window of same content.
that is, the url i specified in ModalDialog is getting opened in browser window as well as Dialog box..

Please help me to resolve this problem

Dijkgraaf

9:12 am on Feb 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You might want to post relevant bits of code so that people can see what the cause of the problem is.

daewoo

11:08 am on Feb 14, 2006 (gmt 0)

10+ Year Member




m_uiObj.m_elm1.onclick=function()
{
showModalDialog("mod.htm","","dialogWidth:260px;dialogHeight:300px");
}

m_uiObj-parent object for all components in file
m_elm1--a child object for button

mod.htm should be displayed in dialogbox only but it is also getting displayed in browser window

Dijkgraaf

9:07 pm on Feb 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can you post the code for the object that you are clicking on?