Skype won't let me click on user and not let me wr...

Skype won't let me click on user and will not let me write, I have the latest version and I have a pc withwindows 7, you have installed all updates, hear that the problem is with internet explorer, but how to fix it,because when I go to internet explorer and for example look for facebook and you feel the same, does notlet me log in nose

Try this:
Go to Windows Start -> All Programs -> Accessories -> Right click on Command Prompt, select 'Run as administrator'.
In the Command Prompt type:  cd c:\windows\syswow64 and press Enter.
Next type this and then press Enter:
regsvr32  jscript.dll
Next type this and press Enter:
regsvr32  jscript9.dll
After each Enter you should receive a message saying that DllRegisterServer in XXX.dll succeeded.
Reboot your computer.
Make now the test showing if your Internet Explorer can execute JavaScript.
Open in your Internet Explorer this page and watch the response:
http://javatester.org/javascript.html

Similar Messages

  • The live chat box isn't working?! It won't let me click on it and start a chat?

    The live chat box isn't working?! It won't let me click on it and start a chat? EE have somehow managed to cancel my contract so my phone is saying no service so I can't call you guys. I spoke to someone off my work phone earlier and she said to go and get a sim card from tesco which i have and she said all I will need to do is use the live chat to activate the sim card, but the live chat isnt working. Please PLEASE can someone help asap, I need a phone now

    You can not start live chat yourself you have to be asked to live chat. But let's see if this helps 
       can you help with this. 

  • Skype won't open with my mail user account

    When I got my MacBook Pro, I transferred all my user accounts and applications over, including my Mail accounts. Now when I try to launch Skype, it appears to be opening, I see all my contacts but then the application quits.
    I had 5 minutes at the Apple Store advice desk and they had me create a completely new user account. When I switch to this account I can login to Skype. They thought it might have something to do with authenticating online and that being blocked.
    Any idea what might be the problem when I try to login with the account I actually want to use? Could part of it be corrupted? Any idea what I might try to get rid of or clean up to make Skype work?
    Thanks.

    I meant "main" user account (not mail user account). thanks.

  • RE: (forte-users) Forte not letting go of Oracle connections+ RE: (fort

    The bug was just reported yesterday so they might not have it available to
    the public for a while. I am guessing this bug has been around since 3.M.?
    and its very easy to verify it if its happening in your environment. Also I
    have been talking to other user that are not using Oracle (Sybase instead)
    who are also seen the same problem. I think this is a problem across all
    database because there is some fundamental event or process that is not
    taking place to close database connections. But just to be safe verify it
    in your test environment before moving to 3.5. To verify if its happening
    in your Forte version just create a small application that connects to the
    database and run it in debug mode. Log into the database and then stop the
    debug session. The connection will still be open. This will also occur
    when you use the running man or in a deployed application.
    ka
    -----Original Message-----
    From: Labeaux Schiek [mailto:DHSV017dhs.state.il.us]
    Sent: Thursday, March 01, 2001 7:21 AM
    To: kamran.aminlendware.com; Forte-userslists.xpedior.com
    Subject: RE: (forte-users) Forte not letting go of Oracle connections +
    RE: (forte-users) SQL Server Maximum DB Processes already allocated.
    Hi Kamran,
    I just looked up bug # 54610 in Cyber Support and it is not there yet, so a
    question.
    In your opinion, does this effect all databases? We are using DB2 and
    considering going to 3.5 . Are we going to see the same problems you have
    had with Oracle?
    -thanks
    -labeaux
    "Amin, Kamran" <kamran.aminlendware.com> 02/28/01 05:28PM >>>Update on my problem. Well now its everybody's problem. Forte has
    conformed the bug. Bug number 54610 for your reference.
    thanks to everybody for the help..
    ka
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    The bug was just reported yesterday so they might not have it available to
    the public for a while. I am guessing this bug has been around since 3.M.?
    and its very easy to verify it if its happening in your environment. Also I
    have been talking to other user that are not using Oracle (Sybase instead)
    who are also seen the same problem. I think this is a problem across all
    database because there is some fundamental event or process that is not
    taking place to close database connections. But just to be safe verify it
    in your test environment before moving to 3.5. To verify if its happening
    in your Forte version just create a small application that connects to the
    database and run it in debug mode. Log into the database and then stop the
    debug session. The connection will still be open. This will also occur
    when you use the running man or in a deployed application.
    ka
    -----Original Message-----
    From: Labeaux Schiek [mailto:DHSV017dhs.state.il.us]
    Sent: Thursday, March 01, 2001 7:21 AM
    To: kamran.aminlendware.com; Forte-userslists.xpedior.com
    Subject: RE: (forte-users) Forte not letting go of Oracle connections +
    RE: (forte-users) SQL Server Maximum DB Processes already allocated.
    Hi Kamran,
    I just looked up bug # 54610 in Cyber Support and it is not there yet, so a
    question.
    In your opinion, does this effect all databases? We are using DB2 and
    considering going to 3.5 . Are we going to see the same problems you have
    had with Oracle?
    -thanks
    -labeaux
    "Amin, Kamran" <kamran.aminlendware.com> 02/28/01 05:28PM >>>Update on my problem. Well now its everybody's problem. Forte has
    conformed the bug. Bug number 54610 for your reference.
    thanks to everybody for the help..
    ka
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • RE: (forte-users) Forte not letting go of Oracleconnections

    Hello Amin, Samer and David,
    thank you for your fast reply.
    The technical support in Germany give at least a good idea to prevent the
    problem in future:
    Available at Forte 3.5 and above
    ER #35575 : user wants TOOL code to detect partition
    shutdown and time to do something
    Add a new interface, AtExitHandler, to Framework, with just one
    method: RunAtExit();
    Add a new method to Partition:
    AtExit(AtExitHandler);
    At shutdown time, managed partitions will call RunAtExit on all
    registered AtExitHandlers in the same sequence that they called
    AtExit on the partition.
    This activity takes place synchronously before we start tearing the
    partition apart, with the partition explicitly set by the active part
    agent to the one we are supposed to be shutting down, so it should be
    pretty safe for the user to run any code he likes.
    We will catch and display any exceptions produced by the callbacks,
    so that errors don't keep shutdown from proceeding (it is still possible
    for the user to write code that hangs and blocks shutdown that way,
    but I don't know what we could do about that besides getting into
    timeouts etc.).
    I think it is always a good idea to disconnect the DB-Session because you
    do it with
    most other tools from Database automatically, so why don't do it generally
    by use of
    a programming-language?!?
    I try this feature in any case.
    Thanks for all who answered to this message
    Joseph Mirwald
    GERMANY
    At 17:13 13.03.01 -0500, Amin, Kamran wrote:
    That was the initial problem. Forte as logged a bug on this issue and
    hopefully fix it soon.
    Look for bug# 54610.
    -----Original Message-----
    From: Joseph Mirwald [mailto:jomirweb.de]
    Sent: Tuesday, March 13, 2001 4:12 PM
    To: Forte Users
    Subject: (forte-users) Forte not letting go of Oracle connections
    Hello all,
    some time ago we talked about the problem, that some DBSession-connects hang
    if the partition where the DBSessionSO is used goes down.
    Ok, there may be some problems with forte or the Database (TWO_TASK, and so
    on).
    Does anybody implement a DBSession.Disconnect() when partition goes down?
    I mean the partition exits by a kill or by escript or econsole, not by a
    Forte-Method call
    of somewhere else.
    I thought the solution must be a loop which registers for the
    task.Shutdown-event, but at
    the init-method I couldn't stay in a loop and wait, because i has to call
    the service-objects
    methods. Another solution may be a 'start task LoopMethod()' which are
    registers the
    event, but i don't try it now, because i don't know the side-effects
    because the thread calls
    a method of the 'mother-process' which goes down also.
    What is your solution or idea?
    Joseph Mirwald
    GERMANY
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Hello Amin, Samer and David,
    thank you for your fast reply.
    The technical support in Germany give at least a good idea to prevent the
    problem in future:
    Available at Forte 3.5 and above
    ER #35575 : user wants TOOL code to detect partition
    shutdown and time to do something
    Add a new interface, AtExitHandler, to Framework, with just one
    method: RunAtExit();
    Add a new method to Partition:
    AtExit(AtExitHandler);
    At shutdown time, managed partitions will call RunAtExit on all
    registered AtExitHandlers in the same sequence that they called
    AtExit on the partition.
    This activity takes place synchronously before we start tearing the
    partition apart, with the partition explicitly set by the active part
    agent to the one we are supposed to be shutting down, so it should be
    pretty safe for the user to run any code he likes.
    We will catch and display any exceptions produced by the callbacks,
    so that errors don't keep shutdown from proceeding (it is still possible
    for the user to write code that hangs and blocks shutdown that way,
    but I don't know what we could do about that besides getting into
    timeouts etc.).
    I think it is always a good idea to disconnect the DB-Session because you
    do it with
    most other tools from Database automatically, so why don't do it generally
    by use of
    a programming-language?!?
    I try this feature in any case.
    Thanks for all who answered to this message
    Joseph Mirwald
    GERMANY
    At 17:13 13.03.01 -0500, Amin, Kamran wrote:
    That was the initial problem. Forte as logged a bug on this issue and
    hopefully fix it soon.
    Look for bug# 54610.
    -----Original Message-----
    From: Joseph Mirwald [mailto:jomirweb.de]
    Sent: Tuesday, March 13, 2001 4:12 PM
    To: Forte Users
    Subject: (forte-users) Forte not letting go of Oracle connections
    Hello all,
    some time ago we talked about the problem, that some DBSession-connects hang
    if the partition where the DBSessionSO is used goes down.
    Ok, there may be some problems with forte or the Database (TWO_TASK, and so
    on).
    Does anybody implement a DBSession.Disconnect() when partition goes down?
    I mean the partition exits by a kill or by escript or econsole, not by a
    Forte-Method call
    of somewhere else.
    I thought the solution must be a loop which registers for the
    task.Shutdown-event, but at
    the init-method I couldn't stay in a loop and wait, because i has to call
    the service-objects
    methods. Another solution may be a 'start task LoopMethod()' which are
    registers the
    event, but i don't try it now, because i don't know the side-effects
    because the thread calls
    a method of the 'mother-process' which goes down also.
    What is your solution or idea?
    Joseph Mirwald
    GERMANY
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Dunning form F150- Telefon/fax/mail printing for 1 user and not for other

    Hello expert,
    This is regarding the printing of the dunning form using F150. 
    At first, using company code and account clerk (BUSAB), we retrieve the user id.  The program uses FM BAPI_USER_GET_DETAIL to get the address details of this user id.  The user name, telephone and fax adn email are printed in the dunning form (1st reminder, 2nd reminder and so on).  The problem here is , the address details are printed on the form for one user and not for the other user who is processing.  Any idea regarding this.  Do I need to give any user setting parameter in SU01 or is there any authoriztaion issue which is blocking this.  Awaiting reply,
    Cheers,
    Bala

    I'm having the same problem with Exchange 2003, I can get it to work with Entourage and on my iPhone, but it keeps rejecting my password on Mail.app. If I keep entering the password it starts to update with server, but it won't save the password. IMAP is on for my account which is how it works on iPhone.
    I'm starting to think it has something to do with Keychain Access or Mail.app and not so much Exchange Server. If anyone has found a solution please let me know,
    Thanks

  • I have loaded Lion on my MacBook and the new trackpad functions work only on one ordinary account or user and not on the admin account. The trackpad preferences are well set. What can I do?

    I have loaded Lion on my MacBook and the new trackpad functions work only on one ordinary account or user and not on the admin account. The trackpad preferences are well set. What can I do?

    iCloud should still help you reduce some hard drive space. Just select "optimize" in the icloud tab in Mac Photo App preferences.
    Granted, not the same as completely offloading your library to a back-up drive at your location.
    Good Luck!

  • I have a WD 2 tb hard drive that I want to use to back up my Mac Pro quad core.  How do I create a back up startup disk?  Also, when I used Time macine, it only backed up users and not the system or library folders.  Ideas?

    I have a WD 2 tb hard drive that I want to use to back up my Mac Pro quad core.  How do I create a back up startup disk?  Also, when I used Time macine, it only backed up users and not the system or library folders.  Ideas?

    Welcome to Apple Support Communities
    Time Machine should be enough to make a backup of your files. Also, it should back up all folders, so open System Preferences > Time Machine > Options, and make sure that there are no folders included in the excluded items list.
    If you want to create a bootable clone of your hard drive, you need to use an app like Carbon Copy Cloner or the Disk Utility's Restore feature > http://pondini.org/OSX/DU7.html

  • How do you configure the iMac so separate users can access each other's files, especially iPhoto and iTunes? I need to be able to transfer media between two users and not just gain limited access using 'share'.

    How do you configure the iMac so separate users can access each other's files, especially iPhoto and iTunes? I need to be able to transfer media between two users and not just gain limited access using 'share'.

    See Terence Devlin's thorough explanation here.

  • LDAP- When importing a Group it goes into Security Users and not Groups.

    Hello,
    I created a new LDAP Server
    cn=GroupBI,OU=Groups,OU=Systems,OU=Milan,OU=Italy,OU=Countries,DC=u,DC=a,DC=g
    Connection Test was ok.
    The problem is on importing members of my group, on Security Import window instead of having the group drop-down list populated I have the user drop-down list populated with "GroupBI".
    If I import this group (considered as a user by BI) it goes into Security > Users and not Security > Groups.
    This does not make sense.
    I'm sure this "GroupBI" is a group and not a user and the atribute type used is sAMAccountname
    Any help?
    Cheers

    Let me tell how we did Authentication using LDAP
    I havent imported any groups or users once the LDAP is set up and connection was successfull. I simply created the session variables USER DISPLAYNAME EMAIL and mapped to LDAP Variables uid, displayname, mail.
    Authentication is done in this way by mapping the OBIEE variables to LDAP variables instead of importing the groups.
    Now for Authorization I created the groups populated using some db tables and captured the group name and loglevel and applied filters on the group in the rpd for data level and permissions on the group in webcat for object level.
    So just for Authentication purposes I think we can authenticate with out really importing groups as long as you map OB variables to LDAP
    hope it helps
    Prash

  • PLEASE help me!!! I,ve been all over looking for help/store or whatever to down load adobe flash player to open a certain website.  I need that app or something similar. I am a first time iPad user and not that swift on a computer either

    Please!!
    help me down load adobe flash player or something similar for my iPad. I want to open a certain website and it's required. I don't know where to go. i am a first time iPad user and not to swift on a computer either. Thank you

    Allan Eckert wrote:
    You are going to have to get Steve Jobs to change his opinion about Flash which will be like getting a Baptist to drink beer, next to impossible.
    Allan
    Funny you mentioned that analogy... because John the Baptist was a heavy drinker... (could steve jobs be secretly accessing flash content on his ipad?)

  • My ipad and iPhone are not syncing and not letting me access through facebook

    My ipad and iPhone are not syncing and not letting me access through facebook

    Your question doesn't make sense. Facebook has nothing to do with syncing an iDevice. Explain your problem if you want an answer.
     Cheers, Tom

  • 8Gb Touch 2nd gen problem. Only showing connect to iTunes screen and not letting me past that as I have a password - Already reset and it just loops back to the same screen with the same problem

    I have an iPod Touch 8GB 2nd gen and it's only showing connect to iTunes screen and not letting me past that as I have a password - Already reset and it just loops back to the same screen with the same problem.
    Any idea what I can do to fix this?

    you can connect the iPod to iTunes in recovery mode:
    Hold down the Home button and the Power button simutaneously, until the screen goes black and the device turns off.
    Now let go of the Power button, but continue to hold the Home button. Your iPod Touch/iPhone should have turned off and the screen should not be on.
    After around ~10-20 seconds, you will hear a noise (beep/ding) from your CPU as if it had just recognized a new hardware device
    and restore it to default settings, in order to remove your password (or just remove your password directly from the iPod touch, in order to sync with iTunes)

  • I have opened a page in WORD and cut and tried to paste a photograph to it. The result is that the page is now frozen with the coloured circle{ cursor} spinning around and not letting me do anything with the page. I only wish to close it down. Thank you

    Have opened a page in WORD and tried to cut and paste to it.  The result is that the page is frozen with the  coloured cursor just spinning around and not letting me do anything with the page. I only wish to close the page down. Thanking you

    Many thanks for your help in this instance. The command-option-shift-esc and force quit solved the problem for me . Now I can get back to using my computer once more

  • Why does new Skype work with one user, and not another?

    Running 19.4.5, I installed the latest version of Skype. (I do not activate it on login) This opens, but crshes/unexspectedly quits on "sign in". I tried the same with a "new user", and the app opened fine. I compared the two users to make sure that Skype was correctly featured in my usual user. No difference. Still crashes.
    Does anyone have an idea what could be conflicting with Skype?

    Right, problem solved! . Am posting this as it may help in future. I use a useful little app called Window Dragon,(a haxie) which helps resize windows with the mouse. This was causing the conflict, but had not with earlier versions of Skype. All I had to do was exclude Window Dragon from working with the new updated version of Skype and everything back to normal.
    Solutions to apps that "quit unexpectedly" or crash often mention that haxies can often come into conflict with apps. So best to start with any haxies one has installed, disable, test etc..

Maybe you are looking for

  • How to delete the spool request number

    HI Masters,             My program creates a spool request. And i want to delete that spool request number? How to delete that??               Thanks in advance.

  • Is there a way to identify safe vs. malicious files on computer that was hacked?

    Our MacBook (OS X ver. 10.8.5) was monitored remotely without our knowledge for over a year. Actually, we had found things that were suspicious but we listened to various experts who told us not to worry. We found several pages of commands in the Ter

  • Recording DVR

    I set a recording for a TV show. I hit DVR and Recorded Shows. It showed up under my recordings. I hit OK to play the recorded show but there was no show to play.

  • Enabling service registry

    Hi I am working on SAP NetWeaver 2004s SP 17. I am trying to enable the registry; actually I moved through: SOAMANAGER -> Business Administration -> Web Service Administration and searched for Consumer Proxy ServicesRegistrySi. This procedure is a re

  • Azure MFA User Portal - Cannot Connect

    The issue that I am having is that after installing the User Portal, I receive this error message: Error communicating with the local Multi-Factor Authentication service. Please contact your administrator. I found a recent MSDN forum question titled