Could anyone help me in creating modal windows? I tried using window.showModa lDialog , it worked in opening the modal window. But I am facing the following issues.
1. On submit from the modal window, it is opening another window, it should be in the same window where submit happened.
2. how can i pass the values from the modal window to parent window. I tried using window.opener.d ocument. ....
but it is throwing javascript error
thanks for ur help
1. On submit from the modal window, it is opening another window, it should be in the same window where submit happened.
2. how can i pass the values from the modal window to parent window. I tried using window.opener.d ocument. ....
but it is throwing javascript error
thanks for ur help
Comment