Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamically add guid src to iframe

Status
Not open for further replies.

sirnose1

Programmer
Nov 1, 2005
133
0
16
US
Hi there. I am working on a single sign on solution that generate a guid. This guid will need to append to the address to complete the string. I dont believe it is working. Limited experience with iframes. I can generate the guid and save it to a lable control and then append there, howver, I dont think it is working. Is there something wrong with this code?

<iframe height="700px" id="iframeAssessments" runat="server" width="100%" src=" %>'">

</iframe>

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top