GetPost(){
var myajax=ajaxpack.ajaxobj
var myfiletype=ajaxpack.filetype
if (myajax.readyState == 4){
if (myajax.status==200 || window.location.href.indexOf("http")
==-1){
// if we got something show it
if (myajax.responseText.length > 3){
showDialog('Tag/Tags hinzufügen',"",'prompt');
}
}
}
}
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=.
s+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---
2 matches
Mail list logo