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
L

lanying_wzw

@lanying_wzw
About
Posts
12
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • asp access
    L lanying_wzw

    the default is ascend, you want to descend, just append the string "DESC" thus your new SQL is: SELECTOR="SELECT * FROM MYTABLE WHERE MYDEF LIKE '%"& search &"%' ORDER BY MYDATE DESC" Thinking-Asking-Thinking

    Web Development help question

  • strange problem
    L lanying_wzw

    "my server can not recongnize"? what do you mean? Thinking-Asking-Thinking

    Web Development question html sysadmin help

  • link
    L lanying_wzw

    try ... ">Claims Processing Thinking-Asking-Thinking

    Web Development help question

  • C++ and Java :: Breakdown
    L lanying_wzw

    The following feature of java is better than c++: 1."once write, run anywhere" 2.The common standard class library. 3.Garbage Collection mechanism, no problem of memory leaking. ... So java is very suitable Enterprise Computing. Thinking-Asking-Thinking. I'm a Chinese man.

    IT & Infrastructure c++ java sysadmin tools question

  • FORM SUBMISSION PROBLEM
    L lanying_wzw

    agree with hspc. You can change the form's action property such as "test.asp" by javascript in form's submit event. Thinking-Asking-Thinking

    Web Development javascript database sysadmin help question

  • Javascript
    L lanying_wzw

    You can dynimic generate html code by ASP or other script language. Thinking-Asking-Thinking

    Web Development javascript database help question

  • Javascript frame location
    L lanying_wzw

    "mainFrame" is a frame name? and what do your codes locate? aa.htm tt.htm var location= parent.bb.location.href; alert(location); testing in ie6.0 Thinking-Asking-Thinking

    Web Development javascript tutorial

  • Updatable Database
    L lanying_wzw

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/setfileattributes.asp Thinking-Asking-Thinking

    Web Development question database

  • a beginner unable to retrieve data from database
    L lanying_wzw

    <% Set cn = server.createobject("adodb.connection") Set rs = Server.CreateObject("ADODB.RecordSet") cn.open "Provider=Microsoft.Jet.4.0;Data Source= c:\inetpub\wwwroot\myprog\vbquiz.mdb" set rs = cn.execute("select * from quiz") rs.movefirst do while not rs.eof Response.write rs("quizid") rs.movenext loop %> good luck

    Web Development help database sysadmin learning

  • Error in Inserting data in database
    L lanying_wzw

    before insertting x_deal1 = Replace(xdeal1, "'", "''") x_agreementno1 = Replace(x_agreementno1, "'", "''") Thinking-Asking-Thinking

    Web Development help database

  • ASP Session question...
    L lanying_wzw

    It maybe impossible. I donn't know your true puspose.Saying your final requirement. Thinking-Asking-Thinking

    Web Development question javascript php

  • Submit in html
    L lanying_wzw

    Does User click any option then submit form immediately? I think it is impossible to use pure html here. Thinking-Asking-Thinking

    Web Development question javascript html 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