문제

I am developing a windows 8 app using javascript. I am trying to fetch dynamic content from server but I cant use dynamic content directly so I am using toStaticHTML(result) for getting result.

But My dynamic content includes

Male <input type="radio" name="sex" value="1"/> Female<input type="radio" name="sex" value="0"/>

But name attribute is not accepted in toStaticHTML method. What can i do to solve this problem. Thanks

도움이 되었습니까?

해결책

Wrap your result in MSApp.execUnsafeLocaLFunction() as described here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top