see actually what i am doing is
I am saving data to isolated file on testpage.html(the default html page of silverlight project)
And trying to retrive the same data on another htlm page as that I added (by add new item)
IN default html page we are calling a java script function,which is supposed to redirect us to other html page.
we have defined textblock
and on the textblocks click event I am calling the js function
And through this function we are trying to go to the added html page using
windows.location.href="page name"And also tried wondows.open
And i get the error when this function is executed