Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
JS Alert - I want no reload after
Name: vevense Date: April 16, 2004 at 06:27:35 Pacific OS: Windows XP CPU/Ram: AMD Athlon XP1800/512
Comment:
Hello! I am using Apache/MySQL/PHP. When I click OK in the following alertbox: echo "<script language=\"JavaScript\">window.alert('Ugyldig plassering')</script>"; the page reloads. How can I avoid the reload. I want the page to be exactly as it was before the alertbox alerts.
Name: FBI Agent Date: April 16, 2004 at 21:54:42 Pacific
Reply:
you're going to have to show us the context of the script, when need the html. make a .txt document of it and put it on the web or send it to me via email.
Summary: Please don't use Frontpage...and that comment has nothing to do with my thoughts on your coding methods. Try Mozilla Composer; it's included in the Mozilla browser. http://www.mozilla.org or Nvu http:...
Summary: We load external Javascript files using <script src="somefile.js"></script> ... but is there a way to load a JS file only when needed? Simple situation is this: I have 10 js files. I want to lo...
Summary: hi, how do i refresh a window from a popup window? the main window is a framed window. I want to reload the frame='mrm_main' from the popup window when closing by using: close window ...