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 IamaSherpa 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
  • 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 sorry about that. I want to randomly rotate a set of images. I want to do this for the image which says Field Trip Matinees. Rotate images for that part. I have used the dynamic script mentioned here: http://ncthakur.itgo.com/js08.htm# But for some reason, it isn't working on teh page that...
  5. 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.
  6. shruti18

    creating search tool for website

    from ur website
  7. shruti18

    creating search tool for website

    hi ketan, thanks for ur reply i actually have used the JSE internal search engine for right now and i made that to work. thanks for all ur help
  8. shruti18

    creating search tool for website

    var item = new Array(); Km=0; item[Km]=new Array("audition.htm","http://www.","pitt.edu/~play","audition, auditions"); I did this. But on the browser it gives an error saying: item[][] is null or not an object
  9. shruti18

    Error: Null or Not an object

    Please look at the source code of: http://www.pitt.edu/~play Basically I am trying to use the JSE Internal Search engine here(got from http://www.javascriptkit.com/script/script2/jse/index.shtmt) and I am getting the error for the value of textbox for the search.
  10. 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?
  11. 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?
  12. shruti18

    creating search tool for website

    Hi Chris, Thanks for your response. I am trying to use JSE internal search engine as recommended by you, but there is an error which I am getting, in jse_search.js, saying document undefined. Could you point out what is the reason for this?
  13. 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...
  14. shruti18

    Opening an html page from perl

    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...
  15. 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?
  16. 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
  17. 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?
  18. 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?
  19. shruti18

    Send email using cgi

    What would be the best way to resolve this issue then?
  20. shruti18

    Send email using cgi

    :))) Thank you Duncan! I really appreciate your help!

Part and Inventory Search

Back
Top