Jump to content

Buoka

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Buoka

  1. Hi again, Jesh.Whole code for this page of HTML is:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <head>    <meta http-equiv="content-type" content="text/html; charset=windows-1250">    <meta name="generator" content="PSPad editor, www.pspad.com">    <link REL=StyleSheet HREF="Style.css" TYPE="text/css" MEDIA=screen>    <title>Menu</title>  </head>  <body>    <fieldset>      <legend align="center"><strong>Introduction & Benefits</strong></legend>      <div align="center">      <button type="button" onclick="document.location='Benefits.html';" FrameTarget="Content"> Benefits</button></div><br />      </fieldset><br />      <fieldset>      <legend align="center"><strong>Hot Tub Spas</strong></legend>      <div align="center">      <button type="button" onclick="document.getElementById('Content').src='Standard.html';"> Standard Range</button><br />      <button type="button" onclick="document.location='Premier.html';" FrameTarget="Content"> Premier Range</button><br />      <button type="button" onclick="document.location='Platinum.html';" FrameTarget="Content"> Platinum Range</button><br />      <button type="button" onclick="document.location='FAQs.html';" FrameTarget="Content"> Hot Tub Spa FAQs</button></div><br />      </fieldset><br />      <fieldset>      <legend align="center"><small><strong>Saunas, Gazebos & Decking</strong></small></legend>      <div align="center">      <button type="button" onclick="document.location='Spare.html';" FrameTarget="Content"> Saunas</button><br />      <button type="button" onclick="document.location='Spare.html';" FrameTarget="Content"> Gazebos & Decking</button><br />      <button type="button" onclick="document.location='Spare.html';" FrameTarget="Content"> Sauna FAQs</button></div><br />      </fieldset><br /><br />  </body></html>

    Can you, or anyone assist now please?

  2. Thanks Jesh, but clearly have my thick head on this morning.new code:
    <button name="std" type="button" onclick="document.getElementById('Content').src='Standard.html';"> Standard Range</button>

    Doesn't do anything. What have I missed?

    Thanks Jesh, but clearly have my thick head on this morning.new code:CODE<button name="std" type="button" onclick="document.getElementById('Content').src='Standard.html';"> Standard Range</button>Doesn't do anything. What have I missed?
  3. I wish to use buttons (either Input Button or just a Button) that when click open a new page in a specific Frame. So far, the click just opens new page in frame where button is.The code I have so far is:

    <input type="button" width="140" value="Offers" onclick="document.location='Spare.html';" FrameTarget="Content">

    Guidance pleaseBuoka

×
×
  • Create New...