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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:56:03+00:00 2026-05-27T02:56:03+00:00

I am writing a small script to be ran in a dialog when it

  • 0

I am writing a small script to be ran in a dialog when it opens. In the code I have a string type variable with html code, such as string script = <a onclick=runthis('This will not work with white spaces')><a/>. That will not work but if i take out all the white spaces it will work fine. Question is is there a way to pass in a parameter with spaces or any other way to do this? thanks for any examples or suggestions.

Small example of the error, This is a string in c#.

 "<div id=&quot;DialogEditPhoto&quot;  style=&quot;display: inline-block; position: relative; cursor: pointer&quot; " +
                    "onclick=EditPhoto(&quot;Wlcometo thesouth&quot;,&apos;dsaasd&apos;,&apos;" + pic.ID + "&apos;);>" 
  • 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-27T02:56:03+00:00Added an answer on May 27, 2026 at 2:56 am

    Some of the character encoding you’re doing is a little unnecessary. You need quotes around your JS function, which is why the whitespace is causing it not to work.

    string div = "<div id=\"DialogEditPhoto\"" + 
        " style=\"display: inline-block; position: relative; cursor: pointer\"" + 
        " onclick=\"EditPhoto('Wlcometo thesouth','dsaasd','" + pic.ID + "');\">" + 
        "</div>"
    

    And before you sent it to the client, let .NET do the character encoding for you:

    string encoded = HttpUtility.HtmlEncode(div);
    

    Also, you didn’t close your opening <div> tag; I’m not sure if you were intending to, but I added it anyway.

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

Sidebar

Related Questions

I am writing a small script to upload and detect MIME type, using Zend
I have a small script I am writing (to ignore the hundreds of stupid
I'm writing a small shell script that needs to reverse the lines of a
I am writing a small windows script in javascript/jscript for finding a match for
I'm writing a small C application that launchs a Matlab script (.m file). I
I have an application where I am reading and writing small blocks of data
I'm currently writing a small script using pygame, but I don't believe this question
I am writing a small script to synchronize 2 MySQL tables ( t1 to
i'm writing a small script to tweet messages from the monitoring systems. The only
I am writing small process monitor script in Perl by reading values from Proc

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.