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
https://forums.phpfreaks.com/topic/191407-xajax-help/#findComment-1009090
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
https://forums.phpfreaks.com/topic/191407-xajax-help/#findComment-1009110
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.