Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by melnet

  1. melnet

    javascript+css question thanks

    Hello~ left corner in ie displays happened error however the page works. any where have error?? thanks <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <script...
  2. melnet

    php + flash , using new LoadVars()

    question = new LoadVars(); question.onLoad = function(success) { if (success) { for (a=1; a<=this.total; a++) { _global.z=this.total; var dataObj = new Object(); dataObj.question = eval("this.question"+a); dataObj.answer1 =...
  3. melnet

    php + flash , using new LoadVars()

    i have solved. but i can't solve one thing in db, the value is 1+1=? but the browser display 1 1=? it omit "+". any suggestion to solve?! thanks
  4. melnet

    php + flash , using new LoadVars()

    hello~ php code: for ($i=0;$i<$sql_row;$i++) { echo "question$i=".mssql_result($sql_query, $i, "questionName")."&"; echo "answer".$i."1=".mssql_result($sql_query, $i, "answer1")."&"; echo "answer".$i."2=".mssql_result($sql_query, $i, "answer2")."&"; echo...
  5. melnet

    datetype-smallint question thanks

    hi in access, it has a AutoNumber and field size is long integer. however in sql server, i just know smallint is AutoNumber but the field size just has 2 unit from 0 to 99 any data type has many unit from 0 to 9999 or more? thanks
  6. melnet

    asp + cookie thanks

    total 300 300 items in one cookie? per server 20 20 cookie files in cookie folder? thanks
  7. melnet

    asp + cookie thanks

    total 300 per server 20 max size 4k sorry... what unit are they? thanks
  8. melnet

    mysql run window question thanks

    hi i installed mysql and phpMyAdmin on win2k iis. i aslo installed mssql in win2k in the past. after installed mysql, i typed mysqld-nt start and mysqladmin -u root password '1234'. i set http://localhost/phpMyAdmin, localhost, root and password in localhost/phpMyAdmin/config.ini.php after...
  9. melnet

    asp + cookie thanks

    hi cookie has a limit size? if yes, how big? now i take items into cookie first thanks...
  10. melnet

    js+ css question thanks

    oh... sorry... i forgot to show my question.... to assme the page has three images. they are invisible. when i click one of the images, that image will visible, other images will be invisible. when i click another image, that image will visible and other images inivsible the question is when i...
  11. melnet

    js+ css question thanks

    oh... sorry... to assme the page has three images. they are invisible. when i click one of the images, that image will visible, other images will be invisible. when i click another image, that image will visible and other images inivsible the question is when i click one of images, it has no...
  12. melnet

    js+ css question thanks

    the code: <a href="#" onClick="td_display('org<%=i%>', <%=ttl%>)"> function td_display(td, num){ for (i=0;i<=num;i++){ temp=eval("org" + i); if (temp==td){ tdinvisible=eval(td+".style"); tdinvisible.display="" }else{...
  13. melnet

    js+ css question thanks

    hi rs.MoveFirst while Not rs.EOF %> <tr> <a href="#" onClick="td_display('org<%=i%>', <%=ttl%>)"> function td_display(td, num){ for (i=0;i<=num;i++){ temp=eval("org" + i); if (temp==td){ tdinvisible=eval(td+".style"); tdinvisible.display="" }else{...
  14. melnet

    get last record in db thanks

    hi i wanna get the last record. i tried to code: rs.MoveLast pid=rs("productID") get a error...:can't support to get the record from last(sth like that) any method to solve? and 2.33333333....=7/3 i dont want to get 2.333333... i wanna get 3. i just coded: a=CInt(ttlCount/3) b= ttlCount...
  15. melnet

    asp and sql statement question thanks

    yes ... coz it's foregin key(forgot how to spell) it's fault?i should set it to be number type in access?

Part and Inventory Search

Back
Top