start && end > -1) {
if (start > -1) {
var res = data.substring(start, end);
start = res.indexOf('>') + 1;
res = res.substring(start);
if (res.length != 0) {
eval(res);
}
}
cursor = end + 1;
}
}
}
//]]>
User Profile
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
- Email:
- Hidden
- Posts:
- 29
- Registered:
- 02/15/2008 12:43AM
Back to
Motorpsycho home page