Posted By:
Darshana_Bhandare
Posted On:
Monday, September 15, 2003 04:15 AM
function fun1() { window.showModalDialog("trial1.html",window,"dialogHeight: 250px;dialogWidth: 250px ; status:off"); } function displayinf() { window.document.myf.submit(); } ]]>]]> I am having an HTML page which contains a showModalDialog() method which opens up a modal dialog window. I am calling a function of the parent window inside the dialog window on a click event The parent function includes a submit statemant but nothing happens what can be the possible leftouts? the code is as below Parent Html file: " Trial Page Enter Here
More>>
I am having an HTML page which contains a showModalDialog() method which opens up a modal dialog window.
I am calling a function of the parent window inside the dialog window on a click event
The parent function includes a submit statemant but nothing happens
what can be the possible leftouts?
the code is as below
Parent Html file:
"
"
and the dialog window file is:
"
Submit
Cancel
"
<<Less