cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in showing confirmation box in doinit( )

amarnath_singanamala2
Participant
0 Kudos

Hi,

I am trying to show a confirmation box in the doinit() method of my view, but the internet explorer is showing an error while opening the page. It is saying that "Internet Explorer cannot open this site". Please help me in this issue.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Amarnath,

Looks like similar issue:

Please read complete thread, there is a workaround described.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Hi,

Share your code. It might help.

Regards,

Satyajit.

amarnath_singanamala2
Participant
0 Kudos

Hi,

here is my code.


here i am executing a search method ofr a record.
if( record found )
{
}
else
{
if(!g_flag)
{	
IWDControllerInfo continfo = wdControllerAPI.getControllerInfo();
IWDConfirmationDialog dialog = wdComponentAPI.getWindowManager().createConfirmationWindow("Your record does not exist "
			,continfo.findInEventHandlers("eventConf"),"Ok");
dialog.setTitle("Status message");
dialog.open();
g_flag = true;
}	
}

Former Member
0 Kudos

Hi,

What's the version of IE that you are using?

If possible check the same with FireFox. This might be a IE issue.

Regards,

Satyajit.

amarnath_singanamala2
Participant
0 Kudos

hi,

the IE version is 6.0.

n i dont have FireFox.

Former Member
0 Kudos

Hi,

This issue occurs in IE 6.0 SP1 and SP2. Try to upgrade to a later SP/version.

You can also get FireFox for free from <a href="http://www.mozilla.com/firefox/">here</a>.

Regards,

Satyajit.