![]() |
|
![]() | ||
|
Subject:
Web Site Design & Browser Security
Category: Computers > Internet Asked by: nakmeister-ga List Price: $7.00 |
Posted:
07 Jun 2005 07:22 PDT
Expires: 07 Jul 2005 07:22 PDT Question ID: 530332 |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Web Site Design & Browser Security
From: bozo99-ga on 07 Jun 2005 10:11 PDT |
The only sure way to organise your site without subjecting vistors to the anxiety of browser warnings is to include no controversial features in your site. That means no Javascript, Java, ActiveX, Flash plugins etc. Assuming you take that route you then have to plan how to organise the common parts of your site using only server-side technology (which could include CGI scripts that execute when a page is viewed, scripts to generate content using certain templates, and stylesheets which I don't know much about). This is also useful for compatibility with whatever browser your visitor has chosen. The other main option is to convince your visitors to accept the kind of client-side stuff you are offering - which may be satsifactory on your site but I regard it as a bad example and exposing them to risk if they visit arbitrary other sites with the same browser settings. There are abundant examples of allowing client-side code being harmful to browsers and the techniques such as signing code and classifying sites into more and less trusted groups do not seem like a reliable way to deal with it. |
Subject:
Re: Web Site Design & Browser Security
From: bizarromelt-ga on 09 Jun 2005 14:14 PDT |
As Bozo99 said, use server-side technology. A good way to accomplish what you're doing is writing a MySQL database (populated with your common-texts as data fields) and use PHP language to access the database on your actual page. A crash-course in MySQL and PHP to accomplish the basic funtions you need would not be that intense. Check out PHPO/MySQL for Dummies (seriously! it rocks!) for the basic ideas. -melt |
Subject:
Re: Web Site Design & Browser Security
From: lacus_odii-ga on 10 Jun 2005 23:47 PDT |
Did this happen when you were previewing the web site on your local PC? I just noticed the other day that the same thing happened to me. However, it does not do this to me when it is loaded on my actual domain name. The reason is probably because Javascript language is used by Windows Scripting Host. When Javascript runs on a web site, it has restricted permissions. It cannot do anything destructive. However, when Javascript is run on the local PC, it has rights to do pretty much anything, hence the warning. |
Subject:
Re: Web Site Design & Browser Security
From: archie1234-ga on 11 Jun 2005 13:22 PDT |
Sometimes IE blocks content originating from your computer. Try putting it onto the internet to check if it works then. |
Subject:
Re: Web Site Design & Browser Security
From: njuneja-ga on 02 Jul 2005 00:30 PDT |
you are probably using a file based local URL.(example C:\XXX\FOLDER\photosample.html Try running your page from a webserver so that the path is served via http (http://localhost/photosample.htm) |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |