Results 1 to 3 of 3

Thread: Compatibility whith Internet Explorer

  1. #1
    peppe165 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    24

    Default Compatibility whith Internet Explorer

    Hi all!
    I have a problem. I have custom Accounts module whith javascript function but Internet Explorer 7 and 8 don't exucute this functions. Firefox work perfectily. Can you help me?

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Compatibility whith Internet Explorer

    Can you post the problem code?
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    peppe165 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    24

    Default Re: Compatibility whith Internet Explorer

    I solve my problem because I have change
    Code:
    var value="field_name".value;
    whith
    Code:
    var value=document.getElementById['field_name'].value;
    Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Login problem Internet Explorer
    By ygerard in forum Help
    Replies: 1
    Last Post: 2008-01-02, 02:20 PM
  2. Replies: 4
    Last Post: 2007-12-04, 03:03 PM
  3. Page Not Found in Internet Explorer
    By aardvarkads in forum General Discussion
    Replies: 2
    Last Post: 2005-10-20, 09:30 PM
  4. can't display anything in Internet Explorer
    By eburneo in forum General Discussion
    Replies: 2
    Last Post: 2005-02-24, 03:47 PM
  5. Performance with Internet Explorer
    By msmiller in forum General Discussion
    Replies: 2
    Last Post: 2005-01-26, 11:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •