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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:31:20+00:00 2026-06-07T07:31:20+00:00

I have a problem to set an attribute on another element. I’m using PHP

  • 0

I have a problem to set an attribute on another element.

I’m using PHP code with JS and HTML and it looks like:

<textarea name='$id' id='$id' class='regular-text' cols='60' rows='1' tabindex='2'"
            . "onkeypress =\"javascript:document.getElementById('content').setAttribute('onkeypress', document.getElementById('so_observer_heading_count').innerHTML = document.getElementById('content').value.length)\">$value</textarea>

You must know I have 2 elements. The first(‘content’) one I use for writing a text and in the other one(‘so_observer_heading_count’) there shall be updated the number of signs from the first element.

So my question is, how can I set an attribute on another element.

I have already checked that the name is correct and when i change the content of the textarea on the 2. element I get the right amount from the first element. But I want only to change content in the first element to refresh the amount.

And I don’t want to change the code of the first element! And don’t be confused by the textarea, in future this shall be a label or something else.

  • 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-07T07:31:21+00:00Added an answer on June 7, 2026 at 7:31 am

    First of all:

    Don’t use the inline-eventbindings. Always use “real” javascript, (this way you also prevent the problem of escaping your quotes) this is far more cleaner and more maintanable.

    Also you code has another problem: You have an eventhandler “keypress” on the textarea, which binds on every “keypress” another attribute to your content-element. This is not very performant and most likey won’t work properly. This code should be everything you need:

    document.getElementById('content').addEventListener("keyup",function(){
    
        var obs  = document.getElementById('so_observer_heading_count');    
    
        obs.innerHTML = this.value.length;
    
    });​
    

    Here is a demo for you.

    Edit: I changed the event from keypress to keyup to 1) count properly 2) take charakter deletion into account.

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

Sidebar

Related Questions

I have problem with cakephp's Session->write method. If I set a value like $_SESSION['..']
Hi all I have problem with my div's in html. I have set them
Hi I have problem with html height. My height is now set to pixels
I have a problem with this is code: Set oXmlHTTP = CreateObject(Microsoft.XMLHTTP) oXmlHTTP.Open POST,
I have a problem when using LINQ to set a where clause on a
I have that problem, in html I have this code: <div> <div class='category' style=display:block>
Looks like i have a strange problem. I'm creating a select menu and assigning
i have problem with autorotate on iphone i set up in all classes -
The problem: I have set of pictures, when the user presses on one of
I have a problem with a javascript set of functions that I made. 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.