Sorry, cannot help. Please leap on your balcony (and video tape it).
Just joking. ;)
Do you have anymore information on what "the .post fails" mean? The
sentence is too vague.
Does it make the request and it errors? Or does it not make the
request at all?
You can use Firebug for Firefox to help
I would first try putting your function call to reloadWindow() in the
complete callback for the $.post function. So your post code would
look like:
$.post( "includes/update.php", { action: "y" }, reloadWindow);
and take out the call to reloadWindow() after updateSession()
You may have other bac
2 matches
Mail list logo