Member since August 8, 2004
DrCool
My Profile
- Answered Questions: 0
- Posts: 1
- Location: Seattle, Washington
- Occupation:
Following
User has not yet added friends.
Followers
User does not yet have followers.
My Recent Posts
Sun 8 Aug, 2004 05:38 pm -
Refreshing an IFRAME without IE's annoying click sound
Hugo, try this:
function UpdateChat() {
window.frames["ChatIFrame"].document.location.reload();... (
view)