Pushing a html page to a client device when a push button is pressed

There is no HTTP "link" method; it's either "get" or "post".

http://www.w3.org/TR/html-markup/form.html

It appears that if you use an invalid method that your browser will fall back to "get" but still it seems like a bad idea to rely on that.