cancel
Showing results for 
Search instead for 
Did you mean: 

Destroy method not available in NWDS 2.0.1 for iframe .......

Former Member
0 Kudos

Hi,

I have problem with version..

Destroy method will work in nwds 7.0.1 but this code does not work with NWDS 2.0.6

Please give me alternate of this method at lowe NWDS Version.

if(!firstTime)

{

IWDIFrame frame = (IWDIFrame)view.getElement("IFrame1`");

frame.destroy();

}

Regards,

Gurprit Bhatia

Edited by: GURPRIT BHATIA on Feb 21, 2008 10:49 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

IWDViewElement is the interface which provides the destroy method it seems that is not available in NW 04.

Regards

Ayyapparaj