Note that there are some explanatory texts on larger screens.

plurals
  1. POIt is possible to make a button act as hyperlink or other similliar,but targetting other frame ? (HTML)
    text
    copied!<p>So as mentioned on the title,it is possible ? i've tried few ways,but nothing work.The last code i try make the text on the button have undrline on it,so what i'm trying to do is <em>as mentioned on the title</em> + without make the text inside the button have underline.</p> <p>And thankyou before</p> <p><strong>Edit</strong> : Since it look like not clear enough so,here's the case i've three HTML page let say <em>index.html</em>,*list.html*,and <em>judul.html</em></p> <p>-The HTML code of <em>list.html</em></p> <p><code></p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;List&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;form action="new 2.html" target="tengah"&gt; &lt;input type="submit" value="About Us"&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p></code></p> <p>-Then <em>index.html</em> <code></p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;Frame&lt;/title&gt; &lt;/head&gt; &lt;frameset rows="20%,80%" bordercolor='blue' noresize id="judul"&gt; &lt;frame src="Judul.html" id="atas"&gt; &lt;frameset cols="15%,85%" id="kolom"&gt; &lt;frame src="list.html" id="daftar"&gt; &lt;frame src="" id="tengah"&gt; &lt;/frameset&gt; &lt;/frameset&gt; &lt;/html&gt; </code></pre> <p></code></p> <p>And the last one <em>judul.html</em> is not included since it set the other element like how big the row or what content should displayed according to the condiditon. so what i'm exactly trying to do is <strong>Make a button on list.html that link to other page but show it to a frame with ID tengah</strong> so it is possible ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload