利用HTML中的XML数据岛记录浏览
html文件:shop.html
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標(biāo)題文檔</title>
<script language="javascript">
?? function movenext(){
??? if(product.recordset.absoluteposition<product.recordset.recordcount)
??? {
???? product.recordset.movenext();
??? }
?? }
?? function moveprevious(){
??? if(product.recordset.absoluteposition>1)
??? {
???? product.recordset.moveprevious();
??? }
?? }
?? function xmlfirst(){
??? product.recordset.movefirst();
?? }
?? function xmllast(){
??? product.recordset.movelast();
?? }
</script>
</head>
<body>
<xml ID="product" src="js_xml.xml">
</xml>
<table>
?????? <tr><td>商品編號:<span datasrc=#product datafld="id"></span></td></tr>
?????? <tr><td>商品名稱:<span datasrc=#product datafld="name"></span></td></tr>
?????? <tr><td>商品類別:<span datasrc=#product datafld="leibie"></span></td></tr>
?????? <tr><td>商品價格:<span datasrc=#product datafld="price"></span></td></tr>
??
</table>
<input type="button"? value="第一條記錄" />
<input type="button"? value="上一個" />
<input type="button"? value="下一個" />
<input type="button"? value="最后一條記錄" />
</body>
</html>
?
xml文件:js_xml.xml
<?xml version="1.0" encoding="utf-8"?>
<shop>
?? <product>
????? <id>00001</id>
?? <name>鉛筆</name>
?? <leibie>文具</leibie>
?? <price>11</price>
?? </product>
??? <product>
????? <id>00002</id>
?? <name>裙子</name>
?? <leibie>服裝</leibie>
?? <price>77</price>
?? </product>
??? <product>
????? <id>00003</id>
?? <name>褲子</name>
?? <leibie>服裝</leibie>
?? <price>55</price>
?? </product>
??? <product>
????? <id>00004</id>
?? <name>牙膏</name>
?? <leibie>生活用品</leibie>
?? <price>6.5</price>
?? </product>
??? <product>
????? <id>00005</id>
?? <name>牙刷</name>
?? <leibie>生活用品</leibie>
?? <price>2.5</price>
?? </product>
</shop>
結(jié)果為:
?
轉(zhuǎn)載于:https://blog.51cto.com/1085616858/847925
總結(jié)
以上是生活随笔為你收集整理的利用HTML中的XML数据岛记录浏览的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 细节‘出卖’你
- 下一篇: ADHD-注意力缺陷多动症