Website/Internet - Errors and solutions:
The background attribute of the td tag is not supported
01. We are implementing your licensed drop down menu in dhtml on our new site and it does not appear to work in Firefox.
var transparency="";
it is not correct.
You should set, for example:
var transparency="100";
Try also to set:
var itemPadding="0px 15px 0px 15px";
Firefox: "Tools -> Options -> Content -> Enable JavaScript"
02. The following error was encountered:
Unable to determine IP address from host name for www.klncit.edu.in
The dnsserver returned:Server Failure: The name server was unable to process this query.
This means that:
The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.
03. Directory Listing Denied:
This Virtual Directory does not allow contents to be listed.
Solution
This error is given because 'Enable Default Document' is not enabled or the default document is NOT default.asp.
1. Open IIS.
2. Right click on the MailMaxWeb folder (or whatever you have named the folder) and click Properties.
3. Go to the Documents Tab.
4. Make sure 'Enable Default Document' is check/enabled and default.asp is the top default document.
04. website error
ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/staff/logout.asp, line 11
05. Stopping the IIS Server to Use Apache
The IIS server is a Windows XP service. If you want to work with the WAMP5 server after installing IIS you will need to stop the Internet Information Server Service. Apache and IIS can not both be running at the same time. Click Start > Control Panel (switch to Classic view if necessary) > Administrative Tools > Services.
The Services running on your system are in alphabetical order. Scroll until you locate the IIS Admin service. Right click the IIS Admin and select Properties. Change the Startup type to Manual and click Stop to stop the service. A prompt will appear asking if you want to also stop the SMTP (mail) service and the World Wide Web Publishing Service, click Yes. Click Ok. Locate the Simple Mail Transfer Protocol service and set the Startup type to Manual. Locate the World Wide Web Publishing Service and set the Startup type to Manual. If you want to start the IIS server at a later date you will need to return to the Services settings and restart these three services. You can also change their startup type back to Automatic, but I think it's more secure to start them when you need them rather than having them running whenever your machine is turned on.
Previewing Web Pages Using a Testing Server
Make sure that the testing server you are using is running. As I mentioned earlier you must save your PHP, ASP, Coldfusion web pages into a special folder in order to preview them in Internet Explorer.
IIS/ASP - C:\Inetpub\wwwroot
PHP/Coldfusion/Apache - C:\wamp\www
Installing PHP in IIS on Window platforms
Start>control panel>administrative tools>Internet Information Service
Expand the + buttons on the left side area if any and Right click the label saying default web site. – properties – Configuration - add - .php-
07. drop down menu/javascript animation show behind of flash animation?
This was an issue in IE but was fixed by adding:
(a) Code:
Any ideas on doing something similar to make it work in Firefox (this also affects Safari on the mac)
value =transparent
(b) the menus are set with a z-index of 100 using CSS, which brings them in front of the flash movie.
z-index controls what "order" its in from front to back... the greater the number, the nearer the front the object will be.
( c)
The background attribute of the td tag is not supported
01. We are implementing your licensed drop down menu in dhtml on our new site and it does not appear to work in Firefox.
var transparency="";
it is not correct.
You should set, for example:
var transparency="100";
Try also to set:
var itemPadding="0px 15px 0px 15px";
Firefox: "Tools -> Options -> Content -> Enable JavaScript"
02. The following error was encountered:
Unable to determine IP address from host name for www.klncit.edu.in
The dnsserver returned:Server Failure: The name server was unable to process this query.
This means that:
The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.
03. Directory Listing Denied:
This Virtual Directory does not allow contents to be listed.
Solution
This error is given because 'Enable Default Document' is not enabled or the default document is NOT default.asp.
1. Open IIS.
2. Right click on the MailMaxWeb folder (or whatever you have named the folder) and click Properties.
3. Go to the Documents Tab.
4. Make sure 'Enable Default Document' is check/enabled and default.asp is the top default document.
04. website error
ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/staff/logout.asp, line 11
05. Stopping the IIS Server to Use Apache
The IIS server is a Windows XP service. If you want to work with the WAMP5 server after installing IIS you will need to stop the Internet Information Server Service. Apache and IIS can not both be running at the same time. Click Start > Control Panel (switch to Classic view if necessary) > Administrative Tools > Services.
The Services running on your system are in alphabetical order. Scroll until you locate the IIS Admin service. Right click the IIS Admin and select Properties. Change the Startup type to Manual and click Stop to stop the service. A prompt will appear asking if you want to also stop the SMTP (mail) service and the World Wide Web Publishing Service, click Yes. Click Ok. Locate the Simple Mail Transfer Protocol service and set the Startup type to Manual. Locate the World Wide Web Publishing Service and set the Startup type to Manual. If you want to start the IIS server at a later date you will need to return to the Services settings and restart these three services. You can also change their startup type back to Automatic, but I think it's more secure to start them when you need them rather than having them running whenever your machine is turned on.
Previewing Web Pages Using a Testing Server
Make sure that the testing server you are using is running. As I mentioned earlier you must save your PHP, ASP, Coldfusion web pages into a special folder in order to preview them in Internet Explorer.
IIS/ASP - C:\Inetpub\wwwroot
PHP/Coldfusion/Apache - C:\wamp\www
Installing PHP in IIS on Window platforms
Start>control panel>administrative tools>Internet Information Service
Expand the + buttons on the left side area if any and Right click the label saying default web site. – properties – Configuration - add - .php-
07. drop down menu/javascript animation show behind of flash animation?
This was an issue in IE but was fixed by adding:
(a) Code:
Any ideas on doing something similar to make it work in Firefox (this also affects Safari on the mac)
value =transparent
(b) the menus are set with a z-index of 100 using CSS, which brings them in front of the flash movie.
z-index controls what "order" its in from front to back... the greater the number, the nearer the front the object will be.
( c)
I think all software, whether on the internet or offline needs to go through a rigorous testing process. For instance, did you know that with the launch of CMST in the market, there is a defined career path available for IT professionals as they can first get certified as a CSTE (Practitioner level) and can then upgrade to CMST (Manager level) after gaining about 8 years of exp in Testing - http://bit.ly/qaistp
ReplyDelete