Nope.
Your database = on the server..
Your page = at the client..
ONLY if you do not need actual new data, but other data, you could load everything in a javascript array, and use the javascript to rewrite the page.
But why would you want to do that anyway? Most likely there is a more efficient way ofdoing things?
J.