Is there an easy way to pull out the response headers of a page with prototypejs without using Ajax.Request
?
views:
95answers:
1
+1
A:
You can't, for the current document (i.e. the one in which the executing Javascript code was referenced). See various search results.
What's your use case for this? Maybe there's another way to accomplish what you need to do.
Peter Hansen
2009-12-07 20:25:50
done. this is not using an ajax request.
Dustin
2009-12-07 21:02:10
Okay, I edited my answer then, and now both these comments could be removed (though not by us.. we don't have high enough rep.)
Peter Hansen
2009-12-07 22:57:30