Filling a text field in Safari and saving the page as 'save as'

My telephone system creates a call log and I like to automate downloading it weekly.
In order to get in it needs to enter a password (there is also a user name field but that is left blank by me).
Once in is should safe a ‘Save as” copy to my desktop.
I have written a script and it does not work (probably because I am not good at scripting.
Can anyone help?
This script gets me as far as the dialog box that asks for Password to open.
tell application "Safari"
activate
tell (make new document) to set URL to "http://192.168.1.90"
Thanks

Thank you for all your help above.
Just to confirm your advice, am I right with the following conclusions? :
1. The script (function) to fill the text field with the modification date of a different PDF file needs to be stored in a folder level .js file.
2. The document containing the text field needs to call the .js function either within the document script or within the custom script property of the text field itself.
Further to that can you just advise on the syntax for accessing the modification date of the other document.
Do I need to assign a variable to the address of the file to be used, and then use this variable in the text form filling script (as below) or can I use a direct file reference at the .modDate command.
var LastSync = "C:\sync\bin\lastsync.pdf";
var strMsg = util.printd("h:MM tt",LastSync.modDate) + " on ";
strMsg += util.printd("dddd, d mmmm, yyyy",LastSync.modDate);
this.getField("LastSyncDate").value = strMsg;
If the syntax is totally different to the above I would be very grateful for some guidance in the right direction.
I much appreciate your time to help me ... I'm almost there.
Kind Regards,
Nifty

Similar Messages

  • Clicking in text field crashes Safari

    The website www.kissinthepost.co.uk has a feature that allows end users to customise greetings cards; images and text can be added.
    If one adds a text field to the card that they are trying to customise then clicks twice in said text field Safari crashes.  This is the only browser that this happens in.
    The browser version is 8.0 (10600.1.25), the OS is OS X Yosemite
    The crash log is below, does anyone have any suggestions?
    Process: com.apple.WebKit.WebContent [400]
    Path: /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier: com.apple.WebKit.WebContent
    Version: 10600 (10600.1.25)
    Build Info: WebKit2-7600001025000000~1
    Code Type: X86-64 (Native)
    Parent Process: ??? [1]
    Responsible: Safari [200]
    User ID: 501
    Date/Time: 2014-11-03 14:23:35.311 +0000
    OS Version: Mac OS X 10.10 (14A389)
    Report Version: 11
    Anonymous UUID: A2E96D2F-CCFC-42A3-6790-F58139DD6CB3
    Sleep/Wake UUID: B3621997-3437-4A01-AB9E-2D1E3A4DB43F
    Time Awake Since Boot: 4300 seconds
    Time Since Wake: 210 seconds
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000014
    VM Regions Near 0x14:
    -->
    __TEXT 0000000106d39000-0000000106d3a000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 com.apple.WebCore 0x00007fff82f9aa1f WebCore::Element::isFocusable() const + 239
    1 com.apple.WebCore 0x00007fff83040f86 WebCore::HTMLFormControlElement::isFocusable() const + 86
    2 com.apple.WebCore 0x00007fff8302168c WebCore::FrameSelection::setFocusedElementIfNeeded() + 268
    3 com.apple.WebCore 0x00007fff833799c5 WebCore::FrameSelection::setSelectionWithoutUpdatingAppearance(WebCore::Visible Selection const&, unsigned int, WebCore::FrameSelection::CursorAlignOnScroll, WebCore::TextGranularity) + 1685
    4 com.apple.WebCore 0x00007fff82e6fa18 WebCore::FrameSelection::setSelection(WebCore::VisibleSelection const&, unsigned int, WebCore::FrameSelection::CursorAlignOnScroll, WebCore::TextGranularity) + 24
    5 com.apple.WebCore 0x00007fff83378287 WebCore::FrameSelection::moveWithoutValidationTo(WebCore::Position const&, WebCore::Position const&, bool, bool) + 103
    6 com.apple.WebCore 0x00007fff83063ff7 WebCore::HTMLTextFormControlElement::setSelectionRange(int, int, WebCore::TextFieldSelectionDirection) + 631
    7 com.apple.WebCore 0x00007fff83662977 WebCore::setJSHTMLTextAreaElementSelectionStart(JSC::ExecState*, JSC::JSObject*, long long, long long) + 375
    8 com.apple.JavaScriptCore 0x00007fff8d2f1d27 JSC::JSObject::put(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) + 1319
    9 com.apple.JavaScriptCore 0x00007fff8d4cf0c0 llint_slow_path_put_by_id + 576
    10 com.apple.JavaScriptCore 0x00007fff8d6d211d llint_entry + 10839
    11 com.apple.JavaScriptCore 0x00007fff8d6d4f33 llint_entry + 22637
    12 com.apple.JavaScriptCore 0x00007fff8d6d4f33 llint_entry + 22637
    13 ??? 0x000030bdabc066cc 0 + 53591188465356
    14 com.apple.JavaScriptCore 0x00007fff8d6d4f33 llint_entry + 22637
    15 com.apple.JavaScriptCore 0x00007fff8d6d4f33 llint_entry + 22637
    16 com.apple.JavaScriptCore 0x00007fff8d6cf4a1 callToJavaScript + 311
    17 com.apple.JavaScriptCore 0x00007fff8d654823 JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 35
    18 com.apple.JavaScriptCore 0x00007fff8d317e5e JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 462
    19 com.apple.JavaScriptCore 0x00007fff8d317c7e JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 62
    20 com.apple.JavaScriptCore 0x00007fff8d46649a JSC::boundFunctionCall(JSC::ExecState*) + 586
    21 com.apple.JavaScriptCore 0x00007fff8d6cf63f callToNativeFunction + 317
    22 com.apple.JavaScriptCore 0x00007fff8d317ea4 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 532
    23 com.apple.JavaScriptCore 0x00007fff8d4ee4cf JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, JSC::JSValue*) + 63
    24 com.apple.WebCore 0x00007fff82f1d968 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 952
    25 com.apple.WebCore 0x00007fff82f1d424 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul, ***::CrashOnOverflow>&) + 692
    26 com.apple.WebCore 0x00007fff82df1f67 WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 167
    27 com.apple.WebCore 0x00007fff83315e6e WebCore::MouseOrFocusEventContext::handleLocalEvents(WebCore::Event&) const + 190
    28 com.apple.WebCore 0x00007fff8331636f WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 959
    29 com.apple.WebCore 0x00007fff82df1d7d WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 29
    30 com.apple.WebCore 0x00007fff8330d30b WebCore::Element::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, ***::AtomicString const&, int, WebCore::Element*) + 267
    31 com.apple.WebCore 0x00007fff82f94df7 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 119
    32 com.apple.WebCore 0x00007fff82f99ecf WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 1567
    33 com.apple.WebKit 0x00007fff89dd9e44 WebKit::handleMouseEvent(WebKit::WebMouseEvent const&, WebKit::WebPage*, bool) + 210
    34 com.apple.WebKit 0x00007fff89dd9d38 WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 202
    35 com.apple.WebKit 0x00007fff89f607d6 void IPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(IPC::MessageDecoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 84
    36 com.apple.WebKit 0x00007fff89f5dc62 WebKit::WebPage::didReceiveWebPageMessage(IPC::Connection*, IPC::MessageDecoder&) + 1414
    37 com.apple.WebKit 0x00007fff89e9f6c2 IPC::MessageReceiverMap::dispatchMessage(IPC::Connection*, IPC::MessageDecoder&) + 120
    38 com.apple.WebKit 0x00007fff89f91e04 WebKit::WebProcess::didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&) + 28
    39 com.apple.WebKit 0x00007fff89e5316a IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94
    40 com.apple.WebKit 0x00007fff89e552e2 IPC::Connection::dispatchOneMessage() + 114
    41 com.apple.JavaScriptCore 0x00007fff8d776357 ***::RunLoop::performWork() + 423
    42 com.apple.JavaScriptCore 0x00007fff8d776a22 ***::RunLoop::performWork(void*) + 34
    43 com.apple.CoreFoundation 0x00007fff8ea7a661 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    44 com.apple.CoreFoundation 0x00007fff8ea6c7ed __CFRunLoopDoSources0 + 269
    45 com.apple.CoreFoundation 0x00007fff8ea6be1f __CFRunLoopRun + 927
    46 com.apple.CoreFoundation 0x00007fff8ea6b838 CFRunLoopRunSpecific + 296
    47 com.apple.HIToolbox 0x00007fff8ffd443f RunCurrentEventLoopInMode + 235
    48 com.apple.HIToolbox 0x00007fff8ffd41ba ReceiveNextEventCommon + 431
    49 com.apple.HIToolbox 0x00007fff8ffd3ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    50 com.apple.AppKit 0x00007fff87251821 _DPSNextEvent + 964
    51 com.apple.AppKit 0x00007fff87250fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    52 com.apple.AppKit 0x00007fff87244f73 -[NSApplication run] + 594
    53 com.apple.AppKit 0x00007fff87230424 NSApplicationMain + 1832
    54 libxpc.dylib 0x00007fff8ff1eef2 _xpc_objc_main + 793
    55 libxpc.dylib 0x00007fff8ff20a9d xpc_main + 490
    56 com.apple.WebKit.WebContent 0x0000000106d39b40 0x106d39000 + 2880
    57 libdyld.dylib 0x00007fff8a9765c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x00007fff8ee1822e kevent64 + 10
    1 libdispatch.dylib 0x00007fff8965fa6a _dispatch_mgr_thread + 52
    Thread 2:
    0 libsystem_kernel.dylib 0x00007fff8ee1252e mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff8ee1169f mach_msg + 55
    2 com.apple.CoreFoundation 0x00007fff8ea6cb14 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation 0x00007fff8ea6bfdb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation 0x00007fff8ea6b838 CFRunLoopRunSpecific + 296
    5 com.apple.AppKit 0x00007fff873b48f7 _NSEventThread + 137
    6 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    7 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    8 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 3:: WebCore: Scrolling
    0 libsystem_kernel.dylib 0x00007fff8ee1252e mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff8ee1169f mach_msg + 55
    2 com.apple.CoreFoundation 0x00007fff8ea6cb14 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation 0x00007fff8ea6bfdb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation 0x00007fff8ea6b838 CFRunLoopRunSpecific + 296
    5 com.apple.CoreFoundation 0x00007fff8eb21ed1 CFRunLoopRun + 97
    6 com.apple.WebCore 0x00007fff82e4e654 WebCore::ScrollingThread::initializeRunLoop() + 244
    7 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    8 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    9 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    10 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 4:: JavaScriptCore::BlockFree
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff867bad2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
    2 com.apple.JavaScriptCore 0x00007fff8d4dd3fa JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
    3 com.apple.JavaScriptCore 0x00007fff8d2cc244 JSC::BlockAllocator::blockFreeingThreadMain() + 84
    4 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff867bac95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2 com.apple.JavaScriptCore 0x00007fff8d2cc86b JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff8d2cc6c8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff867bac95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2 com.apple.JavaScriptCore 0x00007fff8d2cc86b JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff8d2cc6c8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff867bac95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2 com.apple.JavaScriptCore 0x00007fff8d2cc86b JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff8d2cc6c8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff867bac95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2 com.apple.JavaScriptCore 0x00007fff8d2cc86b JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff8d2cc6c8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff867bac95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2 com.apple.JavaScriptCore 0x00007fff8d2cc86b JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff8d2cc6c8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 libc++.1.dylib 0x00007fff867bac95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2 com.apple.JavaScriptCore 0x00007fff8d2cc86b JSC::GCThread::waitForNextPhase() + 171
    3 com.apple.JavaScriptCore 0x00007fff8d2cc6c8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    5 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    6 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    7 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 11:: DFG Worklist Worker Thread
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 com.apple.JavaScriptCore 0x00007fff8d5c3f1b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 219
    2 com.apple.JavaScriptCore 0x00007fff8d2c1a9f ***::wtfThreadEntryPoint(void*) + 15
    3 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    4 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    5 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 12:
    0 libsystem_kernel.dylib 0x00007fff8ee17946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8683a4a1 start_wqthread + 13
    Thread 13:
    0 libsystem_kernel.dylib 0x00007fff8ee17946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8683a4a1 start_wqthread + 13
    Thread 14:
    0 libsystem_kernel.dylib 0x00007fff8ee17946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8683a4a1 start_wqthread + 13
    Thread 15:
    0 libsystem_kernel.dylib 0x00007fff8ee17946 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x00007fff8683a4a1 start_wqthread + 13
    Thread 16:: CVDisplayLink
    0 libsystem_kernel.dylib 0x00007fff8ee17132 __psynch_cvwait + 10
    1 com.apple.CoreVideo 0x00007fff89c94ff8 CVDisplayLink::waitUntil(unsigned long long) + 240
    2 com.apple.CoreVideo 0x00007fff89c944b3 CVDisplayLink::runIOThread() + 511
    3 com.apple.CoreVideo 0x00007fff89c9429b startIOThread(void*) + 147
    4 libsystem_pthread.dylib 0x00007fff8683c2fc _pthread_body + 131
    5 libsystem_pthread.dylib 0x00007fff8683c279 _pthread_start + 176
    6 libsystem_pthread.dylib 0x00007fff8683a4b1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x000000010b9d7700 rbx: 0x0000000000000000 rcx: 0x0000000000000800 rdx: 0x0000000000202902
    rdi: 0x000000010d3e52a0 rsi: 0x000000010fd92f00 rbp: 0x00007fff58ec37a0 rsp: 0x00007fff58ec3790
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000116dec780 r11: 0x0000000000000000
    r12: 0x0000000000000000 r13: 0x0000000110285798 r14: 0x000000010b991dc0 r15: 0x000000010d3e52a0
    rip: 0x00007fff82f9aa1f rfl: 0x0000000000010246 cr2: 0x0000000000000014
    Logical CPU: 4
    Error Code: 0x00000004
    Trap Number: 14
    Binary Images:
    0x106d39000 - 0x106d39ffb com.apple.WebKit.WebContent (10600 - 10600.1.25) <0052B6B6-528C-376E-AF59-16E17BB206E3> /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    0x106d43000 - 0x106d43fff WebProcessShim.dylib (7600.1.25) <98D0302B-2534-38AA-915E-3B367C1908AC> /System/Library/Frameworks/WebKit.framework/WebProcess.app/Contents/MacOS/WebPr ocessShim.dylib
    0x10ba7a000 - 0x10ba7affb com.apple.datadetectors.plugins.phone (6.0 - 396.1) <B19E8E8D-18AC-392F-AC01-E6B8A7FF45E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/PlugIns/PhoneNumb ers.plugin/PhoneNumbers
    0x10c54c000 - 0x10c552ff7 com.apple.SymptomReporter (1.0 - 1) <3191E395-6284-3C5F-BDA2-BB061CF00B51> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter .framework/SymptomReporter
    0x10c92b000 - 0x10c92cfff ATSHI.dylib (375) <D97F7F10-54A1-3148-9D0C-D420298F5053> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x10d3f9000 - 0x10d40bfff com.apple.webcontentfilter.framework (5.1 - 5.1) <9A7E8B12-BDB4-3FB1-9283-48BDF586B624> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
    0x10d421000 - 0x10d4d4ff7 com.apple.NetworkExtension (1.0 - 1) <30A5B116-F7A3-3523-85C8-D457CAB6BB8A> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
    0x10da08000 - 0x10da15fff libGPUSupport.dylib (11.0.7) <2DCF62FB-CC3A-35F9-A3A0-3D7251EA347F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x123400000000 - 0x123400353ff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (10.0.19 - 10.0.0) <4FB6C276-D81A-3DEA-A5EA-0FB3C534D47B> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x123480000000 - 0x12348029afff com.apple.AMDRadeonX3000GLDriver (1.28.29 - 1.2.8) <80C2C15B-DE39-3CD9-AA0E-14ADBA3ED930> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
    0x7fff62d1e000 - 0x7fff62d54837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff80cc3000 - 0x7fff80cc6fff com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff80cc7000 - 0x7fff80d07ff7 com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs

    I must seem a bit weird being the only one to reply to my posts, but I found what is occuring, is that when I do the mouse click the InputVerifier for that JTextField is firing. This is causing a problem, because this input verifier pops up a dialog saying please enter correct values ... and then highlights the entire text field. Problem is if the input is currently invalid I can't use the mouse.
    Any ideas?
    Tom

  • Cursor focus in text fields in Safari broken after Snow Leopard upgrade

    Hi, I just upgraded from Leopard to Snow Leopard on my Macbook. Since then, whenever I am typing in a text field in Safari (e.g. Gmail's compose message contents field), the cursor freezes. I cannot move the cursor with either arrow keys or the mouse. I cannot select text. The only way to move the cursor is to click on a different text field (e.g. the email subject field in Gmail) and then click back on the location I want in the first text field. But even after that, I cannot move the cursor within that field aside from typing characters -- I still have to click back and forth between different text fields.
    I have not had this problem in Firefox.
    This seems like a minor thing but it makes Gmail unusable in Safari, which basically means Safari is useless to me now. Still, I prefer to use Safari for general web browsing since it is much quicker, so I am hoping someone can recommend a fix (preferably not going back to Leopard, although that is an option via a SuperDuper restore).

    HI,
    Other Safari users have experienced this issue but the issue resolved itself after uninstalling the Flash player plugin, then reinstalling, then repairing permissions.
    Go here and follow the instructions. Uninstall Flash
    Install the most recent version of Flash here.
    Now repair permissions.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • Is it possible to show/hide a result text field only if another Text field is visible and has content?

    Hi
    Please could someone tell me if it is possible to make a text field visible only if another text field is visible and has content?
    I have this which works for the content part, but sometimes the field is hidden, so the script must not apply.
    var v1 = getField("Text1").value;
    event.target.display = v1 !== ""  ?
    display.visible : display.hidden;
    What I need is something along the lines of:
    var v1 = getField("Text1").value;
    event.target.display = (v1 !== "" && v1!=="Hidden") ?
    display.visible : display.hidden;
    Thanks for any advise.

    Thanks for the hints which led me to the right solution. I created a query to check if the trigger for the visibility was there or not, and this works. The script I have used is:
    var v1 = getField("Text1").value;
    var v2 = getField("Checkbox").value;
    var v3 = getField("Text2").value;
    event.target.display = (v1=="" || v3=="" && v2=="On" ) ?
    display.visible : display.hidden;

  • What do i do if my internet is wep and i need it to be wpa2 because my ipod touch 4th gen connects to the internet but when i click on safari or itunes it says safari cannot open the page because its not connected to the internet

    what do i do if my internet is wep and i need it to be wpa2 because my ipod touch 4th gen connects to the internet but when i click on safari or itunes it says safari cannot open the page because its not connected to the internet. i have contacted apple support and they said to change from wep to wpa2 but when i change it to wpa2 and type in password and connect on my laptop it says the saved setting on this computer for the network do not match the require ments of the network

    My 2nd gen works fine with WPA2 and AES encryption.
    You may need to go back and start over.  Reset the router back to factory defaults, log on as the admin, set up security, DHCP, and make sure the IP address pool has enough IP addresses to lease to ALL of the computers/devices that will connect to that the router.

  • Safari won't play youtube videos anymore. I've never had trouble in the past. I switched to chrome but then back to safari and changed the default browser to safari. Now safari won't open any sites that require a user and password. Any suggestions?

    Hello everyone,
    I've recently been getting error messages on youtube videos when using safari. This never used to happen. I tried using chrome but it didn't take care of the problem. When I set my default browser back to safari, safari won't open any websites that require a username and password. Any suggestions?

    My case is different from those listed below.  First, I'm running OS X 10.8.5 and Safari 6.0.5.
    My problem is this:
    I run a Google search, say, "youtube somesong", and from the hit list returned from google I
    pick some selection. Youtube launches and plays the video without problems.  However, when
    i click on any of the alternate videos from the page's  vertical list, only the name of the chosen video
    appears beneath the video I just watched.  The new selection itself is not loaded by Safari.
    This occurs for any selection I choose.  My way around this problem is to force a Safari reload of
    the page by using the keyboard shortcut, Command-R.  This fills in the old video window with the
    video I just chose.  Can I conclude that this is a Safari issue alone, or is it a Safari/Youtube combo gotcha?  Anyway, the present condition *****.
    This problem began sometime after i upgraded to Mountain Lion.  I have reset Safari and have also
    deleted the Youtube.com Cache, Cookies, and Local Storage from the Privacy settings under
    System Preferences. I have also tested the problem by running Safari in 32 bit mode (no luck there).
    If anyone out there has experienced this scenario, I sure could use a little help here.

  • I need to get the value of a text field that is located in another page JSP

    I need to get the value of a text field that is located in another page JSP. How do I do that?

    Well you see, I have a page at angelfire.com, which
    does not support JSP. I want to call a script located
    at mycgisever and then, when pressing a link on the
    former page, the JSP page is loaded, and the script
    get the value from the text field on the OTHER page.
    Is this possible?I know nothing about cgi. But that should not prevent me from understanding what can and cannot be done, assuming cgi is sort of comparable with jsps.
    I'm unable to understand your description clearly. Try to explain it better. Give precise steps that you intend to follow and I should be able to help you further.
    So you have a page1.
    You hit submit from page1.
    That goes to the cgiserver.
    From the cgiserver, programmatically load up the jsp.
    search this for the text field.
    Display it on your page2.
    Is that what you are trying to do?
    BTW, won't be able to help you with cgi scripting at all. Can help with Java and Jsp.

  • When I try to get on the internet thru safari at home, on my network, I get a pop up that says Safari cannot open the page because it is not connected to the Internet.  How can this be and how do I fix it?

    when I try to get on the internet thru safari at home, on my network, I get a pop up that says Safari cannot open the page because it is not connected to the Internet.  How can this be and how do I fix it?

    Does the iPod connect to other networks?
    Do other device connect?
    Did the iPod connect to this network before?
    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>GeneralReset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • How to stop the removing a user account and saving the home directory  to a disk image?

    I tried to delete one of two administers on my iMac (10.10.1). After more than 12 hours it will not let me quit System Preferences for it "is removing a user account and saving the home directory to a disk image". How do I finish deleting the administer and quit System Preferences?

    I would recommend asking them in C# forums: https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • HT1338 hi, my firefox and safari are both having difficulty loading certain parts of web pages. previous to this my firefox would freeze and state that a script was not responding. i would stop the script and reload the page and everything would be fine.

    hi, my firefox and safari are both having difficulty loading certain parts of web pages. previous to this my firefox would freeze and state that a script was not responding. i would stop the script and reload the page and everything would be fine. now though the pages just load very very slowly or load leaving out certain pictures and video content. i've tried clearing my cache's and cookies, resetting my browser etc, but it seems like its a system issue as both safari and firefox are having issues. i've run Avast to screen for malware and it came up empty. any suggestions?

    10.4.8's been a pain for Networking... not sure of all the reasons though, or whether all the complaints might not be MS working around Bugs/Non-compliance, but at this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, boot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    Fixes a lot of problems, and besides, if your Mac ever gets to the point it won't Boot... this is a life saver!
    After you run that... let's see where we are.
    BTW, several ISPs seem to have trouble with their DNS Servers lately, might try these insead...
    208.67.222.222
    208.67.220.220

  • How to get rid of Yahoo which has replaced itself as the search engine on safari . I have tried going to safari and changing the default search engine to google and the homepage to no avail can anyone PLEASE help

    After updating Firefox . I notice Yahoo has taken over as the search engine on safari . I have gone into safari and changed the default browser and home page to google but yahoo is still there . Can someone Please tell me how to get rid of Yahoo . peter

    Since I looked everywhere for this answer and never found it I decided I needed to help!
    1. GO TO THE TOOL BAR WHERE IT SAYS SAFARI AND CLICK TO BRING DOWN THE MENU OF OPTIONS, CLICK ON PREFERENCES
    2.INSTEAD OF JUST CLICKING ON THE GENERAL TAB AND CHANGING THE SEARCH ENGINE LIKE EVERY OTHER STUPID SUPPORT TELLS YOU TO DO LOOK AT THE TAB THAT SAYS EXTENSIONS.
    3. Chances are you downloaded something that was made by a third party to "enhance" your web experience but really they just screwed you over, YOU CAN CHOOSE TO SIMPLY UNINSTALL ANY EXTENSIONS PUT ON YOUR COMPUTER BY CLICKING INSTALL, BUT TO BE SURE THAT THIS IS THE ROOT OF YOUR PROBLEM IN THE SECOND COLUMN SIMPLY CLICK ON THE UNDERLINED NAME OF WHO THE EXTENSION IS MADE BY IF CLICKING THE LINK BRINGS UP A YAHOO PAGE THIS IS THE SOURCE OF YOUR ISSUES AND SIMPLY UNINSTALLING THIS WILL RID YOU OF THIS  DUMB PROBLEM!!
    HOPE THIS HELPS!!!!

  • Hi, I have private emails in IPAD2, i have chaged the incoming mail server name and saved the change.

    Hi, I have private emails in IPAD2, i have chaged the incoming mail server name and saved the change.
    but, when I back to read my old emails in inbox it's gone away, I have backed to setting and return the previous
    incoming mail name, but also I did't get the old emails. where I can find the old emails in my IPAD2 ?

    It is only the link to your emails which are 'stored' on your iPad. You will have to enter all proper email addresses to get the message associated with them, which, in practice,  means multiple accounts. If all still does not work try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release].

  • IPad2- Safari cannot open the page because it could not connect to the server? Internet works but this message continues to pop up. My iPhone works fine and iPad has been working great until a few days ago.

    IPad2- cannot open page, Safari cannot open the page because it could not connect to the server? Internet works but this message continues to pop up. My iPhone works fine and iPad has been working great until a few days ago.
    Message is almost acting like a pop up.

    Hi
    I constantly get same message.  When I open up my windows laptop all works fine so I guess it's a bug that apple refuse to admit to.

  • When i try to go on the internet on wi fi a pop up appears and says safari cannot open the page because it is not connected to the internet

    when i try to go on the internet on wi fi a pop up appears and says safari cannot open the page because it is not connected to the internet.

    Has it EVER worked?

  • Pop up is in safari from a third party website and won't let me do anything in safari unless I click on it. I don't want to click on it because it is probably a virus.  I hae tried restarting safari and also the computer, but it's still there.

    Pop up is in safari from a third party website and won't let me do anything in safari unless I click on it. I don't want to click on it because it is probably a virus.  I hae tried restarting safari and also the computer, but it's still there.

    Thomas' answer is the preferred technique. Sometimes, these pop-ups will block you from quitting Safari. In that case, press option+command+esc, select Safari, and Force Quit. Then, use the shift key with Safari when relaunching it, per Thomas' suggestion.

Maybe you are looking for

  • How to find out user exits of t-code va03

    hi all    how to find out user exits of any t-code . regards deepak

  • Buttons became inactive Flash Builder 4.7

    Hello ! I realized an application on Flash Builder 4.7. This application has links which dismissals(cross-references) towards plans, maps of various formats (.tif, .dwg...). it is situated on a server (Windows 2008) and since a few days, buttons beca

  • Linked results pages - not sure how to achieve it

    Hi all. This is my problem. I have a MySQL database with a single table which contains a number of listings of albums by different musicians. The client has asked for a specific way of searching this and for the life of me I can't work out how to ach

  • Insert master what trigger

    I have a master table and also detail table. In which trigger i insert the master before the detail? tx

  • Premiere CS4 - Exporting to Quicktime prores?? Help!!

    Hi there, I am still a relative novice when it comes to all the exporting formats/codecs out there. I have been asked by a client to deliver files for broadcast in the Quicktime prores format... I tried to find it in Premiere but couldn't. My footage