|
User since: |
Jul 12, 2001 at 17:19 UTC
(23 years ago) |
Last here: |
Feb 04, 2007 at 05:03 UTC
(18 years ago) |
Experience: |
1637
|
Level: | Hermit (10) |
Writeups: |
148
|
Location: | IU-Bloomington |
User's localtime: |
Sep 08, 2024 at 07:52 -05
|
Scratchpad: |
View
|
For this user: | Search nodes |
|
<SCRIPT LANGUAGE="JavaScript">
function prepend(){
alert('Value: ');
var t = document.forms[0].message;
alert('Value: ' + t.value);
t.value = '/msg abstracts ' + t.value + '(HN)';
return 0;
}
// document.bgColor = "ivory";
</SCRIPT>
abstracts receiving enlightenment from the llama
|