Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



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

Posts: 1,693
Trades: 0
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
 
 
Register now for full access!
Old 06-28-2004, 08:27 AM
Ultra Talker

Posts: 377
Trades: 0
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

Please login or register to view this content. Registration is FREE
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: 427
Name: Stuart
Location: Glasgow, Scotland
Trades: 0
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
Trades: 0
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
Trades: 0
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
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

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





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



Page generated in 0.16654 seconds with 12 queries