Search Result

Collapse
6 results in 0.0022 seconds.
Keywords
Members
Tags
safari
  •  

  • amskape
    started a topic onclick not working in Safari

    onclick not working in Safari

    Hi pals,
    I am also in onclick problem, my code works fine in FF,OPERA,Chrome but not in Safari.
    My problem is this onclick.

    Code:
    <?php if(has_access($userarray,'view_serverdet','server')){
    	if (('Y' == $webpanel_ajax) && ('N' == $server_details || $usergroupid == "1")) { ?>
    		<span class="expand" id="exp<?php echo $server_row['id']?>" onclick="view_details('<?php
    ...
    See more | Go to post

  • Lee Carroll
    started a topic Trouble with frames in Safari

    Trouble with frames in Safari

    I am having trouble with my website:

    www.leecarrolld esign.co.uk

    It works perfectly in Firefox but in safari the content does not load into the mainFrame.

    Strangely, however, it will load an external site into the frame (see the blog section of the site)

    I have ran the site through the http://validator.w3.or g/ tool but it hasn't noticed any errors which fix the issues.

    Any...
    See more | Go to post

  • rudiedirkx
    started a topic onsubmit in form in Safari (windows)

    onsubmit in form in Safari (windows)

    Gents,

    I have a problem (only in Safari) with the onsubmit in webforms. This topic covers the same subject: http://bytes.com/topic/javascript/an...nsubmit-safari but not as detailed as I will.

    Let me illustrate the problem with examples.
    The HTML:
    Code:
    <html>
    
    <head>
    <script type="text/javascript" src="/js/mootools_1_11.js"></script>
    <script
    ...
    See more | Go to post

  • Contents of form fields not showing up in iPhone's Safari browser

    Is there an option we are supposed to check in Acrobat that will allow form field content to display in the iPhone Safari browser/viewer? When I navigate to an online PDF form already filled in with Firefox on my desktop computer I see them fine. When viewed in Safari on iPhone 3.0, fields are blank.

    Example:

    http://67.199.85.166/racing/setups/b44_thielke_jco nceptswave_2009 .pdf

    Thanks,

    ...
    See more | Go to post

  • HELP ! HoverMenuExtender in updatepanel doesn't work in safari, chrome

    Hi,

    I've been trying for a few hours now, but cannot resolve this:

    In IE7 it works, but not in :

    I'm using a HoverMenuExtend er in a Listview.
    As soon as I'm using an updatepanel, the popup doesn't shows anymore in safari or goggle chrome, it still works in IE7.
    Without the updatepanel it works fine in all 3 browsers.

    VS 2008 - VB.net - AjaxControlTool kit-3.5SP1

    Here's my...
    See more | Go to post
    Last edited by Frinavale; May 6 '09, 08:45 PM. Reason: Added code tags. Please post code in [code] [/code] tags.

  • Why does this javascript xml work in Firefox and not Safari?

    Here is the html code

    Code:
    <?xml version="1.0" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
      <title>test xml import</title>
    <script type="text/javascript">
    ...
    See more | Go to post
Working...