Link only works in IE, not firefox or safari

Here is the code...
<br />
<br />
<span class="textbold">Appointments Online</span><br />
<br />
<a href="bbmd_doc_mailform.html">We are now accepting appointments online. Click here to schedule your next appointment.</a><br />
</p>
<p class="text"> </p>
<!-- InstanceEndEditable -->
<p> </p>
The webpage is here under appoinments...
http://bettybellmanmd.com/index.html
any ideas? i am on DW CS4 btw.
thanks,
dr

I don't understand the previous post. Here's what seems to work--remove these tags: <p class="text"> </p>
Here's the code:
<br />
<br />
<span class="textbold">Appointments Online</span><br />
<br />
<a href="bbmd_doc_mailform.html">We are now accepting appointments online. Click here to schedule your next appointment.</a><br />
</p>
<p class="text"> </p>
<!-- InstanceEndEditable -->
<p> </p>
Remove the tags in red.

Similar Messages

  • Notification Plug-in only working in IE (not Firefox or Chrome)

    Just in case anyone else encountered this ...
    I downloaded and installed the Dynamic Action Plug-in, Notification,
    from http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-plug-ins-182042.html.
    I imported into Shared Objects plug-ins for an application, created a dynamic action using this plug-in,
    and it works great. In IE only (IE 8). When I run the application from Chrome or Firefox (3.6.13),
    the notification does not display.
    When I run the demo notification application in firefox or chrome, the notification works - http://apex.oracle.com/pls/apex/f?p=654321:401:0
    I can not find any information specifically on browsers.
    I use APEX 4.0.1.00.03 in Oracle 11.1.0.7 and develop on Windows 2003 server.
    I do use javascript (calling htmldb_Get) to get a value from the database to display in the Notification,
    so I suspect the problem may be there.
    Any ideas why only IE works would be appreciated. Is there any place in APEX I needed to specify browsers?
    Thanks,
    Wayne

    I stripped out all the local database access and hardecode a value for this problem. When you click the button "Check Employee's Classification", it calls a javascript function in the HTML Header called checkClass. That changes the item displayed in the notification and fires the dynamic action, Employee Class. Works great in IE, but that's it. I suspect it's the javascript that firefox or Chrome doesn't recognize.
    function checkClass(lnum)
    //alert(lnum);
    // force a "change" for dynamic action to fire - set to empty, then change
    $x('P1_CLASS_DESC').style.visibility = 'visible';
    $x('P1_CLASS_DESC').focus();
    $x('P1_CLASS_DESC').value = "";
    $x('P1_CLASS_DESC').blur();
    $x('P1_CLASS_DESC').style.visibility = 'hidden';
    // below won't work on apex.oracle.com - comment out
    // var get = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=checkClass',0);
    // get.add('P1_LNBR',lnum);
    // gReturn = get.get();
    //alert(gReturn);
    $x('P1_CLASS_DESC').style.visibility = 'visible';
    $x('P1_CLASS_DESC').focus();
    // origin - not for apex.oracle.com $x('P1_CLASS_DESC').value = gReturn;
    $x('P1_CLASS_DESC').value = "Test for why this only works in IE";
    $x('P1_CLASS_DESC').blur();
    $x('P1_CLASS_DESC').style.visibility = 'hidden';
    }

  • HP Smart Web Printing only works on Explorer not Firefox 4 are you going to update this as I do not want to change back to Explorer.

    I just downloaded the HP Smart Web Printing which is free for those who purchase printers. It provides ability to select and clip or print web pages. It works on Explorer but not Firefox 4. There are many such questions on forums in both HP and Firefox. I love Firefox and would hate to have to go back to Explorer.
    Firefox 4 also does not appear to have "Send to OneNote" either. I used to be able to do this in Firefox 3.

    SEE 72 PEOPLE WITH THE PROBLEM AND 13 NEW. LOOK ON YOUR OWN WEBSITE AND GOOGLE TO FIND THE MANY, MANY OF US WITH THIS PROBLEM.

  • Firefox crashes when any facebook mafiawars link is clicked, it only works if i run firefox in safe mode. Why? & How do i fix it?

    after being auto-updated to version 15, firefox crashes when any facebook mafiawars link is clicked, tried versions 3.6.12 to 15 without any change and even updated java but it only works if i run firefox in safe mode. what happened and how to i fix this major problem? the only info i found was about pogo and said to update to version 15 but thats what caused the problem in the first place...

    Hi,
    Unfortunately we had a data base error today and lost some user accounts when we had to go back to our backups. If you have started this thread, your's is one of those. Since we can not recreate your account, please sign-up for a new account here to reply to the forum messages:
    https://support.mozilla.org/users/auth
    You can use the same username and email address as before. We are very sorry for the inconvenience.

  • Swf file plays in IE8 but not Firefox or Safari

    I've inserted an swf file in my webpage using Dreamweaver CS4's Insert/Media/swf function. It plays fine in IE8 but won't work at all in Firefox or Safari. I can view flash files in other websites using these browsers and I've updated my version of flash so I can only put it down to a coding thing. Website is www.201.com.au and the Dreamweaver code follows. Any suggestions??
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="958" height="242" id="FlashID" title="201_Gallery">
          <param name="movie" value="../flash/201.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="../Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="../flash/201.swf" width="958" height="242">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>

    The code you have posted is not the same code as used in:
    <div id="gallery">
    in the link above.
    The reason that the Flash is not displaying in FF is that the portion of the code used by FF was omitted. The code currently used on the page only works in IE.
    I'm no great fan of the IE conditional statements used in the code you posted so I don't blame you for not using it. But you do need to provide something for FF.... the old, out dated method would be to add and <embed> for FF... here's the newer method..
    So either use code you posted above or better yet, get rid of that and replace the current <object> with
    <div id="gallery">
    <object id="FlashID" data="flash/201.swf" type="application/x-shockwave-flash" width="958" height="242">
       <param name="movie" value="flash/201.swf">
       <param name="quality" value="high" />
         <param name="wmode" value="opaque" />
         <param name="swfversion" value="6.0.65.0"/>
    </object>
    </div>
    Give that a try. Will work in both FF and newer IE versions.
    Best wishes,
    Adninjastrator

  • I can't seem to use the 'Check seats' link on Delta when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine.

    I can't seem to use the 'Check seats' link on the Delta Airlines site when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine. I love Firefox but this sucks!

    That issue can be caused by corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Cookies

  • Link to tabs in spry collapsible panel work in IE-8; not Firefox or Safari

    I have little experience with Spry. I've asked my question on the user forum in Dreamweaver several times with no response. I am hoping that someone somewhere in the Adobe community can help me resolve this issue.
    I created links from the top of a page to the tabs of a spry collapsible panel underneath.
    In IE-8, on one page, with a small collapsiable panel, clicking the link creates a rollover effect on the appropriate panel. This effect works wonderfully for my purposes.On another page, with a long collapsible panel, clicking the link jumps the user to the panel AND creates a rollover effect. Perfect.
    In Firefox and Safari, clicking the link does nothing. If I right-click the link in Firefox, I create a duplicate of the page.
    I am using Windows XP and Dreamweaver CS4
    http://www.judydiamondstone.net/Writing.html
    click any of the links in the first section of the page
    Thanks.

    Arnout, Thank you so much for the guidance!
    My code now looks like this:
    (Click the first tab
    below to open; click to close.)
    but it still doesn't work
    (I still like the error effect in IE!)
    Do I need to add to the CSS or JS script that comes with the spry widget?
    I am accessing all the tutorials I can find, including a very clear
    explanation of event handlers in a Safari online search but I'm obviously
    missing one or more basic concepts.
    Page with new code on the
    elements:
    http://www.judydiamondstone.net/Writing.html

  • Navigation works in IE but not Firefox or Safari!

    Hi guys
    Why do my nav links on the hompage work in IE but not in Firefox and Safari? http://www.jasonkieck.com/
    Any help would be appreciated

    The main reason is you have a <div id="bg_grid"> at the end of your html that is essentially over the top of everything else on your page, including your links. All clicks go to that <div> rather than your links undeneath it. I'm kind of surprised it works in IE to be honest.
    You do also have a ton of errors as Gramps points out, but that particular issue is not technically an error, so I have a feeling you could fix the ~100 problems shown by the validator and still have the issue.
    You could use z-index to "order the stack" as it were. Changing the z-index attributes for the css of those elements will allow you to change their order, regardless of their location in the html. A higher z-index number, the "closer" it is to the viewer (higher on the stack).
    Right now, they are both set to 1, so the one that comes later in the html is on top.
    Adding z-index:999 to the menu <div>  should do it,

  • Quick Find only works once in a Firefox session

    Suddenly, "Quick Find" only works the first time I type in a Firefox session. From the second time onward, the Quick Find bar no more appears. I tried clicking on the "/" key, but no good.
    I have tried un-check and then check again the "Seacrh for text when I start typing" option. But no good, either.
    How can I get it fixed?

    Have you seen
    * [[searching within a page#w_quick-find]]_quick-find
    Try using the single colon ' instead of the slash /
    I also note you may still be on Firefox 9, so it may be worth updating to the current firefox 11. <br/>There is also an old article
    * [[quick find bar opens when typing in text fields]]
    Try Firefox in [[safe mode]]
    * no need to make changes in the first window just click on continue.
    * if problms continue then whilst in safe mode also ensure you are only using the defult theme, and disable all plugins.

  • ActiveSync only works for Contacts, not for Calendars and Email

    So it seems that the ActiveSync is only working partially for me... When syncing with our company's OWA, my Contacts sync fine (though some create duplicates). However, the Calendar doesn’t sync at all, and the Email only syncs the folder structure, but none of the emails in them. When I attempt to sync the individual folders it gives me the same error message - “connection to the server failed”. This is a bit puzzling, as it is able to connect to the server just fine to get the contacts and the email folders.
    I have already talked to the resident geniuses at the apple store and the exchange admin people - all are clueless... And did I mention, we don't have IT dept. to fix this... Please let me know if anyone is experiencing a similar problem or can suggest a way to fix it...
    Many thanks.

    I am also having this problem. I was on 2.0.1 with the original iphone and had activesync working just fine. Contacts, calendars and email were all working.
    On Friday I made the critical mistake of deciding to upgrade to 2.0.2. My phone was a brick for a little more than a day. I finally seemed to figure out the magical incantations required to get it restored and syncing with itunes (it was in a loop of only wanting to restore my phone).
    Since getting it back into a relatively normal mode of operating on 2.0.2 I have not been able to get push email via ActiveSync working (it was working fine, no changes on the Exchange side of things). The only thing that changed was my upgrading to 2.0.2.
    Since then I am back to the pre-2.0 email capabilities (I can create a seperate account on the phone and make imap work, but I don't get push with that).
    I sure hope Apple is reading this and taking steps to correct it. I have no idea how to restore my phone to the way it was before I made the mistake of upgrading to 2.0.2 I should just have waited for 2.1

  • SocialCast Bookmarklet for Chrome is not working (it does on Firefox and Safari) - Can someone help me with it

    Building a community on Socialcast, and I am a Chrome browser user.  The bookmarklet bar doesn't work for my version of Chrome - I do not see any pop up blockers or other issues.
    Let me know what are my next steps (other than using Firefox of Safari).

    Hello:
    Thanks for reporting this issue. We were able to confirm the fact that the bookmarklet is in fact broken in chrome, but does work in firefox and safari (which it sounds like may not be helpful to you). We will raise a ticket with our engineering team.
    Best,
    The VMware Socialcast team

  • Viber only working with wifi, not with 3g

    Hi,
    Can anyone explain why viber works on my iphone nomatter if im in a wifi hotspot or in the middle of no where, yet my wife has to be in a wifi hotspot for it to work on her iphone? we both have 3gs iphones, both running os4.3.
    Could it be as simple as a setting?
    Regards
    Paul

    Hi, i have an ipnone 4 and im with Optus 3G. Viber is only working for me (send texts and make calls) ONLY when im on wi-fi. If im not connected to a wifi connection it will not send any texts or make a call. If i try send a text it turns into a red dot with an exclamation mark near my comment and then it comes up with a message saying "An internet connection is required to set up Viber. Check your connection and try again. The request timed out."
    Please can you reply to my email [email protected] with any help.
    Thanks

  • Flash only working in IE, not in Mozilla or others

    I can only see Flash content in IE, but not in Firefox,
    Camino, Safari and any other. Using MacOS X, and i tried solving it
    in QuickTime prefs, in each browser pref, but still nothing. Any
    clue?
    This started like a week ago, i think when upgrading
    QuickTime but i'm not so sure.

    install flash player for all browsers.

  • IPhone 3GS: Push e-mail now only works on 3GS, not WiFi

    Greetings,
    Well, my iPhone 3GS (iOS 5.1.1, which it's been running for a long time) suddenly stopped receiving pushed e-mail from my Yahoo e-mail account (the only one of my accounts that offers push) over WiFi at home.  Now Push only works when I'm on 3G.  It used to work on both.  Any ideas?
    Thanks,
    DM

    Have you
    - restarted the phone?
    - made a hard reset? Simultaneously press the sleep/wake and the home buttons for 10-15 seconds until the device reboots (ignore the shutdown screen).
    - force quit the app? When in the app, press on the sleep/wake button until the shutdown screen appears, then press the home button until the app quits.

  • Lightning cable only works thru charger not computer

    My problem is that the cable only works thrugh the wall charger
    I cannot connect via computer or stereo. This only happened last week
    the iphone is only a month old and the cable has been(in my eyes)well looked after
    I'm guessing I need a new cable. the conectors look in good condition and I can't see any "gunk" in the phone socket
    Any further insights greatly appreciated

    Are you getting a message on your device saying that the cable isn't certified?  I have an iFrogz cable for my iPhone 6+ that suddenly last week stopped working.  It is Apple-Certified at least when I purchased it.  I have contacted iFrogz asking them what changed but I am waiting to hear from them.  So it might be a similar situation that I am experiencing.  My original cable works fine.

Maybe you are looking for

  • Variable substitution for Dynamic filename

    Hi All, my Scenario is Proxy to file. and the receiver file should be a zip file of extension .dat.gz. In mapping I tried as below. In signature I used one sender and two receiver messages. SENDER:                         RECEIVER:(2messages) MT_Prod

  • Autogeneration issue in ABAP----urgent please.

    I want to do the Auto generation technique. Like I have role code - RC001. Max value i have RC007. I need this value to be autogenerated that automatically it wil be RC008. For this I have used SPLIT RC and 007 separate but when i add 007 its giving

  • Session Timeout Setting in Business Intelligence Platform 4

    Greetings.  We are using Business Intelligence Platform 4 SP 2.5.  We use LDAP authentication for logging in to the CMC, BI Launchpad, and Lifecycle Management console.  Our sessions expire after 10 minutes (of either activity or inactivity).  I have

  • My KT3 Ultra Experience (from the nightmare to a running well system)

    Well First... I don't speak a well english, maybe because still think in spanish, so maybe find many gramatical errors. the very very begin The history begins with a terrible electric shock in my house, i got a Athlon XP 1700+ with a cheap PC Chips B

  • Searching pdfs in an internet knowledge center

    after creating pdfs and uploading them to our knowledge center we are unable to search on text. only the title and description is searched. how do you make pdf text, the whole document, searchable on a knowledge center?