[webkit][ajax][timer] - page is not showed
Hello,
I've got problem with viewing page - I'm using QWebView. I don't know much about this page except that .NET is used to generate it on server side. And also there is AJAX element (some kind of timer - standard part of ajax) which is generating page (not whole page but just a part of it) every x-seconds. The problem is that I think that qt webkit doesn't support this ajax timer (I don't know java or ajax, I've just know that page uses this ajax timer thing). Is there any way to support this element without changing page content?
Page works good on Firefox, IE or Chrome. But it doesn't work well on Konqueror for example.
thanks in advance
best regards
Tomasz
Re: [webkit][ajax][timer] - page is not showed
Timer events are a standard part of Javascript. Without being able to see the source of the page it is impossible to say what the server is outputting that is broken.