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

    sql query with international characters?

    Using classic ASP 3.0, I have a page that receives a username in an http "post" request. The username has international accents. I want to query the database to get the user's information based on the username. It's not working. If I print the query to the web page, then copy&paste it into...
  2. ralph4208w

    looking for "//" inside url request

    Hi, I'm trying to use vbscript within an ASP page (asp 3.0) to determine whether the person visits my site with or without an extra "/".... http://www.mysite.com/hello.html or http://www.mysite.com//hello.html <-- notice the "//" Any ideas on how to record this info? I've looked at...
  3. ralph4208w

    opener is not getting form value...

    Hi, I currently have window "A" use javascript's statement "window.open" to create a new window "B". Within window B, if I use javascript...alert("some info=" + window.opener );" then I receive an alert box that says "some info[object]"...and this is a good sign (I think). My problem: when...
  4. ralph4208w

    downloading an image from web site to web site?

    Hi, What's a good way to use php to take the an image from one web site (www.somewhere.com/images/thing.jpeg ) and save it to my other web server (www.here.com/images/thing.jpeg). Basically, I'd like to essential "scrape" an image to my web server...not that I'm going to be scraping anyone's...
  5. ralph4208w

    what's good way to pass variables?

    Hi, I'd like my site to check if a user is logged in. If she/he is not logged in, then redirect the page to a login page, and eventually come back to the originally requested page. Let's say I have: main.asp?this=2&that=4 the system will see that a login is needed, go to the login screen...

Part and Inventory Search

Back
Top