Here is the \-contents of the html page I go to for the searching re a course. Is this javascript?: <!-- X-URL: http://www.college.upenn.edu/courses_reg/scanner/ccs.html --> <!-- Date: Sat, 09 Sep 2000 07:33:00 GMT --> <BASE HREF="http://www.college.upenn.edu/courses_reg/scanner/ccs.html"> <html> <head> <title>College Course Scanner</title> <script> function uppercase(what) { return what.toUpperCase() } function lowercase(what) { return what.toLowerCase() } function replacechar(inwhat,fromwhat,towhat) { var bstr='' var cc='' for(i=0; i< inwhat.length; i++ ) { cc = inwhat.substring(i,i+1) if (cc == fromwhat) cc = towhat bstr += cc } return bstr; } function toHTMLText(what) { var bstr='' var cc='' for (i=0; i < what.length; i++) { cc = what.substring(i,i+1); if (cc == '<'){ cc = '<'} if (cc == '>'){ cc = '>'} bstr += cc; } return bstr; } </script> </head> <frameset cols="140,*"> <frameset rows="120,*"> <frame src="banner.html" name="banner" scrolling="no" marginwidth="3" marginheight="3"> <frame src="header-test.html" name="header" scrolling="yes" marginwidth="3" marginheight="3"> </frameset> <frame src="title_screen.html" name="main" scrolling="auto" marginwidth="3" marginheight="3"> </frameset> <noframes> You must have a frames-capable browser to <a href=noframes.htm> view this document</a> correctly. </noframes> </html> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
