ASP.NET dynamic iframe on IIS -


I know they are behaving poorly, but for an iframe, I have an actual need on the internal website. I have achieved this by using the code given below using the go button and below iframe html code.

  frame1.Visible = true; Frame 1 Attribute ["src"] = "http: //freckles/bksb_ict/frmDiagnostic.aspx?" + Argus; & Lt; Iframe id = "frame1" scrolling = "auto" style = "position: full; top: 0; left: 0; height: 100%; width: 100%;" Runat = "server" visible = "false" & gt; & Lt; / Iframe & gt;  

This works in the visual studio and overlaying the iframe to the full screen, as expected, but failing with the server application shown in the IRIF when deployed on IIS Reasons

Due to the fact that I set the source to dynamically, the initial page is a search, by pressing a display button sends the IFRR to the right Argus.

Any idea if it can be worked around, I have seen the possible option to include an object tag, but it is unsure that it will end with the same error.

Please use the respective URL to resolve the invalid application.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -