DubSport
2006-10-25 22:23:54 UTC
I have an iframe in one of my forms, and in this iframe is some C# code
which queries the CRM database and pulls back some values. Now that
these values are visible in the iframe, I want to be able to pass some
of them into some of the CRM fields in the parent window.
Now I know It is simple enough to pass data from any iframe to its
parent window using javascript, but I cannot get the javascript code in
the iframe to even see the C# values (even though they are both in the
same iframe), so I can't seem to pass values to the parent window via
javascript...
Is there a way to do this?
which queries the CRM database and pulls back some values. Now that
these values are visible in the iframe, I want to be able to pass some
of them into some of the CRM fields in the parent window.
Now I know It is simple enough to pass data from any iframe to its
parent window using javascript, but I cannot get the javascript code in
the iframe to even see the C# values (even though they are both in the
same iframe), so I can't seem to pass values to the parent window via
javascript...
Is there a way to do this?