cancel
Showing results for 
Search instead for 
Did you mean: 

How to open a html file by IE

Former Member
0 Kudos

Dear All!

If I have create a html page In WebDynpro,but How to open this file , I think the open method not only, use below tools, example word, adobe reader, IE and so on , now , can you give me the method when use IE, how to open a html page by IE ?

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

First u create one webdynpro application and one html page.

In webdynpro application u create one exit plug and give one parameter to exit plug of type String.

In webdynpro application u create one button.

On that button action u give html page url and call that exit plug.

Button action code.

String Url = "/SuniWeb/SuniWeb.html";

wdThis.wdGetStartAppWindowInterfaceViewController().wdFirePlugStartAppExit(urlToTargetApp);

Regards,

Sunaina Reddy T

Former Member
0 Kudos

Hi Doke,

Can you explain the scenario as to what exactly you are trying to do.

Thank You

Avik