Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I am using window.showModalDialog fro opening dialog window and retrn value using window.returnValue. It work fine on IE,but I want to work on safari but it not giving me value from window.showModalDialog function. Also I am seting parent page control on child windo using window.paren.document.getelementbyid("ID")this is also not woking please help me out.
Posted

1 solution

Do not use window.showModalDialogue as it is deprecated. Try dialog from HTML 5 or polyfill. You could try github for code examples
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900