[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev LYNX: re need for FRAMES: well, maybe it's really JAVASCRIP
From: |
James Phillips |
Subject: |
Re: lynx-dev LYNX: re need for FRAMES: well, maybe it's really JAVASCRIPT?: |
Date: |
Sat, 9 Sep 2000 07:03:53 -0700 (PDT) |
--- David Combs <address@hidden> wrote:
>
> Here is the \-contents of the html page I go to for the
> searching re a course. Is this javascript?:
>
yes it is... disregard my other reply
>
> <!-- 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 address@hidden
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden