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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:17:58+00:00 2026-06-09T09:17:58+00:00

Ok, so I have this inside a form <INPUT type=text name=inputbox value=> <INPUT TYPE=button

  • 0

Ok, so I have this inside a form

<INPUT type="text" name="inputbox" value="">
<INPUT TYPE="button" NAME="button2" Value="Write" onClick="writeText(this.form)">

and I have the following generated javascript from coffeescript

(function() {
  var writeText;

  writeText = function(form) {
    return form.inputbox.value = "ping";
  };

}).call(this);

I need to know how do I call writeText?

as it is when I click the button nothing happens….if I remove the function(){}.call(this) wrapper it works.

I cannot remove the wrapper. I need to know how to call writeText with the .call(this) in place.

  • 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-09T09:17:59+00:00Added an answer on June 9, 2026 at 9:17 am

    It’s a scoping issue, where Coffeescript wraps everything inside it’s own closure to avoid polluting the global namespace. There are two solutions;

    1. Compile using coffeescript’s “–bare” option (which avoid putting the wrapper there in the first place).

    2. Bind your coffeescript function to some object that the browser sees when running. Like this:


    window.writeText = (form) ->
    form.inputbox.value = "ping"

    In the second option, your writeText function is bound to the window object in the browser, which is the implicit this object when your script runs in the browser.

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

Sidebar

Related Questions

I have a table inside a form that looks as follows: <td><input type=text name=code[0]
I have following html form: <form method=post action=> <input type=hidden name=userid id=user value=<?php echo
I have a simple form and inside there are two input fields text type.
I'd like to be able to have something like this: <form> <input type=date name=params.date/>
I have a simple form with three input text with a different value for
I have form in my page, I am using ajax.beginform(). Inside this form I
I have this inside my spring xml file: <object type=Test.Web.Utilities.TestClass, Test.Web singleton=false id=TestClass> <property
So I have this code inside my lib/ folder: class GlobalConfig::SetHelper def self.yes_no_input(configuration) value
I have a select list like the following inside of a form. <select name=0[voicemail]
I have a form element, called metaDescription : //inside the form $description = $this

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.