Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

Infomine Liam

@Infomine Liam
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IE7 Javascript Problem
    I Infomine Liam

    Well, I feel dumb now. I had a textbox in the form named "length". :doh: Thanks for all your help.

    Web Development help javascript question

  • IE7 Javascript Problem
    I Infomine Liam

    Thanks very much for the reply, but I guess my main question here is why $Form.elements.length is not returning a number. This has always worked before....

    Web Development help javascript question

  • WYSIWYG HTML Editor
    I Infomine Liam

    This might work for you: http://www.openwebware.com/products/openwysiwyg/[^]

    Web Development html

  • IE7 Javascript Problem
    I Infomine Liam

    I'm trying to do some form validation that involves looping through all elements in a form. It works perfectly in FireFox, but totally chokes in IE7. It seems to be that the $Form.elements.length value is not returning a number. I've written a little test function to simulate the error. function validateForm() { alert(document.forms.length); var numElements = document.forms[0].elements.length; alert(numElements); } First alert shows: 1 Second alert shows: [object] Anyone seen this happen before? Thanks a lot. :cool:

    Web Development help javascript question

  • ATLAS Question
    I Infomine Liam

    Whoops, ASPX code looks like this: <asp:TextBox ID="txtSearch" runat="server"></asp:TextBox> <asp:AutoCompleteExtender etc.... -- modified at 18:00 Monday 6th November, 2006

    ASP.NET question csharp asp-net help

  • ATLAS Question
    I Infomine Liam

    Hi All, I've got and ASP.NET ATLAS AutoCompleteExtender control on my page, along with a textbox. ASPX: Web Service Code: [WebMethod] public string[] FetchCompanies(string prefixText, int count) { CompanyDataWrapper wrapper = new CompanyDataWrapper(m_connection); return wrapper.FetchCompaniesByPrefix(prefixText.ToUpper()); } When I start typing in the textbox, nothing happens. No error message, nothing at all. I've tested the web service and it works fine. Any ideas? Thanks a lot. :)

    ASP.NET question csharp asp-net help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups