Switch to edit mode.
Name(s): tell_frame1: caller == this || raise(E_PERM)
2: player:tell("<HTML><HEAD>")
3: this:tell_www_head(@args)
4: player:tell("</HEAD>")
5: tool = tostr("<FRAME SRC=\"/", toint(this), "/tool", dobjstr, "\">")
6: slide = tostr("<FRAME SRC=\"/", toint(this), "/slide", dobjstr, "\">")
7: if (toollocation = "top")
8: player:tell({"<FRAMESET ROWS=\"100,*\">", tool, slide})
9: elseif (toollocation = "bottom")
10: player:tell({"<FRAMESET ROWS=\"*, 100\">", slide, tool})
11: endif
12: player:tell("</FRAMESET><NOFRAMES><BODY ", this.www_body_args, ">")
13: ""
14: player:tell("<P></BODY></NOFRAMES></HTML>")
15: "Last modified by Dax (#789) on Tue May 3 14:09:32 2005 MDT."