How to check if a javascript function exists from silverlight
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
In your silverlight code you check for the presence of anything including a function a with the
On caveat though, if the name exists but it isn't a function the above code will throw an exception. |
|||
|
|
|
Use the HTML Bridge. If you call |
|||
|
|