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

  • Home
  • SEARCH
  • 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 6761981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:15:31+00:00 2026-05-26T14:15:31+00:00

I am fooling around with this function that says if you leave this text

  • 0

I am fooling around with this function that says if you leave this text box blank than print the error code. if its not blank that print one of the text strings. The error code is working but I cannot get it to print any of the text strings. I think the problem is somewhere in returning the random selection to the html doc, I am not sure how to syntax this.
When you click the button it executes the function

function button() {
    var a = "Punf";
    var b = "Relcken";
    var c = "Checks in the mail";
    var d = "Thae said";
    var e = "Drorself";
    var f = "Thertions";
    var g = "Don stupid";
    var err = "You think you are smarter than this website? Your not!"

    if (document.getElementById('ask').value == "") {
        document.getElementById('answer').innerHTML = err;
    }

    if (document.getElementById('ask').value == !"") {
        var qoute = (a, b, c, d, e, f, g);
        var maxQuote = quote.length;
        var randQuote = Math.floor(Math.random() * maxQuote);
        return quote(randQuote);
        document.getElementById('answer').innerHTML = a;
    }
}

I have got it down to here but I am still having issues and I am not sure why, Thanks for pointing out my rookie mistakes I need to take a step back and look at it with fresh eyes more.

if (document.getElementById('ask').value == ""){

document.getElementById('answer').innerHTML = err;

}
        var quote = [a,b,c,d,e,f,g];
        var maxQuote = quote.length;
        var randQuote = Math.floor(Math.random()*maxQuote);
        document.getElementById('answer').value = quote[randQuote];



    }
  • 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-26T14:15:31+00:00Added an answer on May 26, 2026 at 2:15 pm

    You have made a typo.

    Change line:

    var qoute = (a,b,c,d,e,f,g);
    

    into the following:

    var quote = [a,b,c,d,e,f,g];
    

    and this line:

    return quote(randQuote);
    

    into this line:

    return quote[randQuote];
    

    and tell me if it fixed the problem.

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

Sidebar

Related Questions

I've been fooling around with code for ages on this one, I would be
OK, I was just fooling around in my spare time and have made this
I was fooling around with JS a bit, and I found this: Anyone care
Am fooling around with this question a couple of days now but no progress.
I referenced the code from Android Developer. After compliling the code and fooling around
I was fooling around with static members, I got confused when something compiled that
Hi I've been fooling around with this for awhile figured it was time to
I've been fooling around with z-index all over the place on this site. What
Now, I'm just fooling around with this and I'm not sure as to why
I'm currently fooling around with AJAX. Right now, I created a Markdown previewer that

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.