what is the tag or thing in javascript to make it so a page refresh's to the same page only once? all help is appreciated..
set a browser cookie and check it.
Of course, your plans would result in catastrophe if your user doesn't accept cookies... But, that's another issue unto itself.
thanx man lol ya it would be bad if they didn't accept cookies but they would deserve it unfortunetly the cookie thing wont work in this case cuz this is a file manager script and it has a delete function on it when the user clicks delete it uses PHP_SELF and deletes the file but for the file to appear to be gone the user has to refresh and thats the part i want to get past i guess ill just break the script up into different files then i wont have to worry about it thanx anyways though
if you put a random number at the end of the query string the page will always refresh for the user...