Safari fails but Opera works

I am trying to reach a web site using Safari on my iPhone 3GS, but it fails to connect (although it worked a month or so ago). When I try to reach the same web site using the Opera app it successfully connects.
Any ideas as to why and how to get Safari working? Updating OS didn't help.
iPhone 3GS 16GB
iOS 4.2.1
Thanks!
SP

try
document.myform.myelement
forms[0] returns the first form on the html page.
so forms[0].myform is duplication - looking for the form twice.
When debugging javascript, I would suggest writing into the address bar like this:
javascript:alert(document)
javascript:alert(document.myform)
javascript:alert(document.myform.myelement)
It executes the javascript directly from the address bar. Building up the javascript expression, you can see where you take a "wrong turn"
Hope this helps,
evnafets

Similar Messages

  • Safari crashes but mail works what must I do to fix it?  I have a MAC OS X 10.7.5

    Safari crashes but mail works what must I do to fix it?  Please help.

    What Extensions do you have installed in Safari, and is Glims one of them?
    Try turning them all off in Safari>Preferences>Extensions and also in Glims (if installed - I think it has its own set of Preferences) and then test.

  • Gmail access fails on safari. But it works when i login as administrator. Please help!

    I am unable to use gmail from a regular user account on my iMac.It fails with an error string that ends with "... becasue Safari can't establish a secure connection to the server "accounts.google.com". "
    I have tried resetting safari and it does not help.
    I have tried adding DNS entries based on some discussion board suggestions and that does not help either.
    I am able to access gmail as an administator on the same machine though!
    Please point me in the right direction, please! Thanks!

    You may have to take the computer to the Apple store to have the computer checked out.
    Dead line is tuesday?
    1. Try an external USB keyboard.
    2. This may help.
        http://support.apple.com/kb/PH10680
    3. Virtual keyboard
        There is a virtual keyboard available in OS X 10.8.4
        System Preferences > Keyboard
        Checkmark the box beside "Show Keyboard & Character Viewrs in menu bar.
        Click "Input Sources"  and then "Show input menu in menu bar".
    Best.

  • Bizarre problem: Safari down but Skype works

    Very strange issue with my MBP. It connects seemingly fine to my work network, but Safari, Mail, and any other internet applications fail to access the net. Skype, strangely, works totally fine.
    The network works fine for everyone else (and my Blackberry) so I don't think it's a router issue.
    Initially, I suspected it was a AirPort issue, as on my list of networks, the network isn't showing the lock that denotes a secured network, even though the network is secured, and when it's worked successfully in the past, it's always displayed the lock. However, I also tried connecting to the router via ethernet and exactly same set of problems exist.
    Network diagnostics seem to think everything's fine and that a successful internet connecting exists. I've tried changing the IP address via manual configuration (currently DHCP) with no joy, and have also tried deleting the network from the trusted list and removing its password from Keychain before connecting again from scratch, also without any success. I've also tried flushing the DNS cache.
    My gut feeling says it's some sort of DNS connectivity issue, and Skype is connecting to the net in a slightly different way and therefore is unaffected... but as to how I go about actually fixing it, I'm stumped.
    Any help appreciated

    - What error message are y ogetting?
    - Frist try another network. Maybe the network is blocking those sitee.
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - Go to Settings>wifi>the connected network and change the DNS to Google's 8.8.8.8
    In the future saying :ive tried everything" provides use with no information as to what you did try. If you truly tried everything there is not way anyone could help.

  • No Video. Only Sound in Firefox/Safari. Chrome & Opera Works Fine? (MAC)

    When I load up a flash video in the browser on Firefox or Safari, I hear the sound but only see a black square for the actual Flash content.
    I've tried repairing permissions, reinstalling Firefox, uninstalling Flash and reinstalling with no success.
    Why would it work in Chrome/Opera but not Safari or Firefox?
    Am I missing something? This all started when I had a problem with Firefox crashing so I updated to the newest version and then updated Flash.
    I'm on OS 10.5.8

    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing
    For Mac http://mediainfo.massanti.com/
    See 2nd post for picture of NEW ITEM process http://forums.adobe.com/thread/872666

  • [SOLVED] make fails but makepkg works fine (when building zathura git)

    Hello,
    when I build the "zathura-girara-git" AUR package with makepkg everything works fine, but if I try to build zathura after cloning the git repo make fails with some errors.
    make output from makepkg:
    zathura build options:
    CFLAGS = -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread -lm
    DFLAGS = -g
    CC commands.c
    CC = cc
    CC document.c
    CC render.c
    CC zathura.c
    CC completion.c
    CC bookmarks.c
    CC utils.c
    CC shortcuts.c
    CC config.c
    CC callbacks.c
    CC print.c
    CC database-plain.c
    CC -o zathura
    installing executable file
    installing header files
    installing manual pages
    which: no rst2man in (/usr/lib/ccache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/local/bin/:/home/bexie/bin)
    installing desktop file
    installing pkgconfig file
    make output:
    zathura build options:
    CFLAGS = -std=c99 -pedantic -Wall -Wno-format-zero-length -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14
    LIBS = -lgirara-gtk2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lsqlite3 -ldl -lpthread -lm
    DFLAGS = -g
    CC = cc
    CC commands.c
    In file included from commands.c:3:0:
    commands.h:7:20: fatal error: girara.h: No such file or directory
    compilation terminated.
    make: *** [commands.o] Error 1
    I tried exporting the enviroment variables from /etc/makepkg.conf, to no avail. I also tried adding the girara include files to CFLAGS, but it throws the same kind of error about some gtk dependency.
    I don't know if this is a general issue, but as I can compile it through makepkg I don't think this is due to zathura.
    Does anyone have a clue on what could be wrong here?
    Last edited by donbex (2012-01-22 12:56:59)

    In the PKGBUILD, they are cloning the repo by doing :
    _gitroot="git://pwmt.org/zathura.git"
    _gitname="zathura"
    git clone $_gitroot
    cd $_gitname && git checkout --track -b develop origin/develop
    Are you doing the same ?

  • Why does flash no longer work in viewing SnagFilms or Hulu under Safari Browser but still works for Netflix.  And, where can I receive directions on how to install the PPAPI Plug In for Flash Player for Maverick 10.9.4.

    Until recently, I was able to watch both SnagFilms and Hulu within the Safari Browser successfully.  In both movie sites, I no longer get video and am asked to download Adobe Flash Player (which I already have 14.0.0.125) but my system indicates that Plug-In PPADI has not been installed?  Where to go to find this correct download?  When consulting with SnagFilms and Hulu, it was recommended that I download and watch in the Chrome Browser, which is successful.  However, I don't like the idea that I must run a second browser to do stuff on my Mac.  I don't have any issues with watching films under Safari within Netflix.  I am so confused.  What about the security issues with respect to running google products--do I need to be concerned if this is the only method for accessing my movie sites.

    salwolfe wrote:
    Until recently, I was able to watch both SnagFilms and Hulu within the Safari Browser successfully.  In both movie sites, I no longer get video and am asked to download Adobe Flash Player (which I already have 14.0.0.125) but my system indicates that Plug-In PPADI has not been installed?...
    The problem is that your Flash Player is not current. Check this to see what the current version is (vs what you have) and here to get the latest version. There is supposed to be a major security issue in the version you've got so Apple is blocking its use. In any case, don't get Flash Player from anywhere except Adobe.

  • Wifi setup: wifi-menu fails but wpa_supplicant works

    Guys,
    I've installed archlinux for the first time, and I'm mighty pleased. I've been following the installation guides, and have run into a slightly annoying issue.
    When I try to setup my wifi(WPA) with "wifi-menu", I end up with "CONNECTION FAILED" error message. The steps I'm following are.
    # wifi-menu
         In ncurses
        1. choose the SSID
        2. Enter the password
        Result - CONNECTION FAILED
    However, running wpa_supplicant command from commandline works well.
    # wpa_supplicant -B -i wlp3s0 -c <(wpa_passphrase "ssid" "password")
    .. works!
    So, wifi drivers are properly loaded for sure. I believe that wifi-menu internally uses wpa_supplicant. Why would "wifi-menu" command fail? Ultimately I want to use netctl profiles to automatically enable the wifi rather than manually enabling wi-fi every time. Any ideas?

    @luisgmarine, I have tried it with and without the single quotes -- no difference. Thanks for the idea though.
    @progandy, Interesting. I'm not sure how to figure out if it's an issue with the router communication or not, though.
    Anyway, thanks for the ideas and thoughts. I'll mark this as solved, because it is working; I was just curious to see if there was an apparent explanation.

  • N73 firmware update failed but still working?

    Few days ago I saw new firmware for N73 is out. Downloaded program, stared to update firmware.
    After cca. 90% of progress bar I heard same sound you hear every time you plug in/out your phone over USB cable. My heart almost stopped since I heard stories you must not unplug phone during firmware update, that it will not work after that. Suprisingly software offered me to repeat update process!
    I clicked OK and it started all over again.
    Once again after reaching about 90% progress bar instalation stopped with same un plugg sound. This time there was no repeat update offer. I tryed everything but update din't work.
    I plugged USB out of comp and phone and tryed to turn on phone. I wasn't able to turn in on! Then I took out battery, put it back in and turned on phone.
    All worked, menu was in english, but I had option to change it back to croatian again. Installed old programs and they all worked. Voice dialing working, camera working... all working.
    What the hell happened?
    Why installation stopped on 90% and my phone is working without problems on NEW firmware? Bug in Nokia Firmware update software?

    I've understood it's quite normal that the update prosedure may seem to stop even for some minutes and then go on again. The connection between the phone and computer will also break and then reconnect couple of times...
    Are you sure, you did wait long enough before unplugging your phone (at least some minutes)?
    But if your phone has the new firmware now and everything is working fine so I hope there is no problem!
    Nokia N97 v. 12.0.024

  • Safari stopped, but firefox works

    Hello,
    I use safari (2.04) and camino (1.04)as my
    browsers. Last week suddenly both stopped connecting
    to the internet.
    camino error is as follows:
    "The connection was refused when attempting to contact the proxy server you have configured. Please check your proxy settings and try again."
    safari error is:
    Safari can’t open the page “http://apple.com/” because it could not connect to the server “apple.com”.
    I have downloaded camino again and it still does not connect. I can not find safari downloads.
    However Firefox (2.0) works fine.
    I prefer to use camino / safari. Any help in
    solving this matter is appreciated.
    Thanks,
    Prasad

    You're welcome. Not sure what triggers the "proxy" designation during the update, however, whenever you see the "proxy error message", the Network Proxy setting is the best place to check first.
    Thanks for the and Aloha from Big Island.

  • FMS4 Sample player RTMP fails but HTTP works

    FMS4: localhost or localhost:8134 the same:
    For the Stream Video (RTMP) I cannot connect; but using the PLAY VIDEO(HTTP) is fine.
    RTMP show: "we are unable to connect to the content you've requested...."
    Currently config enabled HTTP Proxy and allow all in/outbound connection in windows 7 firewall.
    BTW, this is for the samples;  the "dynamic stream" and "interactive" are all fine.
    Any idea?
    Thanks!

    I installed FMS4 on my Windows 7 machine. And for me everything is working fine. Is it like just after completing the installation, when it opens index.html then sample play for rtmp is not working?
    Have you tried playing other videos using rtmp?  

  • NETWORK marked [FAIL] but works...

    Hi everyone,
    Recently, during boot, network is marked as failed but everyhting works properly... This only happens with wireless connection (ipw2100), ethernet is marked [DONE] and works too 
    Thanks in advance for any advice...
    Cheers

    I'm not sure if I completely understand your post, but if you have multiple network interfaces and one fails, then network shows fail even if others were successful. There's a bug report filed about it, but it's been quite a while without being fixed...
    And if that doesn't answer your question then ignore me.

  • Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]-

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

  • Javascript doesn't work on safari desktop but works properly on Safari  ipad. I already cleaned a cache without success

    javascript doesn't work on safari desktop but works properly on Safari  ipad. I already cleaned a cache without success. IE, FF and Opera are working well

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. Please help!

    Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. I don't get a spinning ball, it just stops working at whatever page it's on. I can close the program just fine but when I re-open it, either safari or firefox, it freezes trying to load the hompage. This started a few days ago after trying to stream a movie on my computer. I'm on a Mac Air OS X Version 10.6.8 and have downloaded all updates. When I go into finder, it says I have over 80 gigs available. Is there some other memory cache that I need to check? Thanks so much for your help.

    ejwoodall wrote:
    It's not a router problem as I explained in my post. If it was a router problem then I wouldn't have the problem everywhere I go. It is an issue with the software.
    Then I guess the millions of people running 10.5.7 with no issues are just hallucinating that their machines are working fine?
    I'm not trying to belittle your issues; you're certainly having them and I know first hand how annoying an intermittent AirPort issue can be. (In fact, mine was due to an AirPort driver bug that no one else seemed to suffer from.)
    The single best diagnostic you could do is take your system running 10.5.7 to an Apple Store, and try using their in-store network.
    If your machine performs flawlessly, it may be a router issue.
    If your machine has connectivity issues there, it may be a hardware problem with your machine.
    There have been numerous people in multiple threads over the years who swore that an update was buggy because things used to work, but returned later to sheepishly admit that they took their machine in, a problem was found and fixed, and now their Mac works flawlessly with the newer software.
    But simply reinstalling 10.5.5 in no way means the explanation of how firmware bugs may be at play here is incorrect.
    In the context of that explanation, all you've done is possibly reinstall software that asks to add "2 + 3."

Maybe you are looking for

  • WARNING---​do NOT buy phones from BestBuy

    I attempted to purchase a phone online ans was referred to the customer service line to purchase, it took over an hour to purchase. I spoke with two different people one that took all the order information which I then had to repeat over and over and

  • Printer EPSON FX 890 not clear font

    Hi, we are working in Oracle applications 11i. We have a customized PDF report developed with Oracle reports builder and its font is Times New Roman. The report was printed out in an HP series printers and it has no problems. The user has a new requi

  • Folio 13-1029 resume from sleep, fan stays on even if the machine is ice cold.

    I've reloaded the OS on this machine twice, apparently I noticed the fan issue after the intel graphics driver was installed however upon uninstalling the driver the problem didn't vanish. I avoid sleep mode to keep the fan in check. Laptop runs nice

  • Any idea on why contacts disappear from phone?

    Any idea on why contacts disappeared?

  • How to uninstall all CS6 apps at once

    Hi there Since the update yesterday to Creative Cloud my InDesign CS6 crashes on startup. In the CC-aqpp I see both the CS6 and CC version. I can't uninstall all CS6 apps at once & make a fresh start with the CC version do I? I can only uninstall the