Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>kindly take a look at the following link</p> <p><a href="http://pastebin.com/Nav6aSQg" rel="nofollow">http://pastebin.com/Nav6aSQg</a></p> <p>i have pasted the code over there.</p> <pre><code>enter code here enter code here &lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"&gt; &lt;title&gt;Insert title here&lt;/title&gt; &lt;script type="text/javascript"&gt; function scroll(val) { //alert(document.getElementById(val)); document.getElementById(val).click() } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="div1" style="height:200px"&gt; The content of your div1 here. &lt;/div&gt; &lt;div id="div2" style="height:200px"&gt; The content of your div2 here. &lt;/div&gt; &lt;div id="div3" style="height:200px"&gt; The content of your div3 here. &lt;/div&gt; &lt;div id="div4" style="height:200px"&gt; The content of your div4 here. &lt;/div&gt; &lt;div id="div5" style="height:200px"&gt; The content of your div5 here. &lt;/div&gt; &lt;div style="display:none;"&gt; &lt;a href="#div1" id="id1"&gt;Link Text Here&lt;/a&gt; &lt;a href="#div2" id="id2"&gt;Link Text Here&lt;/a&gt; &lt;a href="#div3" id="id3"&gt;Link Text Here&lt;/a&gt; &lt;a href="#div4" id="id4"&gt;Link Text Here&lt;/a&gt; &lt;a href="#div5" id="id5"&gt;Link Text Here&lt;/a&gt; &lt;/div&gt; &lt;input type="button" onclick="scroll('id1')" value="button1"&gt;&lt;/input&gt; &lt;input type="button" onclick="scroll('id2')" value="button2"&gt;&lt;/input&gt; &lt;input type="button" onclick="scroll('id3')" value="button3"&gt;&lt;/input&gt; &lt;input type="button" onclick="scroll('id4')" value="button4"&gt;&lt;/input&gt; &lt;input type="button" onclick="scroll('id5')" value="button5"&gt;&lt;/input&gt; &lt;/body&gt; &lt;/html&gt; enter code here </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

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