@verb #3512:"tell_www_page" this none this rxdo #6319 @program #3512:"tell_www_page" this none this !player:isa($webber) && raise(E_PERM, "Webbers only!") if (index(dobjstr, "/toolbar?") == 1) return this:www_toolbar_redirect(@args) endif $www.error:OK() player:tell("") this:tell_www_head(@args) player:tell("") if (!dobjstr) player:tell(this.framesets) elseif (dobjstr == "?javascript") return this:tell_javascript() elseif (dobjstr == "?real") return this:real_time() elseif (index(dobjstr, "?input")) player:tell("") this:tell_www_body(@args) player:tell("") return this:tell_www_tail(@args) elseif (index(dobjstr, "?help")) return player:tell(this:msg_www_help()) elseif (targ = `$www:parse_cgi(dobjstr) ! ANY => ""') verby = `targ[1][2] ! E_RANGE => ""' argsy = `targ[2][2] ! E_RANGE => ""' return this:do_verb_command(verby, argsy) endif "Last modified by Raptor (#6319) on Tue May 11 00:05:27 1999 MDT." .