ASP Page

This is a discussion on "ASP Page" within the Classic ASP section. This forum, and the thread "ASP Page are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 14th, 2005, 04:02
New Member
Join Date: Aug 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ASP Page

I've an ASP search form that run on an intranet that requires authenticate with windows user id and password. What I'm trying to do is to automate this process by providing some search strings, a user id and password and have the form automatically provide me the information without the user input. Could some one give me some tips on how to do this? Thanks...
Reply With Quote

  #2 (permalink)  
Old Aug 14th, 2005, 22:56
New Member
Join Date: Aug 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ok, let me clarify this. I've a search form that the user enter a field and click on the search button and the form will return some informations if if finds in the database. I want to automate this some how, by providing the windows user name and password, and the field info and submit this and have return the information. Hopefully, that explains what I wanted.
Reply With Quote
  #3 (permalink)  
Old Aug 15th, 2005, 08:20
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
So you want to return records from the database depending on the windows username?

The following should get you the username assuming there is one:
Code: Select all
Request.ServerVariables("AUTH_USER")
Hope that helps.
Reply With Quote
Reply

Tags
asp, page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to prevent access to page B except via page A? Donny Bahama PHP Forum 1 Apr 3rd, 2008 02:15
Green bar of colour at bottom of page gets bigger the more page is extended pixelgirl Web Page Design 1 Apr 1st, 2008 01:27
internal navigation, Linking from one page to a specific div in another page. Oak Web Page Design 5 Feb 8th, 2008 22:54
Linking an outside page back to previous framed page MJustison Starting Out 1 Oct 18th, 2007 17:49
A gap appears beween the Page Title and the Body Content of the page. sovereign6 Web Page Design 6 Dec 18th, 2006 19:14


All times are GMT. The time now is 21:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43