PDA

View Full Version : [webkit][ajax][timer] - page is not showed



Tomasz
10th April 2012, 12:43
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

ChrisW67
11th April 2012, 02:15
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.