I am trying to find a definitive answer to what happens when I call a javascript function from within silverlight with the following conditions:
- HtmlPage.IsEnabled == true
- user has their javascript disabled in the browser
Will the browser just ignore the call?
Will it behave the same for all browsers?
thanks Michael