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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T01:22:17+00:00 2026-06-17T01:22:17+00:00

<input type=button value=’Do Stuff’ onClick=’document.cookie = Note_<% Response.Write(arrTest(0,i)) %> = ‘ + (Document.getElementById(StuffTest<% Response.Write(arrTest(0,i))

  • 0
<input type=button value='Do Stuff' onClick='document.cookie = "Note_<% Response.Write(arrTest(0,i)) %> = ' + (Document.getElementById("StuffTest<% Response.Write(arrTest(0,i)) %>").value) + '"'>

What I’m trying to do here is when the user hits the button, I want a cookie created with the values: Note_(value of arrTest) = (Value of the text box).

The code below works just fine:

<input type=button value='Do Stuff' onClick='document.cookie = "Note_<% Response.Write(arrTest(0,i)) %> = Awesome!"'>

It creates a cookie with the value of: Note_(value of arrTest) = Awesome!

What have I done wrong to get the value of my text box into the cookie? I’m assuming it has to do with all those confusing single/double quotes, so I think I’ve just got typo-blindness, but part of me thinks I can’t actually do what I’m trying to do here.

Any thoughts?

  • 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-17T01:22:18+00:00Added an answer on June 17, 2026 at 1:22 am

    document.getElementById has document in all lower case. Your code example uses Document (with a capital D), which will fail.

    Separately, your quotes such in the onClick attribute are not quite right. It’s best to avoid putting any significant code in those attributes. Instead, define and call a function, like this:

    <input type=button
           value='Do Stuff'
           onClick='setCookie("<% Response.Write(arrTest(0,i)) %>);'>
    

    …where the function (inside a <script> tag or in a file referenced by one) looks like this:

    function setCookie(name) {
        document.cookie = "Name_" + name + "=" + document.getElementById("StuffTest" + name).value;
    }
    

    Depending on the contents of arrTest(0,i), you might need to HTML-encode it as you output it, since you’re outputting it to HTML (yes, the code inside an onXYZ attribute is HTML, just like any other attribute’s value, so for instance < would need to be &lt;).

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

Sidebar

Related Questions

<input type=button value=Back onClick=window.navigate('http://www.google.com')> This works on IE8, but not firefox or opera. Anyone
I have this code: <INPUT type=button value=Pre-Requisites onClick=window.open('pre_requisites.php','pre-requisites','width=670px,height=470px,left=0px,top=100px,screenX=0,screenY=100')> It is use to open a
I need to do something like this: <input type=button value=click id=mybtn onclick=myfunction('/myController/myAction', 'myfuncionOnOK('/myController2/myAction2', 'myParameter2');',
I am using the following html <input type=button value=Get onClick=get();> get(); it is some
echo <tr><td><input type = 'button' value = 'Agregar' onclick = 'addrow($leaguesarray[$numofleagues])' /></td></tr></table><br />\n; I
I have this: $(document).ready(function() { $(input[type=button]).click(function () { $(#test).html(W3Schools); alert(Would submit: + $(this).siblings(input[type=text]).val()); $.ajax({
Besides <input type=button value=Click me />, <input type=submit value=Click me />, <a>Click me</a> ,
well today I want to learn how to grab multiple input type button value
HTML has an input button type to reset all fields in a form to
I have 3 edittexts with input type as number and 1 button that say

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.