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 8013435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:37:53+00:00 2026-06-04T19:37:53+00:00

I have a JS function check(obj) { for( i=0; i<obj.elements.length; i++){ if(obj.elements[i].type==checkbox&&obj.elements[i].checked){ if(confirm(onSubmitMessage)){ return

  • 0

I have a JS

function check(obj) {

for( i=0; i<obj.elements.length; i++){
    if(obj.elements[i].type=="checkbox"&&obj.elements[i].checked){
        if(confirm(onSubmitMessage)){
            return true;
        }
        else{
            return false;
        }
    }
}
alert(alertMessage);
return false;
}

It’s called from jsp page like this:

<script src="/TestAppChanged/check.js" type="text/javascript">
    var onSubmitMessage = '"<bean:message key="body.onsubmit.delete"/>"';
    var alertMessage = '"<bean:message key="body.alert.delete"/>"';
</script>
...
<form action="MyAction" method="POST"
onsubmit="return check(this)">

The problem is in that it doesn’t see these glabal variables: onSubmitMessage and alertMessage. I thought that the problem was in the way that these things are set and changed it’s values to usual strings like "qwe" but it didn’t work again. So script in it’s body simply doesn’t see these variables. And the question is how to get them from script?

  • 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-06-04T19:37:54+00:00Added an answer on June 4, 2026 at 7:37 pm

    The <script> tag is used either to load an external file, like <script src="path/to/file.js"></script> or to define JS code inside the tag, like:

    <script type="text/javascript">
        // Your JS code.
    </script>
    

    You can’t have both on the same tag. Thus, split your code:

    <script src="/TestAppChanged/check.js" type="text/javascript"></script>
    <script type="text/javascript">
        var onSubmitMessage = '"<bean:message key="body.onsubmit.delete"/>"';
        var alertMessage = '"<bean:message key="body.alert.delete"/>"';
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some function declared like this that check element for something(true, false): (function($)
I have implemented this function: static <X,Y> Y castOrNull(X obj) { try { return
I seem to be really stuck on something. I have a function to check
I have created this function to check abecedarian with while loop (A word is
I have used Javascript onlaod like this: function check() { var pic = new
Does R6RS or Chez Scheme v7.9.4 have a library function to check if a
Hey, so I have created a function to check the DB for unique entries,
I have this simple code that speaks for itself. <script language='javascript"> function check() {}
I have a simple function written to check for directories: :direxist if not exist
I have a function CheckMobile(MobNumber) and it will check all duplicate record of MobNumber

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.