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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:55:55+00:00 2026-05-15T17:55:55+00:00

is there a way that I could automatically format the input box via Javascript

  • 0

is there a way that I could automatically format the input box via Javascript that prevents XSS before the user tries to click on the submit button?

like for instance, after a user types a script attack on a textbox, the javascript automatically formats the value within the textbox to a safe format.

btw, i’m not just relying on this procedure to prevent XSS, its just that our client base have phrases that triggers the ASP.Net to consider it as a XSS. here’s the exact example:

the phrase: OMY G<W TUBE/OVARY will trigger the page to consider this as XSS while OMY G< W TUBE/OVARY isn’t considered as a potential risk.

  • 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-15T17:55:55+00:00Added an answer on May 15, 2026 at 5:55 pm

    Not hard, assuming that you can figure out exactly what triggers the ASP.Net XSS filter. For example, this will fix your shown case:

    <form id="form" onsubmit="fix()">
        <input id="textbox" />
        <input type="submit" />
    </form>
    <script>
        function fix() {
            var t = document.getElementById('textbox');
            t.value = t.value.replace(/<(\w)/, '< $1');
        }
    </script>
    

    Please understand that this “solution” will NOT prevent XSS attacks in any way whatsoever, or validate the input in any way. XSS attacks can ONLY be prevented server-side.

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

Sidebar

Ask A Question

Stats

  • Questions 494k
  • Answers 494k
  • 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 public static string TruncateLongString(this string str, int maxLength) { if… May 16, 2026 at 11:08 am
  • Editorial Team
    Editorial Team added an answer A potentially dangerous Request.Form value was detected from the client… May 16, 2026 at 11:08 am
  • Editorial Team
    Editorial Team added an answer sudo python imports it just fine because that interpreter isn't… May 16, 2026 at 11:08 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

Is there a way to specify that a model (or app, even) should only
I've created an Adobe Air application that, when installed, will distribute the Javascript and
I'm wondering if there's any way of having some sort of Aspect-Oriented way of
HI there, I am looking for best practice or ideas for cleaning tags or
I'm trying to find an easy way to build forms which show dates in
I've inherited a project that stores basic HTML formatting (i.e. - < b >
In my page, the datepicker dateFormat option is being set automatically by loading a
Ruby on Rails controllers will automatically convert parameters to an array if they have
I'm busy creating a metaclass that replaces a stub function on a class with
I want my peers or family friends to test my apps for feedback before

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.