[webkit-dev] ajax problem when evaluating js
Zoltan Horvath
hzoltan at inf.u-szeged.hu
Thu Jul 30 08:11:28 PDT 2009
liseen wrote at: 2009. 07. 30. 16.09.:
> Hi, everyone
>
> I met a question about qtwebkit.
>
> if the javascript disabled, then I evaluate some js contains ajax
> request, I cann't get any return. why?
> if qtwebkit enbaled javascipt, I got the return of ajax request.
>
> can someone help me?
Hi,
ajax = synchronous JavaScript and XML
if your javascript execution is disabled ajax won't work.
Next time use webkit-help mail list, webkit-dev is for WebCore/JavaScriptCore
development. Check: http://webkit.org/contact.html
Zoltan
More information about the webkit-dev
mailing list