hi,
when i click from parent jsp page i am opening a pop with some value. for this i am useing below method. Useing this method i am able to open the popup.
retObj = ShowModalDialog WithPost(url, args, features);
in pop up i need to get xml useing dialog Arguments.
var wDestDataIsland =dialogArgument s.document.getE lementById("fun d_xml_id");
when i use above line in java script i am getting error as dialogArguments is nulll or not an object.
Please help me in this as soon as possiable...
when i click from parent jsp page i am opening a pop with some value. for this i am useing below method. Useing this method i am able to open the popup.
retObj = ShowModalDialog WithPost(url, args, features);
in pop up i need to get xml useing dialog Arguments.
var wDestDataIsland =dialogArgument s.document.getE lementById("fun d_xml_id");
when i use above line in java script i am getting error as dialogArguments is nulll or not an object.
Please help me in this as soon as possiable...
Comment