Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • APOSTOLOS FOUKIS Friend
    #141928

    Hi,
    when I use Ms IE, I can not send via the contact form (pressing the “Send” button in the status bar displays “Error on page”)
    http://www.ntemos.gr/jo/epikoinonia.html
    http://www.ntemos.gr/jo/contact.html

    with firefox, chrome OK
    Thanks

    Anonymous Moderator
    #308141

    Hi basdim

    I checked this link http://www.ntemos.gr/jo/epikoinonia.html and saw that there is a problem with javascript.

    This issue is from following function;

    function spoBorder(field, color)
    {
    var box = document.emailform.getElementById(field);
    if (color==’d’) {box.style.border=”2px solid #CCCCCC”; box.value=””;}
    if (color==’e’) {box.style.border=”2px solid #FF0000″; box.focus();}
    if (color==’v’) box.style.border=”2px solid #008000″;
    }

    You have to change document.emailform.getElementById to document.emailForm.getElementById

    Please kindly check again.

    APOSTOLOS FOUKIS Friend
    #308148

    Where can i find the function (code) to change it?

    floo Friend
    #308207

    <em>@basdim 133013 wrote:</em><blockquote>Where can i find the function (code) to change it?</blockquote>

    Take a look into the module.

    APOSTOLOS FOUKIS Friend
    #308216

    it’s more useful to say which module …

    Anonymous Moderator
    #308912

    Hi basdim,

    I checked your website and saw that this issue is from mod_simple_page_options module.
    If you disable this module, you website will work fine.
    This module is overwriting functions in joomla. It is cause you can not submit a contact form.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum