2013年7月30日 星期二

html a record eg sample example call href html-window iframe a-record

arecord

<li><a href="home.html"  style="text-decoration:none;">home</a></li>



arecord change iFrame

<p>Click on link bellow to change iframe content:</p>
<a href="http://www.bing.com" target="search_iframe">Bing</a> -
<a href="http://en.wikipedia.net" target="search_iframe">Wikipedia</a> -
<a href="http://google.com" target="search_iframe">Google</a> (not allowed in inframe)

<iframe src="http://en.wikipedia.net" width="100%" height="100%" name="search_iframe"></iframe>

arecord with image icon jpg
<a href="menu2.jsp?menu=menu6&http=welcome.jsp">
<img border="0" style="float:right;" src="images/Home-icon.png" width="30" height="30">
</a>


arecord with button
<a href="input.jsp?input=payrollEntryList.txt&config=payrollEntryListConfig.txt&mode=LIST">         <button style="float:right;">X</button>
</a>

click-or-dbclick open new window or not 

<a href="#" onclick="window.open('http://google.com/', '_blank')">Go_blank</a>;
<a href="#" onclick="window.open('http://google.com/', '_self')">Go_Self</a>;
<a href="#" ondblclick="window.open('http://google.com/', '_blank')">dblclick Go_blank</a>;
<a href="#" ondblclick="window.open('http://google.com/', '_self')">dblclick Go_Self</a>;


click-href 
<button style=" " class="formButton" type="button" onclick="location.href='/hr/ir56b.zip'">test1</button>

沒有留言:

張貼留言