cancel
Showing results for 
Search instead for 
Did you mean: 

Getting iBrowser values in the front end using function

Former Member
0 Kudos

I have created the iBrowser by setting the value to Datalink for defaultitem in iBrowser and i tried to get the values of the iBrowser using function as

function value=Applet.getBrowserObject().getselecteditem();

but it doen not displays any values in browser field in the front end.

Please help me how to get values in the browser.

Thanks,

Rajendra.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rajendra,

You change the function as below and try

function value=Applet.getBrowserObject().getselecteddatalinkvalue();

maybe this works in your case.

Thanks,

Nagi

Answers (0)