forked from robotframework/SeleniumLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleft.html
More file actions
16 lines (16 loc) · 700 Bytes
/
Copy pathleft.html
File metadata and controls
16 lines (16 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>
<p>This is LEFT side. Links:</p>
<ul>
<li>Open <a href="foo.html" target="right">foo</a> on the right-hand side frame
<li>Open <a href="bar.html" target="right">bar</a> on the right-hand side frame
<li>Open <a href="foo.html" target="right"><img src="foo.jpg" alt="foo" /></a> on the right-hand side frame
<li>Open <a href="bar.html" target="right"><img src="bar.jpg" alt="bar" /></a> on the right-hand side frame
</ul>
<p>Form:</p>
<form name="search_form" action="search_results.html" target="right">
<input type="text" name="q" value=""/>
<input type="submit" name="searchbutton" value="Search"/>
</form>
</body>
</html>