Search Result

Collapse
8 results in 0.0032 seconds.
Keywords
Members
Tags
issue
  •  

  • ilya Kraft
    started a topic W3 Validation Problem

    W3 Validation Problem

    Hi, tried to validate my website and came across several problems, some I understood, but the following one Is confusing to me.

    Line 137, Column 139: Element input with attribute type whose value is button must have non-empty attribute value.

    …7Bup%7D+likes% 2C+%7Bdown%7D+d islikes'/><input type='button' class='pulse_vo te_…

    I don't understand what it wants from me...

    Here is link...
    See more | Go to post

  • Content not Displaying in Older Versions of IE (Internet Explorer)

    Hi,

    I've recently came over a problem. I'm coding a website and I have a voting system, but for some reason it doesn't display in old versions of Internet Explorer. It works in IE 9, but when I use Compability Checker in IE9 to see how website looks on older browsers I can't see the voting system. Maybe someone knows what could be causing this?

    Here is my webpage http://inelmo.com
    See more | Go to post

  • Don Clemens
    started a topic HttpUtility error in OAuth code

    HttpUtility error in OAuth code

    Ok, so I downloaded a class online (OAuthBase.cs). Every time I plug it into my project, I am getting "The name 'HttpUtility' does not exist in the current context" error.

    I got this from the following site: http://oauth.googlecod e.com/svn/code/csharp/OAuthBase.cs

    Here is the code I am trying to use:

    Code:
    using System;
    using System.Security.Cryptography;
    using System.Collections.Generic;
    ...
    See more | Go to post

  • vb 6.0 code Could not convert to vb.net

    now stuck with another problem...
    i am converting vb6.0 code to vb.net <2005>

    this forum (viz kadghar) solved my previous coding conversion....
    i am also trying to solve this time but i thought you will also help.....


    i was upgrading another project...
    i encountered following errors (& still encountering!!)

    1 - Picture1.ScaleM ode = 3
    scalemode not member of...
    See more | Go to post

  • How do I make the right edge of my <table> solid? I get anomalies at each <tr>

    So, basically, my table has a bgcolor and the left edge is solid, but the right edge has a few pixels of white bleeding back into the edge at the top and bottom corners and at the edge of each table row.

    Anyone have any idea what this is or how to fix it?

    I tried putting the whole table inside another table with only 1 cell, and that made most of the right edge solid, but It was still bleeding a few pixels of white on...
    See more | Go to post

  • Has anyone had an issue with Access 2007 losing it's filter when sorted?

    We have an application where users use an Access form to return a filtered recordset. The backend database can be either SQL or Oracle. In Access 2007 we have experienced an intermittent issue where the original filter is lost when using either the drop-down sorting from the datasheet headers or our right click menu that uses Access built-in sorting. 100% of the records are then returned and the filtered icon that was displayed is gone. This presents...
    See more | Go to post

  • parabinda
    started a topic DB2 UDB 9.5 FP2a is not using the best index
    in DB2

    DB2 UDB 9.5 FP2a is not using the best index

    Hi,

    We are using DB2 UDB 9.5 FP2a.
    And the following SQL is not using the right index.

    SELECT a1.col1, a0.col2
    FROM TABLE1 a0 INNER JOIN TABLE2 a1 ON a0.KEY1
    = a1.KEY1
    WHERE ((a0.number_01 = '00001985014082 ') AND (a0.number_02 = '001'))

    There are indexes on number_01 and number_02 columns.

    We have done RUNSTATS on the tables.
    The TABLE1 has -...
    See more | Go to post

  • <DIV> tag not allowing AutoCompleteExtender's autoDrop down to appear fully

    Hi Team,

    I searched a lot on this but could not find anything, so I am posting it here.

    I am using an AutoCompleteExt ender in a user control which is in a master page. The page layout is designed byDIV tags. My code in that user control is somehting like..
    ----------------------------
    Code:
    <DIV>
    <asp:ScriptManager ID="ScriptManager1" runat="server" />
    		<asp:TextBox
    ...
    See more | Go to post
    Last edited by Frinavale; Sep 11 '09, 02:16 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.
Working...