landslide
02-16-2007, 06:36 PM
Does anyone know how to refeash a page when they hit a button. How would I write that without using AJAX.
|
Click to See Complete Forum and Search --> : [RESOLVED] Refreash page on submit. landslide 02-16-2007, 06:36 PM Does anyone know how to refeash a page when they hit a button. How would I write that without using AJAX. russell 02-17-2007, 12:15 PM onclick="location.reload()" buntine 02-18-2007, 06:43 AM Or <form method="post" action="your_current_page_name"> <input type="submit" value="Refresh" /> </form> Cheers, Andrew. landslide 02-20-2007, 09:14 PM That worked Thanks!! webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |