hi, is ther a possibility to stop a webpage from refreshing at all. is there any html or java-code. i searched around but couldnt find anything
my problem is that i have a toolbar with a mp3 player on it. this player is just a website integrated into the toolbar. the problem is that everytime someone clicks a link or refreshs page in the browser, the mp3player-site refreshes too and the song stops. so i wanted to solve that by disabling refresh on that site, but couldnt find any code. or does anybody have other suggestions to solve that??
It seems a toolbar bug. For which browser is that toolbar ? Of course, you can open two browsers. One only for your toolbar, and other for rest.
the weird thing is that it does work with internet explorer. it loads very well and plays the songs. must be a problem at firefox. opening two browsers is a solution, but i dont think that my visitors and customers will like that /: thx for helping
you could use frames. i.e. put the mp3 player in one frame and teh rest of the page in another then only have the frame w/o the mp3 player in it refresh.
it does refresh the frame with the mp3 player in it too /: i assume if there is no anti-refresh code, perhaps there is no solution for that problem
try this: <code for mp3 player></code for mp3 player> <a href="wherever.html" target="actualpage">link text</a> <iframe name="actualpage" id="actualpage" style="border:0" src="index.html"></iframe> Code (markup):