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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. walkerdigest

    scanner connection

    Is it possible to use scanner thru classic ASP?
  2. walkerdigest

    website with two language

    I want to code a website with two language (one of them is english) how can I manage that? thanks
  3. walkerdigest

    getting $_post value numeric instead of string

    in the form I have the following element: <select name="sayfa"> <option value="1">Anasayfa</option> <option value="2">Alt Sayfa</option> </select> I get the following $_POST value : $sayfa = $_POST['sayfa']; echo $sayfa + $sayfa; <-------- here I get value as 2 when I choose...
  4. walkerdigest

    Embedding images in html based email

    I am trying to embed image in html based email. After I have sent email, image couldn't displayed in email body. What could be the problem? <?php $postamicerik=" <table width=\"300\" border=\"0\"> <tr> <td colspan=\"2\" align=\"center\"><b>Resimli Email</b></td> </tr> <tr>...
  5. walkerdigest

    adding numbers from mysql database

    Hi, I am trying to add numbers from mysql database but it is not working. in mysql database field is decimal(5,2) . when I display in asp file numbers it shows with comma not point , and it doesn't add numbers gives error. what should I do? the code is as below: sql2= "select * from hakemnot...
  6. walkerdigest

    Urgent!!!!

    sql="select * from tblHastabilgikisisel where id=39193" set rs=conn.execute(sql) sql sentence works without where clause(so 2nd sentence works). such an id exists. if I copy select statement to mssql it runs and finds specific person. but sql statement doesn't work in ASP code what coulde be...
  7. walkerdigest

    onkeyup and onchange usage in form

    I have used input(onkeyup option) and select(onchange option) tags in a form. The code with input tag(onkeyup option) works alone fine but when I have added select tag (onchange option) search doesn't work. can POST method return values using both onkeyup and onchange options. What could be...
  8. walkerdigest

    error code 126

    Hi, Although my include file syntax are correct and file is physically there, I got error 126 file is missing. what should I do?
  9. walkerdigest

    using access with large dataset

    Have you experienced 20000 or more row in access without causing any problem in ASP programming?
  10. walkerdigest

    table inserting problem in fckeditor

    I have used following code. In fckeditor , when I insert table it creates problem. I have used 6.2.4 and 6.2.3 versions. But still same problem. How can I solve this problem? <% kmt=request.Form("kmt") dkfaaliyetraporu=request.Form("FCKeditor1") if kmt="kaydet" then Set...
  11. walkerdigest

    writing problem to large amount text to text file

    I need to write to text file. I'm creating file with Createtextfile with (,2) permission . I am getting text with <textarea> and write to txt file with writeln. I need to write large amount txt but I'm failed. It accepts certain amount of number of lines then I can not write rest of text. What...
  12. walkerdigest

    reading word document by using asp programming

    I need to read text as well as tables in word document. After running my code it says server can not create object. How can my server can create word object?

Part and Inventory Search

Back
Top