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

    Alternative to triggers in SQL Server 2000

    A question about SQL Server 2000: Is it true that in SQL Server 2000, triggers may not be necessary. If so, then what could be the alternative?
  2. shruti18

    Creating Chat Application in Java

    Hello, I want to create a Chat Application in Java. I would like to create a server and client and any messages that need to be sent between one client to another is to be done via the server. Could anyone give suggestions on how to do this? Thank You!
  3. shruti18

    example writing and reading of binary data to a file

    Hello I want to learn how to write and read binary data to a file. could anyone give me a simple example which does this? Thanks
  4. shruti18

    Rotating Images

    I am trying to rotate linked images. I have done the following: http://www.sis.pitt.edu/~sparikh/internship_site1/index2.html Here, I am trying to rotate the last image in the first column where it says Field Trip Matinees. However, I am unable to do it.
  5. shruti18

    Error: Null or Not an object

    I am getting an error on IE with this java script which is saying: d.value is null or not an object where d is a text box value. can anyone help please?
  6. shruti18

    Error opening Java Script file

    Hello, I am trying to open the java script function of JSE Internal search engine which I got from: http://javascriptkit.com/script/script2/jse/ But when I open the jse_search.js, I get an error saying: 'document' is undefined, Code 800A1391 Could any one tell whats the problem?
  7. shruti18

    Redirecting a PERL script to another page

    I am creating a form which processes a perl script and then I want to redirect it to another page. I have the following code: #!opt/bin/perl use CGI qw(:standard); $q=new CGI; .... .... .... .... .... print "Thank you for your submission"; print...
  8. shruti18

    creating search tool for website

    Hi, I am looking to create a search tool for a website. Would it be possible using Java Scripts?
  9. shruti18

    doing database connectivity with file maker pro database

    Hi, I have a web based form and I want to update the form fields when the form is submitted to a File Maker Pro database. Could anyone guide me on how to do this? Thanks shruti
  10. shruti18

    Creating Web Calendar

    I am looking to create a web calendar where I can add and update events to it. Could anyone tell me how to go about this using php?
  11. shruti18

    Web Calendar

    I am looking to create a web calendar where I can add events and update events to it. Is it possible doing this using Java scripts?
  12. shruti18

    Send email using cgi

    Hello I am trying to write a form which sends email on the basis of selection made in the drop down item of one the form fields. So, there is an email address associated with every choice in the drop down. When the submit button of the form is clicked, the data of the form should be emailed to...
  13. shruti18

    To send email based on dropdown selection???

    Hello I am trying to write a form which sends email on the basis of selection made in the drop down item of one the form fields. So, there is an email address associated with every choice in the drop down. When the submit button of the form is clicked, the data of the form should be emailed to...

Part and Inventory Search

Back
Top