asp classic - Sending Values to Iframe HTML PAGE -


I have an asp page and the ASP page has an iframe with an HTML page. I can get two values ​​from the asp page on the internal HTML page have to send. How is this possible.

You can pass them as query string wars:

 < Code> & lt; Iframe src = "page.asp? Var1 = & lt;% = var1%> & var2 = & lt;% = var2% & gt; & Gt; & Lt; / Iframe & gt;  

Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -