Brett McAllister wrote:Add this piece of javascript to your html
Should trigger when the dialog is fully loaded
- Code: Select all
window.onload = function() {
window.location.href ='skp:start@';
}
Please excuse me as I'm not precise in my posts.....

I have to use a web service: I must use a URL and the server send me a xml file (I used my btrrowser so I don't recognize that the web page was, in reality, a XML code..... forgive me.....
So now the question is: do you think is better to download that file in anyway or to process it in a webdialog (like I was trying....)?