codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Having compatibility problem with IE for Mac  Archive Import (Ben Miller) at 15:04 on Friday, August 29, 2003
 

I am using the code below to show images on my website
www.digitalmiller.com/people.htm

It works great on most computers/browsers, but not on IE for Mac, either 5.5 or 6.0. Any suggestions?


<script>

var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1;
var ns6=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1;
var ns4=document.layers;

function showContent(content)
{
if(ie4)
{
showContentObj=document.all.qiksearch_div;
}
if(ns6)
{
showContentObj=document.getElementById("qiksearch_div");
}
if(ie4||ns6)
{
if(showContentObj.innerHTML!=content)
{
showContentObj.innerHTML=content;
}
else
{
showContentObj.innerHTML="";
}
}
if(ns4)
{
document.nsdiv.document.write(content);
document.nsdiv.document.close();
}
}

</script>








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: Loading Sequence of Frames
•  Re: Auto Reply
•  Re: dereferenceing a string to a constant name
•  Re: how can i make link
•  Re: onclick thumbnail images in gridview or datalist
•  Re: The Dim appExcel As Excel.Application doesn`t work ????
•  Re: c# .net Exception of type System.StackOverflowException was thrown.
•  Re: Plz its urgent:validation code
•  Re: Ask for suggestions on blog template :)


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2011