I have had several people write in and say they are unable to finish the Add form on a MAC computer. Appearently the categories drop-down box won't work. Has this been brought up before and is there anything I can do to fix it?
Feb 20, 2002, 11:31 AM
User (100 posts)
Feb 20, 2002, 11:31 AM
Post #3 of 11
Views: 2914
I set up links using a Mac and that's all I view our site with. Sometimes we had problems with the forms and Netscape on a Mac in particular.
Basically you have to have very good HTML code with forms and Netscape, meaning that you can't have open <td> tags without a closed </td> tag, and that goes for everything. Doublecheck the code that's been generated and make sure that everything is closed </....>, especially in regards to form elements.
Bryan
Basically you have to have very good HTML code with forms and Netscape, meaning that you can't have open <td> tags without a closed </td> tag, and that goes for everything. Doublecheck the code that's been generated and make sure that everything is closed </....>, especially in regards to form elements.
Bryan
Sep 11, 2002, 8:06 AM
User (122 posts)
Sep 11, 2002, 8:06 AM
Post #6 of 11
Views: 2862
I'm having the same problem with netscape users. Using the select boxes on my "add-a-listing" form for categories, countries and states is a mess. All values are there in one big messed up box with no selection elements. Those users just can't add their listing and I end up inserting it manually
I think it's not the code as such. I saved the HTML file and uploaded it as a static page (not one created by the CGI). When it's static HTML it works just fine on netscape 4.5 (which is the version I'm testing on).
The exact same code doesn't work when it's a "live" page.
Check out those two pages with netscape:
http://www.meowhoo.com/cgi-bin/links/add.cgi
http://www.meowhoo.com/tmp/Meowhoot.htm - this is the exact same page, only saved as html and uploaded to be tested. I did this to run some online code checkers and that's how I found out it's working properly this way...
So, this is not a simple html code problem - all the table tags appear to be working properly.
If you love cats - visit www.TheCatSite.com
Visit my LinkSQL based Cat Site - www.Meowhoo.com

I think it's not the code as such. I saved the HTML file and uploaded it as a static page (not one created by the CGI). When it's static HTML it works just fine on netscape 4.5 (which is the version I'm testing on).
The exact same code doesn't work when it's a "live" page.
Check out those two pages with netscape:
http://www.meowhoo.com/cgi-bin/links/add.cgi
http://www.meowhoo.com/tmp/Meowhoot.htm - this is the exact same page, only saved as html and uploaded to be tested. I did this to run some online code checkers and that's how I found out it's working properly this way...
So, this is not a simple html code problem - all the table tags appear to be working properly.
If you love cats - visit www.TheCatSite.com
Visit my LinkSQL based Cat Site - www.Meowhoo.com
Sep 11, 2002, 1:37 PM
Administrator (9387 posts)
Sep 11, 2002, 1:37 PM
Post #7 of 11
Views: 2874
Hi,
Hmm, one difference is that the HTML is compressed on the CGI page, and uncompressed on the static page. Can you try and turn compress off and see if it makes a difference? Also try it without the utf-8 in the charset, as there are some weird things going on.
Cheers,
Alex
--
Gossamer Threads Inc.
Hmm, one difference is that the HTML is compressed on the CGI page, and uncompressed on the static page. Can you try and turn compress off and see if it makes a difference? Also try it without the utf-8 in the charset, as there are some weird things going on.
Cheers,
Alex
--
Gossamer Threads Inc.
Sep 11, 2002, 2:47 PM
User (122 posts)
Sep 11, 2002, 2:47 PM
Post #8 of 11
Views: 2886



How do I uncompress what? and what's the utf-8 and how do I get rid of it?
I need the "for dummies" step by step version please!
If you love cats - visit www.TheCatSite.com
Visit my LinkSQL based Cat Site - www.Meowhoo.com
Sep 11, 2002, 2:53 PM
Administrator (9387 posts)
Sep 11, 2002, 2:53 PM
Post #9 of 11
Views: 2808
To turn off compression, go to Setup->Build Options and set compress to No. To remove the utf, look in your templates and take out the line that says:<META http-equiv=Content-Type content="text/html; charset=utf-8">
Cheers,
Alex
--
Gossamer Threads Inc.
Cheers,
Alex
--
Gossamer Threads Inc.
Sep 12, 2002, 12:29 AM
User (122 posts)
Sep 12, 2002, 12:29 AM
Post #10 of 11
Views: 2804
nope - didn't do the trick...
I changed the compress option to "no" and took out the offending line in the "add.html" template (it doesn't show in the http://www.meowhoo.com/cgi-bin/links/add.cgi page code any longer).
Ran "build all" before I checked.
Still having the same problem
If you love cats - visit www.TheCatSite.com
Visit my LinkSQL based Cat Site - www.Meowhoo.com
I changed the compress option to "no" and took out the offending line in the "add.html" template (it doesn't show in the http://www.meowhoo.com/cgi-bin/links/add.cgi page code any longer).
Ran "build all" before I checked.
Still having the same problem

If you love cats - visit www.TheCatSite.com
Visit my LinkSQL based Cat Site - www.Meowhoo.com