Reply
Refresh page...Without Click Sound
Old 06-26-2004, 08:58 PM Refresh page...Without Click Sound
Unknown.

Posts: 1,693
Is there a way to refresh a page or frame without the click sound??

I know its possible because ive heard about it before... Does anyone know how??

Thanks

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-28-2004, 08:27 AM
Ultra Talker

Posts: 377
hmmm... i doubt it... refreshing trough <meta> gives a "click"... but maybe it's possible... if you'll know how to do it, plz let me know too
__________________
andrews_john
www.softwareforhosting.com
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 06-28-2004, 08:30 AM
stoot98's Avatar
Ultra Talker

Posts: 379
Name: Stuart
Location: Glasgow, Scotland
Quote:
I know its possible because ive heard about it before
If it had been done right, you wouldn't have heard it....

Ahem...im sorry, i dont know how to do it.
stoot98 is offline
Reply With Quote
View Public Profile
 
Old 06-30-2004, 06:49 AM
Average Talker

Posts: 20
Lols guys

The click Sound is from our OS [windows]. they is no way to modify the webscript without the click sound.The only way to deactive is in your windows settings control panel > sound audio devides

Turn it off from the windows default. it get rids of the annoying click each time you click on something.

Well maybe...not.maybe i'm wrong and i don't know what i'm talking about....
if anyone do know this trick it'll be interesting
__________________
www.hire-freelancers.com
Omega_tux is offline
Reply With Quote
View Public Profile
 
Old 06-30-2004, 11:08 AM
Unknown.

Posts: 1,693
Quote:
Originally Posted by Omega_tux
Lols guys

The click Sound is from our OS [windows]. they is no way to modify the webscript without the click sound.The only way to deactive is in your windows settings control panel > sound audio devides

Turn it off from the windows default. it get rids of the annoying click each time you click on something.

Well maybe...not.maybe i'm wrong and i don't know what i'm talking about....
if anyone do know this trick it'll be interesting
That would only stop it on my PC and I want it to not click at all...

This can be done with Javascript and XML I think..Just cant find no code

O well I give up for now

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 07-27-2006, 05:36 PM Re: Refresh page...Without Click Sound
Novice Talker

Posts: 5
Name: Robert Dixon
Okay it took me a long time to figure this out and when I searched for the script on google I found nothing but you (who clearly don't know).
Seen as though I am done, I thought I would register to help you.
  • Create a new file in the same directory called 'no_click.js'.
  • In it put:
window.onload = doLoad;

function doLoad()
{
setTimeout( "refresh()", 10*1000 );
}

function refresh()
{
window.location.reload( false );
}
  • in the page that is in the iframe put in the head section:
<script type="textjavascript" src="no_click.js"></script>


_________________________________________
Thanks, Rob

Last edited by fatquack : 07-27-2006 at 06:05 PM.
fatquack is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Refresh page...Without Click Sound
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12762 seconds with 12 queries