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 strongm 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: *

  • Users: zxcdf5je
  • Order by date
  1. zxcdf5je

    checkbox

    kaht: Thanks for all your help.Appreciate it.
  2. zxcdf5je

    checkbox

    i am not using the pop up concept here.i have the div which shows up on the other layers and when you click "close" it closes and therefore the other layers are then shown.
  3. zxcdf5je

    checkbox

    kaht: need your help in this.this is the fucntion for the cookie and i dont know how i shud tell in the else loop to show the div or not: function setcookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null ¦¦ nDays==0) nDays=1...
  4. zxcdf5je

    checkbox

    sure thanks.i thought you wanted to see my code too.Thanks!
  5. zxcdf5je

    checkbox

    kaht: this is my script: <script type="text/javascript"> function hideDiv(obj) { obj.style.display = "none" } </script> <style type="text/css"> #divId{ position: absolute; background:#EEEEEE; width:500px; height:300px; top: 240px; left: 470px; z-index:99...
  6. zxcdf5je

    zindex not working

    yes it worked! thanks
  7. zxcdf5je

    checkbox

    hi there! want to place a checkbox in the div which is overlaping other elements.when the div is closed then the user sees other table elements.i want to place a check box in this div section.this checkbox will be used for : "dont show me this window again" purpose. any ideas how i can do it?
  8. zxcdf5je

    zindex not working

    nickdel: i have div element followed by 2 tables.i want this div to be seen over the table elements adn then when the user clicks close then he shud be avle to see the 2 table elements.this is wht i have till now: <script type="text/javascript"> function hideDiv(obj) { obj.style.display =...
  9. zxcdf5je

    zindex not working

    hi i am trying to use zindex in my div element but i dont see any difference in my browser.wanted to see if zindex works on iceweasel browser on debian lunux?? is it limited to OS???
  10. zxcdf5je

    div

    j46060 you are rgith..i want to position it that way so that the table shows after we press close or something...
  11. zxcdf5je

    div

    Got adress1 in table format and address 2 displayed beneath it in another table format wehn user comes to this page.he just get to see a visible div over these 2 tables which has a message.when the user reads the div shud get closed by using javascript and the other table then get visible for...
  12. zxcdf5je

    dbf to MDB

    Hi all: I am trying this some days now and dont know wht to do since i am not getting any results. I want to convert dfb files to MDB with the FPT Memo information being transferred to at the same time. I tried using softwares like DBF manager and DBF2MDB. These softwares gives me the solution i...
  13. zxcdf5je

    Need some different approaches

    Dear all, I need some direction about how i should go on doing this: I want some approaches on this: i have some templates which i have prepared by using HTML. How can i display all these templates from my DB and have a radio button next to the templates. After the user selects or checks one of...
  14. zxcdf5je

    Printer Question

    Thanks a lot for wonderfully putting forth all the points.We have a Winfaxpro software which works as a fax server.I was trying to send the fax through the fax server in this way: <% Dim MyFax, MyDocuments, MyFile Set MyFax = Server.CreateObject("FaxServer.Faxserver.1")...
  15. zxcdf5je

    Printer Question

    Hi all , I wanted to see if this is possible in ASP. I am developing an application where the agent selects a person from the list and hits submit and the fax is sent through our fax servers here. I was thinking if i could set the printer fax as default and when all the faxing is done,set the...
  16. zxcdf5je

    Email and Fax

    i was just seeing it before you sent me the reply.i was actually finding out whether this service is a paid one.i dint see any cost thing over there,but you never know. Do you have any idea whether this is a paid service or free?
  17. zxcdf5je

    Email and Fax

    Dear all, I want to know how i would be able to email by choosing various email templates to the person. Secondly i wanted to know how i could fax some documents through ASP.Any free ASP -FAX interfaces? I read about InterFax but it is a paid one. We do have fax server in our company.It is...
  18. zxcdf5je

    Error:Syntax error (missing operator) in query expression 'OrderNo='..

    But when i do response.write query i see the query and the order no being displayed.Also i am pulling the date and displaying it into textboxes and i can see the order no being displayed in my text box prepared for order no. Is there anything other that that missing according to you?? Please do...
  19. zxcdf5je

    Error:Syntax error (missing operator) in query expression 'OrderNo='..

    Dear all, I am getting this error and its not getting resolved at all: Syntax error (missing operator) in query expression 'OrderNo='. On line:RS.Open query, objConn This is my code where i am pulling records on the orderno and after i have pulled the records ,i am trying to insert them in...
  20. zxcdf5je

    google maps API and ASP

    Batch geocoder??Right now i just have a simple distance formula..i havent yet done much ..either i will write a code or find some software.. Which software which u know takes money??i have no problem in investing one if it is good.

Part and Inventory Search

Back
Top