Jump to content

xajax help


01hanstu

Recommended Posts

Hi,

Thanks for the reply. I have never used xajax and xml and wanna know how i can find out what it is requesting i.e what file is it looking for.

 

No sure if this helps explain it better.

 

<SCRIPT type=text/javascript>

var xajaxRequestUri="/";

var xajaxDebug=false;

var xajaxStatusMessages=false;

var xajaxWaitCursor=true;

var xajaxDefinedGet=0;

var xajaxDefinedPost=1;

function xajax_ui_page_login(){return xajax.call("ui_page_login", arguments, 1);}

</SCRIPT>

 

<SCRIPT src="xajax/xajax.js"

type=text/javascript></SCRIPT>

 

Thanks

- Stuart

Link to comment
Share on other sites

<SCRIPT src="xajax/xajax.js" type=text/javascript></SCRIPT>

 

src == Source. So wherever your html file is, it should be in that xajax folder... i.e: /html/home.html then it is in (prolly) /home/xajax/xajax.js

 

Also if you view the page source in like Firefox, you can just click the hyperlink in the source and view the file.

 

And if by loading you mean watching the XHR's then you can use something like firebug, or Chrome's dev console to track em.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.