Lines Matching refs:document
21 document.write('<FORM>');
22 document.write('<INPUT TYPE=BUTTON onClick="history.back(-1)" VALUE="', this.text, '"');
23 if (this.otheratts) document.write(' ', this.otheratts);
24 document.write('>');
25 if (this.form)document.write('<\/FORM>');
27 document.write('<A HREF="javascript:history.back(-1)"');
29 document.write(' ', this.otheratts);
30 document.write('>');
32 document.write('<IMG SRC="', this.src, '" ALT="', this.text, '"');
33 if (this.width) document.write(' WIDTH=', this.width);
34 if (this.height) document.write(' HEIGHT=', this.height);
35 if (this.otherimgatts) document.write(' ', this.otherimgatts);
36 document.write(' BORDER=0>');
39 document.write(this.text);
40 document.write('<\/A>');