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 dencom 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: aarushi2001
  • Content: Threads
  • Order by date
  1. aarushi2001

    Text Field Value

    Hi, I have a form. The default value of text field is 'search'. Every time a user enters some value and hits enter I want to update the value of the text filed. I cant use dynamic languages. Is it possible to use JavaScript DOM? How? Thanks
  2. aarushi2001

    Servlet/XSL/JavaScript Issue

    Hi all, I have a servlet, which takes xsl and xml file as input and generates an HTML output. The XSL file contains a JavaScript, which accepts an XML file and display the content as a table. When I run the servlet, the whole page loads with out any error and all JavaScripts are woking except...
  3. aarushi2001

    Firefox: Servlets/XML Issue

    Hi all, I have a servlet, which takes xsl and xml file as input and generates an HTML output. The XSL file contains a JavaScript, which accepts an XML file and display the content as a table. When I run the servlet, the whole page loads with out any error and all JavaScripts are woking except...
  4. aarushi2001

    Detect HTTP 1.1 settings

    Hi, Under Internet Options->Advanced->HTTP 1.1 Settings Is there a way we can detect if the settings have been enabled or disabled? Thanks
  5. aarushi2001

    Bitmap to JPEG Conversion

    Hi Guys, I need some guidance. I need to write a code/program which can convert a bitmap image to JPEG format and store the image at new location (whatever designated place). Any articles/snippets which can help me get started. Or any APIs etc I need to install to get started. Thanks,
  6. aarushi2001

    Radio Button and Text Box

    Hi Guys, I have a question. I have a form, where user has to tick off 'yes' or 'no'. If a user ticks off 'yes' he is required to fill out text box 1 and if he ticks off 'no' he is required to fill out text box 2. How can we add this feature?
  7. aarushi2001

    ASP and MS SQL

    Hi Guys, I have been working on this problem since morning and can not find any where solution. I have a form. When a user hits submit, the information should be stored in a table. I am using MS SQL. Can someone please provide me with a dummy program on how to 'insert' information?
  8. aarushi2001

    Download files from server

    Hi, I need some help and guidance. I have this particular website, which has an excel sheet available for download everyday (as stock data differs). I need to write a JSP program, which executes itself everyday, goes to the website and downloads the file. Any hints? or we cant write a code...
  9. aarushi2001

    outlook express

    Hi, http://www.iirusa.com/index.cfm/Link=75/goSection=13 Does anyone know how the link 'add event to diary' is working? Thanks
  10. aarushi2001

    Special Thanks

    Hi, I would like to thank all the members of this forum who helped me with JSP. Thank you guys!!! :-D Aarushi
  11. aarushi2001

    Position alert boxes

    Hi, Can we position alert boxes, i.e. currently it display in middle of the page. I want to display it at a specific position. Thanks
  12. aarushi2001

    help with phpmyadmin

    Hi, I need to create a view in phpmyadmin, as I wasnt able to export it from my local machine. Can anyone tell me how can I create a view in phpmyadmin. Thanks,
  13. aarushi2001

    fileUpload: destination error

    Hi, I want users to upload file. The files uploaded by them shud be stored under test folder on server (I have created the folder and set required permissions). I am stuck here: to save file to a particulat location, code is something like: saveFile = "../webapps/ROOT/download/" + saveFile...
  14. aarushi2001

    URL Question

    Hi, This my first time in ASP thread and am a beginner. Till now I have used JSP but for a certain project of mine I have to use ASP. I have this question: I have a url: http://form2.asp?state=<%= strname %> How can I extract the value for state, and then use it to display records from DB...
  15. aarushi2001

    Apache Error: Permission Denied

    Hi, I was testing my uploadfile.jsp file on the server and it gave me following error: Error 404: Permission Denied Uploadfile.jsp: allows users to upload/attach file while submitting a form. On local host it was working.
  16. aarushi2001

    Word Count + Character Limit

    Hi, I have a javascript which works as follows: when user exceeds number of words limit, it alerts the user. However, I would like to display a input box beneath my textarea, which displays number of words left. Also when user exceeds word limit, instead of a alert, I wont to stop user from...
  17. aarushi2001

    phpmyadmin and views

    Hi, When we create *.sql for out database, does it not copy views. I created *.sql and imported it to phpmyadmin, but it is not showing the view. Do I have to re-write the view or there is some other solution?
  18. aarushi2001

    phpmyadmin: final stage

    Hello, With the help of this forum, I have learnt alot. Can someone provide me a tutorial link or help related the following question: I have mysql running on my local machine. I want to host my website and have got details related to phpadmin from them. How will I export my DB from local to...
  19. aarushi2001

    Handling Escape Characters

    Hi, My user form has a text area field. When user submits information, this information is stored in my mysql. I am facing problem: if a user uses escape character in text area, it is throwing an error. How can I catch this error?
  20. aarushi2001

    MySql: blobs

    Hi, I have a user form, which requires user to enter data. This field has been defined as 'blob'. The problem is if my textarea consists of ',' or ''' or '"', it gives an error. How can I avoid this error?

Part and Inventory Search

Back
Top