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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:33:56+00:00 2026-05-17T01:33:56+00:00

I have a paragraph, which I would like to edit using javascript prompt function.

  • 0

I have a paragraph, which I would like to edit using javascript prompt function.
All work ok while I didn’t enter < or >. They looks good in html, but when I would like to edit them again, I see ugly &gt; and &lt;

The issues can be easy reproduced via following scenario:

  1. press Edit-button,
  2. Enter string <<<>>>.
  3. press Edit-button again.

You will see ugly prompt symbols in dialog.

In prompt-dialog ugly un-escaped symbols appear.

In fact before passing innerHTML to prompt function I should un-escape characters, how could this be done?

Part of my code following:

<script type="text/javascript">
  function edit()
  {
    str = document.getElementById('par').innerHTML;
    str = prompt(str, str);
    document.getElementById('par').innerHTML = str;
  }
</script>


<p id="par">aaa</p>

<input type="button" onclick="edit()" value="Edit" />

I prefer API-function instead of manual replacing gt; an &lt;.
jquery solution is also interseting for me.

Thanks!

  • 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-17T01:33:56+00:00Added an answer on May 17, 2026 at 1:33 am

    If you really want just the textual content, then you should use the textual value rather than the innerHTML property.

    In jQuery you can do this like so:

    var paragraph = $("#par");
    var stringValue = paragraph.text();
    stringValue = prompt( "Please ammend your text", stringValue );
    paragraph.text( stringValue );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 540k
  • Answers 540k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I think you cannot do it directly. You have to… May 17, 2026 at 2:29 am
  • Editorial Team
    Editorial Team added an answer Try this (with the sort moved to the end: cut… May 17, 2026 at 2:29 am
  • Editorial Team
    Editorial Team added an answer Yes, a complete regex validation is possible. Some modern regex… May 17, 2026 at 2:29 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I would like to have the authentication and registration parts of my website encrypted
I have a string like the following: $string = <paragraph>apples are red...</paragraph> <paragraph>john is
I have a table that allows records to be inserted which are very similar
This question is similar to Getting Emacs fill-paragraph to play nice with javadoc-like comments
I have a log file which needs to be properly formatted into a readable
I have a script in PHP which removes empty paragraphs from an HTML file.
I have a paged WPF(.Net4) application which is too big for the screen when
(EDIT: This question is now outdated for my particular issue, as Google Code supports
I have some data that I want to present in a FlowDocument . This
I'm not a Notes programmer, however, for my sins, have been working on some

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.