Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7406891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:37:33+00:00 2026-05-29T05:37:33+00:00

We are passing the url page to our Admin Emails through the ‘refer’ id

  • 0

We are passing the url page to our Admin Emails through the ‘refer’ id in Joomla using …

window.addEvent('domready', function() 
{ 
  document.getElementById('refer').value=window.location.href; 
});

This code works on some sites but not others. I have tried a jquery version with little luck, though I am open for suggestions. A site not returning the url via email is at http://www.freestylelitemeter.com while a site that is working is at http://www.comparediabetictestingsupplies.com. We are using ‘refer’ as a hidden field and everything matches, so I believe the issues is with the window.addEvent(‘domready’, function() unless there is a conflict I am not aware of. Another interesting thing is the working domain has many more script files that has in the past found conflict between script files, while the smaller site has not.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T05:37:34+00:00Added an answer on May 29, 2026 at 5:37 am

    At http://www.freestylelitemeter.com/, MooTools fails to load. You get this error in your JavaScript console:

    SCRIPT438: Object doesn’t support property or method ‘getElement’
    mootools.js, line 53 character 97

    MooTools extends window with addEvent(). Since MooTools hasn’t loaded, addEvent() fails and your code is never executed.

    You have a buggy version of MooTools, correct that and your problem should be resolved.

    But, better yet, you are already using jQuery. Just change your code to this:

    $(function ()
    {
        $('#refer').val(location.href);
    });
    

    Are you even using MooTools much? You may be able to switch to jQuery exclusively, and load one fewer library.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently passing some date-time info to a web page using url parameters, which
Using HttpUtility.UrlEncode and passing via the URL the receiving page sees the variables as:
iam passing some parameters in url to a page through curl, but to my
I am passing a string through a URL to another page whenever a link
I am passing a URL through a GET variable. When I echo the variable
i am passing many params from controller to page on post back. so url
I implementing my own Twitter button in my page. The url I'm passing is
I'm passing a URL variable to a PHP page that is outputting an XML
I want to call a url with passing some parameter and i want to
i have already finished code to passing data to url , and it did

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.