Can anyone tell me how to embed a full HTML page (MIME Object) within a WebDynpro (ABAP) HTMLContainer (or HTMLIsland or HTMLFragment)? I have searched the posts for the answer, I have reviewed the documents that everyone points to, but I don't see an HTML file being uploaded as a MIME object and then that MIME object associated with an HTML container. The HTMLIsland has the staticHtml attribute but I wouldn't expect to type in an entire webpage's HTML within that attribute. I see how I can associate a JS script MIME object with the HTMLScript element and fire that off when pressing a button or whatever, but I don't see a way to simply have the entire contents of the HTML file displayed when the WD webpage is loaded. Put another way, if I upload an HTML file as a MIME object, what then can I do with that MIME object?
↧