Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
Originally Posted by empiresolutions
I have firebug, but have not used it much. Can you please explain where i see if the xmlHttp call is ok?
|
On the page, press the F12 key, it will bring up the firebug console.
Select the "console" tag, under the bug, and check in the option menu (on the far right) that the "Show XmlHttpRequests" is checked.
Now, for every request sent to a server, you can see the url called, the parameters sent, and the reply sent by the server.
One other very useful function is the "inspect" button, uppon the console.
It allows you the view the generated HTML under the mouse cursor, but every CSS classes applied to tis element as well.
Give it a try, you will not be able to work without it later.
I've found this from the getfirebug documentation page.
It gives you a more in depth preview
http://encytemedia.com/blog/articles...g-with-firebug
__________________
Only a biker knows why a dog sticks his head out the window.
|