cancel
Showing results for 
Search instead for 
Did you mean: 

C4C HTML MashUp

Former Member
0 Kudos

Hello, I'm trying to create an HTML mashup to display within a SAP WorkCenter. I was able to create the HTML mashup but.. I can only see it when I view it from using Adapt > "Launch in Microsoft Silverlight". In the HTML5 pages the HTML mashup shows up as blank, but in the Microsoft Silverlight the mashup properly displays the page. I'm trying to display the page on the HTML5.

Can anyone provide guidance?

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

petri_niemela
Explorer
0 Kudos

Hello Nicholas,

There currently seems to be issues using HTML Mashup in HTML5 UI. Workaround seems to be using HTML code instead of URL.

Please try the following:

(Mashup Type is still "HTML Mashup").

Edit your mashup to use HTML Code instead of URL. Use the following format for the HTML code, and specify your URL in src-attribute of the iframe:

<html>

<body>

<script language="JavaScript">

document.write('<iframe height="290" width="1000" name="main" src="https://www.bing.com"></iframe>');

</script>

</body>

</html>

This should work until SAP provides a fix for the issue.

Best regards,

Petri Niemelä

former_member189296
Active Participant
0 Kudos

Hi Nicholas,

Can you plz. tell us how are you trying to configure html mashup? is it using Cloud application studio? Can you share a screenshot of your mashup configuration?

Regards,

Saurabh

nikhil_betigeri
Explorer
0 Kudos

Hello,

Which version of C4C are you using? Have the steps outlined in this post been followed?