Questions:E-mail DMR
Adding people to your list is a two step process. First you must add them to you list normally through HTML in a table.
<tr>
<td bgcolor="#FFFFFF" rowspan="3" width="51"><img
src="FILLER.gif" width="51" height="2"
alt="FILLER" border="0"></td>
<td valign="middle" align="left"><font
size="1"><a
href="javascript:xj9000()">1:xj9000</a></font></td>
<td width="52" valign="middle" align="center"><font
size="1">1020175</font></td>
<td width="11" valign="middle" align="left"><img
src="star.gif" width="9" height="9"></td>
<td width="11" valign="middle" align="left"><img
src="star.gif" width="9" height="9"></td>
<td width="11" valign="middle" align="left"><img
src="star.gif" width="9" height="9"></td>
<td width="15" valign="middle" align="left"><img
src="star.gif" width="9" height="9"></td>
</tr>
Secondly you need to create a function with all the information in it.
<script language="JavaScript">
function xj9000(){
document.info.name.value = "xj9000"
document.info.uin.value = "1020175"
document.info.web.value = "http://www.i1.net/~tdmonkey"
document.info.lang.value = "English"
parent.frame_loaded();
}
function jakebullet(){
document.info.name.value = "Jake Bullet"
document.info.uin.value = "1036967"
document.info.web.value = "http://members.primary.net/~jakebullet"
document.info.lang.value = "English"
parent.frame_loaded();
}
</script>
The name from the list is linked to this function. You can easlily add or subtract the information you collect.
version: beta 0.9
Dutch Monkey Records
Feel free to copy and edit the HTML in all these files. I encourge you to edit Point.gif to reflect your own webpage.