ASP+XML message board v1.0
v0
It is a message board software developed with asp and xml. 'Read node data from the end node to the super start node
id=objRootsite.childNodes.item(StarNodes).childNodes.item(0).text
username=objRootsite.childNodes.item(StarNodes).childNodes.item(1).text
'Get username
fromwhere=objRootsite.childNodes.item(StarNodes).childNodes.item(2).text
'Get the user from where
Posttime=objRootsite.childNodes.item(StarNodes).childNodes.item(3).text
'Get message time
homepage=objRootsite.childNodes.item(StarNodes).childNodes.item(4).text
'Get user homepage
email=objRootsite.childNodes.item(StarNodes).childNodes.item(5).text
'Get user Eamil
text=objRootsite.childNodes.item(StarNodes).childNodes.item(6).text