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!

passing parameters to iframe

Status
Not open for further replies.

mjd3000

Programmer
Apr 11, 2009
136
0
0
GB
I need to pass a parameter from a CRM page to an iframe. The parameter is an ID field which is not shown on screen but is in the database. Can someone tell me how to do this?
 
What are you trying to pass? If it a straight URL, there are a few ways to do that.

If it for an XML mashup, there are several ways to accomplish this. Frankly the easiest it to parse it on a OnLoad() event after you place the field on the form somewhere (you can disable the field to prevent entry)

Have you tried the MS CRM blog?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top