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 Wanet Telecoms Ltd 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: orlandoj
  • Content: Threads
  • Order by date
  1. orlandoj

    1 form ... 2 databases

    Hello, I think I have a rather basic question, but can't figure out how to do this. I have one simple HTML form with a couple fields and a submit button. I need the form data to be submitted to 2 different databases on seperate servers. I am using ASP and MS Access databases on both servers...
  2. orlandoj

    Simple question about opening files

    How can I open a file in Windows using VBScript? Say I wanted to open a .jpeg file in whatever the program is that is associated in Windows. How can I do this?
  3. orlandoj

    Frame troubles

    I have a website which uses 2 frames. One frame is a thin menu along the top of the screen and underneath is the other frame which is the body of the page. The annoying thing is that if someone types in the URL of the just the bottom frame ...ie: news.html, the menu frame won't appear. I...
  4. orlandoj

    Checking the database before submitting a form

    Hi all, I have a form where the user can submit their e-mail address. Before the form submits, I'd like to check if the e-mail address already exists in my database, and if it does, open a javascript alert window which says "e-mail already exists". I've been having alot of problems...
  5. orlandoj

    Selecting 'middle' records

    Hi, I know how to make a query to select the top 100 rows of a table: SELECT TOP 100 * FROM ... ORDER BY ...; How would I make a query that selected rows 100-200. A pseudocode example would be: SELECT MIDDLE 100-200 FROM ... ORDER BY ...; Is there a way to do this? Thanks, -Jamie
  6. orlandoj

    Redirecting a servlet to a jsp with parameters

    Hey all, I was wondering how I can send parameters from a servlet to a jsp. I have this line in the body of my doPost method in my servlet: response.sendRedirect("/index.jsp"); and, was wondering how I could send a parameter 'url' with the value 'test', without merely just doing...
  7. orlandoj

    Password protection

    Hi, I'm relatively new to ASP, so please bear with me! :) I was wondering how I go about password protecting some admin pages on my site. For example, when they try to load the page, it pops up "please enter the password..." and then you are either granted or denied access...
  8. orlandoj

    Using form results from another site

    Hi, I built a webcounter for my site using ASP. I am interested in using an IP address locator, such as the one at http://www.geobytes.com/IpLocator.htm?GetLocation . Is there a way for me to submit the user's IP address to this site and get the results back on my site? Thanks, -Jamie
  9. orlandoj

    Reverse DNS lookup in ASP

    Hi, I am designing a site on a remote server through hostmysite.com. The server supports ASP, and I recently made my own hit counter. I am trying to figure out how to get the DNS info of the hits to my site by using the IP address. I've done MANY searches online as to how to do this, and it...

Part and Inventory Search

Back
Top