On 01/14/2011 08:03 AM, Angelo Gladding wrote:
Your python uses '/loginform' and your jQuery requests '/login' which
I'm not even using that function as of yet, I am still debugging with the lines:
            var sessionData = null;
            if(document.cookie == "") {
                jQuery.ajax({
                             type: "POST",
                             url: "/loginform",
                             success: function(data) {
document.getElementById('cboxMain').innerHTML(data);
                              },
                              error: function(e, a) {
                                  alert("Failure! " + e + " " + a);
                             }
                });
            }
That returns an error to me though I don't know why it returns an error.

And thanks Banko, I'll look into what you said.

--
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to