cfructose
03-26-2010, 06:51 AM
After submitting a comment on this forum, the browser refresh button (I'm using FF) refreshes the page without resending the data.
How is this achieved?
How is this achieved?
|
||||
refresh browser without resubmittingcfructose 03-26-2010, 06:51 AM After submitting a comment on this forum, the browser refresh button (I'm using FF) refreshes the page without resending the data. How is this achieved? seco 03-26-2010, 06:59 AM maybe they submit the form with ajax DaiLaughing 03-26-2010, 07:10 AM You are thinking of $_POST but if you look in hte address bar they are using $_GET. The data is in the URL so there is no data to send. cfructose 03-26-2010, 07:14 AM Yep, I was thinking of $_POST. Of course it's $_GET here! D'oh! I should be more observant. ;) Thanks. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum