html - "Syntax error" on button click in iframe (SQL Report) -


in application showing sql report inside iframe. inside report there buttons expanding tree view. when open url directly in browser (internet explorer 11), can use these buttons without problem. when clicking on buttons through iframe, following error:

script1002: syntax error

i don't know how handle error there no error when opening report directly...

it's not necessary here code of iframe:

<iframe name="iframe1" id="iframe1" src="myurl/myreport?someparameters"></iframe> 

i've tried adding rs:embed=true url didn't change anything.

it have been problem browser report should not load correctly when opening directly or wrong? how can show report inside iframe is?

i've found problem, @grafgenerator. suggested using chrome. couldn't download on server because of settings. when wanted change settings, noticed javascript wasn't activated. after activating it, errors disappeared.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -