<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Thanks for the information and compliment.&nbsp; I am not sure 
what will make it possible for you to get the songs.&nbsp; If you have not 
already tried this, click the button "Open in new window" before clicking "Go to 
song."&nbsp; If you received "File not found"</FONT></DIV>
<DIV><FONT size=2>you may have found a broken link.&nbsp; There are a few broken 
links right now, but most are not broken.</FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:flyinglemon@flyinglemon.com" 
  title=flyinglemon@flyinglemon.com>Flying Lemon</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:javascript@LaTech.edu" 
  title=javascript@LaTech.edu>javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, October 13, 2002 9:00 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] Alphabet 
  buttons &amp; code pages</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>I don't know how to solve your problem except to 
  suggest that Netscape 4x uses layers. Your code works fine in Netscape 7, by 
  the way, except that I can't get the actual songs.&nbsp; And it's a very cool 
  idea. I really like it!</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>N</FONT></DIV>
  <BLOCKQUOTE dir=ltr 
  style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A href="mailto:fisher@volstate.net" title=fisher@volstate.net>Alvin 
    Fisher</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    href="mailto:javascript@LaTech.edu" title=javascript@LaTech.edu>Javascript 
    Discussion Group</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, October 13, 2002 7:36 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] Alphabet buttons 
    &amp; code pages</DIV>
    <DIV><BR></DIV>
    <DIV><FONT size=2>Hi,</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2>I am new to the group.&nbsp; I know a little about 
    JavaScript, but not all that much.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2>I have made a multi-language Christian song index.&nbsp; 
    Here is the URL, so that folks can look and see what I am talking about: <A 
    href="http://www.volstate.net/~fisher/hymnintl">http://www.volstate.net/~fisher/hymnintl</A>&nbsp; 
    The top frame&nbsp;has alphabet buttons that show the first letters of the 
    songs in the chosen language that are in the index.&nbsp; With English, for 
    example, all the letters except X are displayed, because there are English 
    songs that begin with every letter except X.&nbsp; I don't think this works 
    in Netscape, however, because I don't know how to make the buttons disappear 
    in Netscape.&nbsp; Perhaps I could use some other technique in Netscape to 
    indicate that certain letters are not available.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2>To include Russian, I wanted to use the same set of 
    buttons, but just change the letter that was displayed.&nbsp; I tried 
    changing the "Value" associated with the button, but this didn't work.&nbsp; 
    I tried loading a different htm into the top frame, but I didn't 
    manage.&nbsp; Finally, I created a set of buttons that will show only 
    when&nbsp;the language chosen uses the Cyrillic alphabet.&nbsp; So, if you 
    choose Russian (and perhaps in the future Bulgarian, Ukrainian or Serbian), 
    the Roman alphabet disappears and the Cyrillic one becomes visible.&nbsp; 
    But, if you choose a language like English that uses the Roman alphabet, the 
    Cyrillic one disappears.&nbsp; In order to make the additional set of 
    buttons visible I had to increase the size of the top window, which 
    decreases the size of the bottom window.</FONT></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <DIV><FONT size=2>So far, it works pretty well, except that my HTML editor 
    doesn't like my command to display Russian, which is: </FONT></DIV>
    <DIV><FONT size=2>&nbsp;&nbsp;&nbsp; &lt;META http_equiv="Content-Type" 
    content="text/html" charset="ISO-8859-5"&gt;</FONT></DIV>
    <DIV><FONT size=2>However, this is the only command I have discovered that 
    makes Internet Explorer display Russian consistently. I tried using a 
    different one I found, that included charset as part of content.&nbsp; 
    HoTMetaL liked that command, but Internet Explorer did strange things with 
    it.&nbsp; Would Unicode apply to my situation, and if so, how do you use 
    it?</FONT></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <DIV><FONT size=2>If I want to include other alphabets&nbsp;later on, such 
    as Korean, Hebrew or Arabic, and if I still can not change the display on 
    the buttons, and still can not load a different htm into the top frame, and 
    don't want to make the top frame any larger, is there a way to make scroll 
    bar on the top frame programmatically scroll down to the alphabet buttons 
    for the related language?</FONT></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <DIV><FONT size=2>Thanks in advance for any help.</FONT></DIV>
    <DIV><FONT size=2>Alvin Fisher</DIV></FONT>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2>Right now, I have 
</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>