reload page from Adruino

I have Arduino Uno and Ethernet Shield. I have attached 2 buttons to Arduino. Now I want that when I press one of the buttons, a web page would be reloaded. How to do that?

The Arduino is running as a server? Generally, servers don't push data to clients. How would the Arduino know WHICH client(s) to push the update to?