lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev LYNX: re need for FRAMES: well, maybe it's really JAVASCRIPT?:


From: David Combs
Subject: lynx-dev LYNX: re need for FRAMES: well, maybe it's really JAVASCRIPT?:
Date: Sat, 9 Sep 2000 00:39:47 -0700 (PDT)

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 = '&lt;'}
                        if (cc == '>'){
                                 cc = '&gt;'}
                        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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]