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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationProblem with google chrome with auto completeProblem with google chrome with auto complete
Previous
 
Next
New Post
1/13/2009 5:21 AM
 

Hi All

Auto complete is not working with google chrome. I created DNN module for that I added Autocomplete. it is working through web service. It is working fine in IE and mozilla ,but it is not working in google chrome. Design is as follows

<%

@ Control language="C#" Inherits="YourCompany.Modules.AC.ViewAC" CodeFile="ViewAC.ascx.cs" AutoEventWireup="true"%>@ Register Assembly="DotNetNuke" Namespace="DotNetNuke.UI.WebControls" TagPrefix="cc2" %>@ Register Src="../../AutoComplete.ascx" TagName="AutoComplete" TagPrefix="uc1" %>

<

function

{

script type="text/javascript" language="javascript"> txtEmail_Enter()

var

txtEmail=document.getElementById('<%=txtEmail.ClientID%>');

var

txtEmail2.text=txtEmail.text;

txtEmail2.style.display=

txtEmail2.focus();

txtEmail.style.display=

}

txtEmail2=document.getElementById('<%=txtEmail2.ClientID%>');'inline';'none';

function

{

txtEmail2_Enter()

var

txtEmail=document.getElementById('<%=txtEmail.ClientID%>');

var

txtEmail.text=txtEmail2.text;

xtEmail2.text);

txtEmail.style.display=

txtEmail.focus();

txtEmail2.style.display=

}

 

txtEmail2=document.getElementById('<%=txtEmail2.ClientID%>');'inline';'none';

</

<

script>asp:TextBox ID="txtEmail" Font-Size="11px" onkeydown=" txtEmail_Enter()" runat="server" AutoCompleteType="None" Width="518px"></asp:TextBox>&nbsp;

<

<

br /><asp:TextBox ID="txtEmail2" runat="server" Width="520px" style="display:none;" ></asp:TextBox>cc1:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" TargetControlID="txtEmail2"

ServiceMethod

="GetKeywordProduct" ServicePath="../AutoComplete/WebService5.asmx"

CompletionSetCount

="10" MinimumPrefixLength="1"

DelimiterCharacters

=":,;"

EnableCaching

</

<

<

<

<

<

="true" CompletionInterval="1000">cc1:AutoCompleteExtender>br />br />br />img />input type="text" id="s" />

&nbsp;&nbsp;

<

cc2:dnnrichtexteditcontrol id="DNNRichTextEditControl1" runat="server"

></

cc2:dnnrichtexteditcontrol>

 

<%

<%

 
New Post
1/13/2009 7:13 AM
 

autocomplete itself doesn't work in chrome (http://www.google.com/support/forum/p/Chrome/thread?tid=47bb59d8702e6910&hl=en), though they've added it to the latest beta, perhaps that's something to do with it. I'd recommend downloading the latest version and trying just in case


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationProblem with google chrome with auto completeProblem with google chrome with auto complete


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