cancel
Showing results for 
Search instead for 
Did you mean: 

Add custom form into webi cell

rgonzalr
Explorer
0 Kudos

Hello,

I'm still a newbie to webi and don't know all the options available.

I have a main-document that calls to a detail-document passing parameters from main to detail. I have created a cell with an hyperlink calling opendocument.jsp and adding the parameters for the detail document.

I have so many parameters, that I have exceeded the max length url for IE (2048chars), so I have thought to add a new html cell, add a form with method=post and call the opendocument.jsp with all my parameters.

My problem now is that the HTML I write in the HTML cell gets "cleaned" and I cannot use <form> or <script> tags, neither I can use <a onclick attribute or <a href=javascript:customFunction();

It all gets deleted when the webi is rendered.

Do you have any suggestion of how can I get the webi to render all the html I have written.

Thanks a lot.

Rafael.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184995
Active Contributor
0 Kudos

Depending on the version you are on you may need to enable JavaScript and HTML in the CMC.

Go under Applications|Web Intelligence and you will find a Javascript section with options to

Disable JavaScript and enable hyperlinks and only HTML elements used by WebI (default)

Enable only HTML elements defained in Authorized HTML elements page

Enable hyperlinks, JavaScript and all HTMNL elements.

You will need to chose one of the last 2 two and try again.

Answers (0)