Jump to content

rvetrano

Members
  • Posts

    2
  • Joined

  • Last visited

rvetrano's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi, As You can tell I'm fairly new to HTML. Have this code and when I pick the button it prompts me if I want to run this code and I have to chose yes in order for it to run. Would like it run when I select button. Thanks. Bob v <body> <div id="Banner"> <div> <!--<a href="Stair-E-2.pdf" target="_blank"><img src= "Stair plan.jpg" width= "150" height="100" ></a> --> <button onclick="window.open('file:///C:/Windows/notepad.exe')"> Launch notepad </button> <h3 style="position: absolute; z-index: 1; margin-left: 250px; top: 800px;">CLICK ON IMAGE TO ENLARGE<br>MORE AVAILABLE UPON REQUEST</h3> <p><a href="index.html"><input type="submit" value="RETURN" style="position: absolute; z-index: 1; margin-left: 650px; top: 800px;"></a></p> </div> </body>
  2. Hi, Have this code would like to have a stop button to stop audio. thanks. Bob V <body bgcolor="#FEFCFF";> <audio controls autoplay style="display:none"> audio controls = false; <source src="Opening.ogg" type="audio/ogg"> <source src="Opening.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </body> <div id="topbar">
×
×
  • Create New...