Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Adding special char to end of module txtSearch stringAdding special char to end of module txtSearch string
Previous
 
Next
New Post
3/26/2012 11:24 AM
 

Hello :-)

I'm trying to add a special character to end of search string from html dropdown option list using Javascript?

Ive got the special chars in a var and now Im struggling to append to the end of the search string using DOM?

I think my approach is correct? Simply allow a user to add a special char to a word they are typing into the search box. I have a html dropdown list and a button which is supposed to add the character to end of search string but Im struggling to write to the txtSearch.Text control? 

Ive tried various ways but have been unable to write special char to end of search string using document.write(xSearch);

?

Any help much appreciated?

<asp:TextBox ID="txtSearch" runat="server" CssClass="NormalTextBox" Text="SpecCharHere" />
<asp:Button ID="btnSearch" runat="server" ResourceKey="Search" Text="Search" />
<select id="SpecialChars">
<option value="&#231;">&#239;</option>
<option value="&#232;">&#239;</option>
<option value="&#233;">&#233;</option>
<option value="&#234;">&#234;</option>
</select>
<button type="button" onclick="InsertSC();" 
            style="font-family: 'Times New Roman', Times, serif; font-size: small; font-weight: bold; text-align: center; border-style: ridge; padding: 0px">Insert</button>


<script type="text/javascript">
    function InsertSC(){
        var xDoc = document.getElementById('SpecialChars');
    var xSearch = document.getElementById('dnn_ctr424_NewsArticles_ViewSearch_txtSearch').value;

    if (xDoc.options.length > 0) {
        //window. Text: " + xDoc.options[xDoc.selectedIndex].text + "\nValue: " + xDoc.options[xDoc.selectedIndex].value);
        window. xDoc.options[xDoc.selectedIndex].text);
        window. xSearch).value;
    }
    else {
        window. Special Character box is empty!");
    }
}

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Adding special char to end of module txtSearch stringAdding special char to end of module txtSearch string


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out