Tag Archives: Text Javascript

HTML?????????????????

what is the function of: <script> <A> HREF Definition List <comment> Just as it appears here, nothing. <script> is the start tag calling for a script of a type that hasn’t been identified, for example <script type="text/javascript">, <a href is the beginning of the start tag for a link, and <comment> is a comment you … Continue reading

What is the HTML code for getting a sound to play when you click a picture?

Does anyone know what the html code is for when you click a picture, a sound plays. NOTE: Please can you tell me EXACTLY how to do it, like in stages and explain how to do it Play Sound on Mouseover or MouseClick: http://www.entheosweb.com/website_design/play_sound.asp Didn’t test this as I don’t like the embed tag: Put … Continue reading

Can I use a popup window script for the index.html or homepage?

I want to use a popup window script for my homepage or index and I just can not find the right code or script that I can use to do this? Is it because there is none? If you promise to not go crazy and to only use your powers for good, not evil… Place … Continue reading

In a webpage browser, what syntax will I use to automatically open or display a php file using the index.html?

I programmed a php file but I need to be be opened or to be displayed automatically without copying the content of the php to the index.html…. What syntax will I insert to the index.html because most index.html upn opening a browser to that directory it automatically read the index.html not the desired file.php. Doing … Continue reading