Frame javascript access on WBA

Hi,

I am creating a web application in xaml which also is going to host an ajax application, (virtual earth). To render the html i am using a frame, and i would like to send commands (javascript) from and to the browser like it is possible to do with the windows forms web browser.

I cannot use the windows forms web browser as it has partial security and cannot be published on the internet. The frame uses as a browser the microsoft internal browser so also i cannot get access to it.

Is there any way I can get around this .

Thanks

Juan Blanco



Answer this question

Frame javascript access on WBA

  • Jitendra Shahani

    There is currently no support for browser DOM and script interop with WPF browser apps (XBAPs). Using the Windows Forms web browser control seems like a better option however that only runs in a full trust environment.



  • sierragpa

    Are there any plans to support it in the future .
  • usguy

    Well for the time being Ill implement it using Windows / Click once deployment and later on refactor it as xbap.

    Thanks

    Juan


  • Apollo Strong

    Yes there is the intent. We're in the planning stages for v.next right now but I don't have anything definitive to report.

  • Frame javascript access on WBA