2007 Sep 21 10:27 AM
in ooalv of grid ..
i am displaying a website .
with cl_gui_html_viewer class
i can display it
but ..the thg is that i wanna navigate to previous page with in the webpage ..
can i know how is that
in ooalv of grid ..
i am displaying a website .
with cl_gui_html_viewer class
i can display it
but ..the thg is that i wanna navigate to previous page with in the webpage ..
can i know how is that
2007 Sep 26 11:27 AM
check in SE38 RSDEMO_HTML_VIEWER and RSDEMO_HTML_VIEWER_WORKSHOP
for more details check with RSDEMO * in SE38
Rewards if useful...................
Minal
2007 Sep 28 10:32 AM
methods of HTML viewer are very intuitive:
call method html_viewer->go_back
exceptions cntl_error = 1.
call method html_viewer->go_forward
exceptions cntl_error = 1.
call method html_viewer->go_home
exceptions cntl_error = 1.