Switch to edit mode.
Name(s): tell_www_page1: if (!player:isa($webber) || !(caller in {$www, this, this.owner})) 2: raise(E_PERM) 3: endif 4: $wiz_utils:autoextend(this) 5: $www.error:OK() 6: player:tell("<!DOCTYPE HTML PUBLIC \"", this.www_doctype_fpi, "\" \"", this.www_doctype_uri, "\">") 7: player:notify("<HTML><HEAD>") 8: this:tell_www_head(@args) 9: player:tell("</HEAD><BODY ", this.www_body_args, ">") 10: if (index(prepstr, "/setup") == 1) 11: this:www_setup(@args) 12: else 13: this:tell_www_body(@args) 14: endif 15: this:tell_www_tail(@args) 16: player:notify("</BODY></HTML>") 17: "Last modified by Lao-Tzu (#8084) on Sat Jul 17 21:05:09 1999 MDT."