1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By gnp

  1. khu84 liked gnp's post in the thread OnClick select first few characters of text in div or td.

    Got it :) ok .. here it goes.. function selectText(ID, start, length){ if (document.selection) { document.selection.empty();...

    Feb 23, 2009
  2. pictureboarduk liked gnp's post in the thread Trouble with my form validation. Would appreciate your help.

    Of course you can use both. Javascript runs on the client (in the browser) and will validate the user input before allowing the submit....

    Feb 22, 2009
  3. Masterful liked gnp's post in the thread Complicated COUNT() Command. Confused!.

    Not sure why it does not work... Error ? or wrong results ? Try another more explicit way SELECT tblmake.make, tblmake.url, (...

    Feb 20, 2009
  4. gooseandluba liked gnp's post in the thread Adding Multiple Values.

    I am sorry, i made a mistake in the copy/paste of your code ( i did not remove the final = "NEWS" part ) they should be: tempTitle =...

    Feb 19, 2009
  5. n971 liked gnp's post in the thread ASP iframe parent page url.

    Hello, this will do what you want .. request.serverVariables("HTTP_REFERER") take care

    Feb 16, 2009
  6. LogicFlux liked gnp's post in the thread Convert this "onclick" code in to a function.

    <script type="text/javascript"> function getEvent (e) { var event = e || window.event; if( ! event.target ) { event.target =...

    Jan 22, 2009
  7. dimitar christoff liked gnp's post in the thread problems with ff and js attribute.

    According to the mozilla DOM reference ( https://developer.mozilla.org/en/DOM/element.setAttribute ) so you should better change your...

    Jan 20, 2009
  8. Smyrl liked gnp's post in the thread Error #1093.

    Seems that limit in UPDATE does not take two arguments, just one (the number of rows..) so UPDATE 'Users1' SET age=0 ORDER BY id...

    Jan 19, 2009
  9. xrvel liked gnp's post in the thread How to pack a JS?.

    http://dean.edwards.name/packer/ select the base62 encode (on the right) take care

    Jan 19, 2009
  10. ichkoguy liked gnp's post in the thread text extraction.

    Take a look at this http://www.rgagnon.com/javadetails/java-0424.html

    Jan 15, 2009
  11. joshril27 liked gnp's post in the thread Image Centered on FireFox, Not in IE7... Please HELP!.

    best solution would be to set the image display property to block and add a left margin ... display:block; left-margin:..px;

    Jan 13, 2009