Refresh the page to all in the site on click
Please support our JavaScript / DHTML / AJAX advertiser: Programming Forums
![]() |
I really don't understand what you are trying to achieve here!
But you can refresh the page with this bits of code:
But you can refresh the page with this bits of code:
html Syntax (Toggle Plain Text)
<input type="button" value="refresh" onclick="window.location.reload();" />
Try this one instead
to note that this will only work with windows that are in the same domain...
html Syntax (Toggle Plain Text)
<input type="button" value="refresh" onclick="window.opener.refresh();" />
![]() |
Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
- Weird issue: code breaking site in IE6 (PHP)
- Internet Explorer V6: This Page cannot be Displayed (Web Browsers)
- Recent changes (DaniWeb Community Feedback)
- I know nothing and need help please (PHP)
- Image Resizer (PHP)
- Problem with Hotmail...login says "Page Not Found" (Web Browsers)
- Redirecting a Directory or page... (Linux Servers and Apache)
- Guestbook help. Post in two different spots. (Perl)
- Msn and Hotmail Problems (Web Browsers)
- "The page cannot be displayed" Error (Web Browsers)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: submit once button
- Next Thread: change font type, font color, font size and bacground color in listbox
•
•
•
•
Views: 1198 | Replies: 4 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode