473,808 Members | 2,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Link working in firefox but not explorer

2 New Member
ello
I just launched a website for a new project only to learn that the button on the splash page that takes you into the rest of the site does NOT work on explorer (but does in firefox, safari, and chrome). The web designer is on a yoga retreat in the bahamas and won't be back in the real world for two weeks! The site is in wordpress and I copied the html for the page here. I know almost zero about code, so if someone could help me fix it, I would be so very grateful!

Below is the code

Expand|Select|Wrap|Line Numbers
  1. <table id="Table_01" style="height: 682px;" border="0" cellspacing="0" cellpadding="0" width="1023">
  2. <tbody>
  3. <tr>
  4. <td colspan="3"><img src="http://bytes.com/images/BAADsplash_01.png" alt="" width="1023" height="106" /></td>
  5. </tr>
  6. <tr>
  7. <td rowspan="2"><img src="http://bytes.com/images/BAADsplash_02.png" alt="" width="73" height="576" /></td>
  8. <td><a href="http://baadkinetics.com/posts">[swfobj src="http://baadkinetics.com/wp-content/uploads/2010/04/baadintro4.swf" allowfullscreen="false"]</a></td>
  9. <td rowspan="2"><img src="http://bytes.com/images/BAADsplash_04.png" alt="" width="657" height="576" /></td>
  10. </tr>
  11. <tr>
  12. <td><img src="http://bytes.com/images/BAADsplash_05.png" alt="" width="293" height="530" /></td>
  13. </tr>
  14. </tbody>
  15. </table>
Apr 28 '10 #1
2 2665
Atli
5,058 Recognized Expert Expert
Hey.

It looks like your link is wrapped around a Flash object, which the modern browsers seem fine with, but Internet Explorer fails to execute properly.

First off, assuming anything when it comes to Flash objects is extremely dangerous, especially when it comes to critical functionality. Everything from the users ability to actually display them (Flash is a 3rd party plugin) to the way the various browsers and even the various platforms display and interact with them (Adobe only properly supports Flash on Windows) is highly questionable, and taking anything for granted in that respect will likely cause problems.

I recommend you simply replace the Flash object with an image. At least temporarily, until the person responsible for this is able to properly fix it. Simply replacing this line in the code you posted:
Expand|Select|Wrap|Line Numbers
  1. <td><a href="http://baadkinetics.com/posts">[swfobj src="http://baadkinetics.com/wp-content/uploads/2010/04/baadintro4.swf" allowfullscreen="false"]</a></td>
With something like this:
Expand|Select|Wrap|Line Numbers
  1. <td><a href="http://baadkinetics.com/posts"><img src="/images/splash_image.gif" alt="Enter site" style="border: none;"></a></td>
should replace the Flash object with an image. The image you want replacing it would of course need to be correctly placed where the "src" attribute of the <img> tag points.

If you want to retain the animation, reproducing that simple Flash animation with JavaScript is not difficult.
Apr 30 '10 #2
heartlayla
2 New Member
Yes. perfect. thank you.

www.baadkinetics.com now works on all browsers ;-)
Apr 30 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
1540
by: geotso | last post by:
Hi. I supose that my problem has a javascript solution so, I kindly ask for your help: I want to use a link to open one of two files (*not both*) stored each one in a different partition of my disk. For example: When a user clicks the link in question, IE searches for the first path (F:\Folder\file.htm) and opens the file (not procceeding with the second path). However, if IE can't locate the first file (file or path don't
3
2030
by: mr_burns | last post by:
hi, i am using the following code which works well in internet explorer but not in firefox (and perhaps others too): var xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); xmlDoc.async="false"; xmlDoc.load("xml/names.xml"); nodes = xmlDoc.documentElement.childNodes span_html = '<p>'
3
2648
by: Rhino | last post by:
Yesterday, I reworked the index on my site - http://sfl.london.on.ca - so that they used list markup and I'm quite pleased with them. However, I'm having a problem with one small aspect of the menu and could use some help in fixing it. The problem is that I want the index to always highlight the link for the content which is currently being displayed on the right hand side of the page. This behaviour should be over and above the...
1
2756
by: Matt Walker | last post by:
I decided to flesh out my php skills by building a web application which could scan through local files on my intranet (specifically mapped drives on my server) and generate a list of Movies or pictures or music, etc. Which worked fine, I created the code to do that and to store the results in a mysql database. I can even print it out to a ..php page and sort it however I like. What I can't seem to do is to create links to the data...
23
5388
by: wylbur37 | last post by:
I'm running an Apache server on my own computer (Windows XP Pro). I wrote a simple PHP script (called test3.php) that I'm running by putting the following URL in the address bar of the browser (Firefox) .... http://localhost/test3.php The script generates the following link using the echo statement ...
1
3155
by: ajaysoniji | last post by:
Hi, I am using this code to read the option values from a select option. I am getting the reference of that select option in arg1. Its working fine with mozilla firefox but not with Internet Explorer. It gives the lenth but failing to read the arguments(Shown in bold). It gives the alert Internet Explorer 4 for IE and Netscape 5 for Mozilla firefox for the alert in line 4. Please Suggest as soon as possible how I can read the values of the...
14
10595
by: menakasrinivasagam | last post by:
my coding is working in mozilla firefox.but not working in Internet explorer.plz give suggestion to rectify this problem
0
1385
by: ihl81 | last post by:
If I could assume that the user will be using MS internet explorer, could I create a link in my HTML to invoke an instance of Windows Explorer through a link? For instance, I know that each of my users will have a folder C:/Folder1 on their computer. I want to create a link on my site that will open Windows Explorer at C:/Folder1. Could this be done so it would also work in Firefox? Thanks in advance.
6
2364
by: freddukes | last post by:
Okay... Goole Chrome and FireFox show my site perfect, however, IE refuses to display it perfectly... The site I'm looking at is here and the part I'm looking at is the navigation bar and just under. In FireFox and Google chrome, there is a gap underneath each 'inactive' tab (the grey ones) and the orange tabs (or the active tabs) fade smoothly into the bar underneath. I believe most of the site has been pushed down by about 5px and I don't...
2
4155
by: XolileWarren | last post by:
Can anyone help? I have a gridview and two link buttons;back and previous to navigate back and forward the page is working fine on Opera but the link button is not active when using FireFox and Internet explorer.The code is as follows Any kind of help will be appreciated <%@ Page Language="C#" MasterPageFile="~/mymAdmin/Main.Master" AutoEventWireup="true" CodeFile="inbox.aspx.cs" Inherits="inbox" Title="LoveLife :: Mymsta Inbox" %> ...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9600
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10113
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5547
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4331
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3859
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.