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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T22:07:32+00:00 2026-05-25T22:07:32+00:00

Provided I cannot edit the HTML code at all how would I do this?

  • 0

Provided I cannot edit the HTML code at all how would I do this?

<input type="text" id="Identifier"     
class="inputControlFlexWidth" value="" tabindex="9" size="25" 
name="texthole">

I’m guessing this has to be a timed event such as

setInterval(ObserveInputValue(), 100);

Because the input can happen at any time.

I then want to use this text to update a URL.

Thanks.

Edit:

<input id="ServiceRequestEditForm.CustomObject6 Name.hidden" type="hidden" value="" 
tabindex="-1" name="ServiceRequestEditForm.CustomObject6 Name.hidden">
  • 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-25T22:07:33+00:00Added an answer on May 25, 2026 at 10:07 pm

    One way is

    $('#Identifier').blur(function(){
        $(this).val();
    });
    

    Explanation: When the input loses focus, grab the value of the field.

    Example: http://jsfiddle.net/4DtUh/


    EDIT

    As per the comments…

    @Interstellar_Coder is right about spaces inside the id.

    So, instead of using the id as the “hook”, you could use the name attribute:

    $('input[name="ServiceRequestEditForm.CustomObject6 Name.hidden"]')
    

    Example 2: http://jsfiddle.net/4DtUh/10/

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

Sidebar

Related Questions

Suppose you want to throw Exception like this: 'Project with the provided ID cannot
Given the following text: This is!!xa simple string!xpattern I would like to get a
Answers provided have all been great, I mentioned in the comments of Alnitak's answer
Hi All Nightowls out there :), I need to authenticate username and password provided
I know this cannot be as hard I think it is. I am sure
Edit : Comments at bottom. Also, this . Here's what's kind of confusing me.
Usless Background Info Hello, all. This is my first post here, but I often
EDIT after answered: < should be provided for std::map . For more information about
All objects in my program inherit from a Container class. The Container class has
I'm following the provided instructions but is not working. I'm getting this error: INFO:

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.