GuiXT Tutorial General topics 1 2 3 4 5 6 7 8 9 10 11 12 Html display continue

A number of additional possibilities for designing a user friendly R/3 interface can be realized by exploiting html technology: e.g. navigation through hyperlinks or the use of audio and video files. GuiXT offers a very simple way of integrating html files into R/3 screens. You can communicate with the R/3 screen via special hyperlinks.

Here we have re-implemented the example of the last lesson ("Interactive images") with html technology.  
The GuiXT script contains only the view-command. You can produce the html file by hand or by any suitable tool. The link to R/3 is achieved by means of a special URL starting with "SAP://".
        
   View (0,0) (15,80) "menu.html"
Details can be found in the view documentation and in our special view tutorial.  Continue