Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved

Join Date: May 2008
Posts: 48
Reputation: ardeezstyle is an unknown quantity at this point 
Solved Threads: 1
ardeezstyle ardeezstyle is offline Offline
Light Poster

window.opener

 
0
  #1
Jun 9th, 2008
Hi Everybody! How are you doing?

I've come across a problem which I'm unable to solve. Actually itz related to window.opener method in javascript. The problem is the code which is very well working in IE is not working in Firefox.

Let me provide the code which will help you find a solution to my problem.

SaveMod.asp
[SCRIPT language="javascript"
function LoadForm(){
if (FormDiv.innerHTML==""){
document.getElementById("Data").value=window.opener.FormDiv.innerHTML;
document.getElementById("DataForm").submit();
}
}
[/SCRIPT]
[BODY onload="javascript: LoadForm()"]
[FORM id="DataForm" method=post action="SaveMod.asp"]
[INPUT type="hidden" id="Data" name="Data"]
[/FORM]

[/BODY]


Any help will be highly appreciated by me.


Regards

Rupam Datta
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC