Microsoft
Software
Hardware
Network
Question : What does src="#" mean when used in a bgsound attribute and is it needed?
I am currently using the following line in a html doc which uses javascript to replace the audio source file (which is variable):
<bgsound src="#" id="sound" autostart="false">
My question is can I leave out the src attribute from the bgsound tag. The # value seems to result in some strange results, almost as though it forces the page to refresh. When I remove it, everything *seems* to work, but I'm not 100% sure why it is there in the first place and if html specs require it.
Answer : What does src="#" mean when used in a bgsound attribute and is it needed?
I removed the "#" and all seems fine.
Random Solutions
Aligning Msgbox text
asp search function
asp.net - error with masterpage
What are these following files specifically?
How to format Process.StartInfo.Argument
s with spaces in the arguments?
How do you stop a Network printer from changing it's IP address
FastCGI Error Displaying PHP Page via IIS6 on Windows Server2003
Connecting mobile devices to Exchange 2003 SP2
Best way to duplicate Windows environment in ESX lab?
Allow user to navigate to a folder in windows directory and select the PATH to the file in a .aspx page. Is this possible and how?