Here is the website: http://itweb.fvtc.ed...ebRecordSet.htm
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to SkyWeb</title>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
<xml id="skyWeb" src="http://deptcis2.fvtc.edu/$xml/skyweb/skyweb.xml"></xml>
</head>
<body background="http://deptcis2.fvtc.edu/$xml/skyweb/space.jpg" text="white">
<div id="pageTitle" datasrc="#http://deptcis2.fvtc.edu/$xml/skyweb/skyweb.xml" datafld="title">Welcome to SkyWeb</div>
<table>
<tr>
<td colspan="5" style="text-align: center">
<button onclick="skyWeb.recordset.moveFirst()">
|< First
</button>
<button onclick="skyWeb.recordset.movePrevious(); if (skyWeb.recordset.BOF) skyWeb.recordset.moveLast()">
< Back
</button>
<button onclick="skyWeb.recordset.movePrevious(); if (skyWeb.recordset.BOF) skyWeb.recordset.moveFirst()">
Forward >
</button>
<button onclick="skyWeb.recordset.moveLast()">
Last >|
</button>
</td>
</tr>
<tr><td rowspan="5" style="text-align: center; width: 250px">
<img datasrc="#skyWeb" datafld="photo" alt="" />
</td>
<th></th>
<td id="name">
<span datasrc="#skyWeb" datafld="name"></span>
</td>
</tr>
<tr>
<th></th>
<td>
<span datasrc="#skyWeb" datafld="description"></span>
</td>
</tr>
<tr>
<th></th>
<td>
<span datasrc="#skyWeb" datafld="nbr"></span>
</td>
</tr>
</table>
</body>
</html>

New Topic/Question
Reply



MultiQuote




|