| Forums | Email a Colleague | FAQ |
|
Dr. Website® Archives 2002
Dear Dr. Website: I have developed a website and have heard from a few people that have visited it that most of it does not show up clearly using Netscape.
Is there a html code that I can add to the website that would
make it compatible to IE and Netscape Users?
Answer: Essentially, you need to check your web site out using the lastest versions of the major web browsers (MSIE, Netscape, AOL, Mozilla, Opera) as well as some older versions of those same browsers, and you have to work to make your site accessable and viewable by all those browsers. Often the issue comes down to small errors in table code, out of order tags (i.e. a closing tag out of order), or some other small error.
Best way to find the error is to start taking things out of the page until you locate the problem (i.e . take the images out, problem still happens, take the bottom table out, problem still happens, take the left navigation out, no problem, bingo, you just found the problem).
--Dr.Website Question: Answer: Although there are a number of ways you could accomplish that task, the majority of them will still require you to use a database to contain the data. You could use a scripting language such as VBScript, along with an MS SQL database (or MS Access if you're not expecting too much traffic), and ASP or PHP to allow your users to access the data, or you could buy a pre-built solution such as ActiveSquare 4, which the company says is "an ActiveX Control that enables Web application developers to offer rich document creation and uploading abilities to their site users, right in the browser."
You can find out more about ActiveSquare here:
--Dr.Website
Question: Thank you! Answer:
strDSN = "DRIVER={Microsoft Access Driver (*.mdb)}; " and here it is using an ODBC (DSN) connection:
set myConn = Server.CreateObject("ADODB.Connection") Now the specific how's and why's would take an entire article to cover, so I'll point you to our new site, DatabaseJournal.com for the details: http://www.databasejournal.com/features/msaccess/article.php/1428341
--Dr.Website
Question:
I have tried using this changing the mailto address to my account. However, no information is being sent. Your help would be greatly appreciated. Thank you! Answer: --Dr.Website ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|