>>> On 9/3/2008 at 11:40 AM, in message <[EMAIL PROTECTED]>, "Arthur T." <[EMAIL PROTECTED]> wrote: > For many years, I've been using the CBT web site. I > haven't heard of any complaints as to its design or > usability. I can not use it now. I get a screen that's > totally blank except for a complaint that I don't have Jave > Script enabled. It doesn't even have the decency to > display an e-mail address for the webmaster.
As David Cebell indicated, if you put the /index.html on the end of the fully qualified domain name, it should work just fine. I looked at the source of the page that gets brought up when you don't do that. It seems like an unnecessarily complicated way to change the URL to include the /index.html. They're running Apache, so they should be able to make the vhost stuff work without the javascript. Also, it appears that the automatic redirect they've coded is malformed: <meta http-equiv="refresh" content="4" url="index.html"> Should most likely instead be: <meta http-equiv="refresh" content="4; url=index.html"> Mark Post ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

