
June 4th, 2002, 05:34 AM
|
|
|
|
Join Date: Apr 2007
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Home Page Issue
Yor have an issue with the 'next' link at the bottom of the home page on a Mac platform. Both IE and Netscape do not react correctly. In the case of IE5.5, you will get 'The specified serve could not be found' error message. In the case of Netscape, an attempt is made to access the site, but the URL is malformed.
The cause of the problem is in the way the URL is constructed on the page. It looks like this:
ACTION="http://codewalkers.com?start=6" inpart.
Note that the query string immediately follows the domain name. IE tries to take the whole thing as a URL and fails. Netscape takes and adds a trailing '/' and never loads the page.
If you insert a '/' following the domain and before the '?', both browsers behave themselves.
Again, this only happens on a Mac. The M$ platform is ok... :-( Well almost, after checking Netscape on M$, it does the same thing as netscape on a Mac... Starts the load (banner done) but never complets.
Maybe you could correct the home page and add a '/' after the domamin?
I like your site and find it usefull.
Michael
|