@verb #755:"www_welcome" this none this rxdo #789 @program #755:"www_welcome" this none this "Display the welcome screen and login form." if (caller != this && caller != this.transcript) raise(E_PERM) endif {?error = ""} = args $msg:mtell(error ? "www_error" | "www_welcome", error) player:tell(this:www_desc()) "Determine which mode is recommended for this webber." frame = $www:has_frames() proxy = $www:has_proxy() modes = {"", "", "", "", ""} if (!frame && proxy || index(player.user_agent, "Lynx")) modes[5] = " CHECKED" elseif (!frame && !proxy) modes[4] = " CHECKED" elseif (proxy && frame) modes[3] = " CHECKED" elseif (frame && !proxy) "Live doesn't seem to work for most people." modes[3] = " CHECKED" " modes[2] = \" CHECKED\";" " modes[1] = \" CHECKED\";" endif player:tell("
") "Last modified by Raptor (#6319) on Mon Oct 11 19:24:01 1999 MDT." .