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 SkipVought 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: netlearner
  • Order by date
  1. netlearner

    SSL and form values

    YESS! thats whats happening...the form was in Http and i was submitting to an asp page that is being forced to use HTTPS. look at this link: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q239875 i Think yes the problem is with redirect..will it be possible for you to modify this code...
  2. netlearner

    SSL and form values

    Hi guys, i am having a problem...i am not using SSL for all my website rather just for one page..on that page i have this code which forces SSL to be used i.e. Now when i submit the values for this page...all the submitted values of the form are lost :( why is this?
  3. netlearner

    interfacing with RRAS,DHCP,etc.

    hi guys, I have recently been using vbscript+ADSI to work with Active directory...was just wondering what if i have to program stuff in RRAS,DHCP..etc... Is ..Management Instrumentation (WMI) the answer? Cheers!
  4. netlearner

    Refining search

    Hi guys, a quick question..how can i refine my search..you know like in my database i have a name like Testuser. user while searching enters test only..so i should give something Did You mean....Testuser. Cheers
  5. netlearner

    CLng(1)

    Hi guys, Does anyone know what this CLng(1)in the code below means UserObj.Put "PasswordExpired", CLng(1) cheers.
  6. netlearner

    Refreshing a page

    Hi guys, How can i refresh an asp page using the same form data after regular intervals. ;) say 2-mins I want to bypass that Retry and cancel too..or any other prompts that may occour when page refreshes. Cheers.
  7. netlearner

    encrypting data

    Basically strings of data that is data submitted via forms..thats what i wanna encrypt
  8. netlearner

    encrypting data

    Hey guys, what is the simple way to encrypt data that is submited by simple html forms. cheers.
  9. netlearner

    Netscapre asp+vbscript

    Hi guys, I wanna know that if my .asp page has some asp+vbscript and if the user is using netscape .html form which later at the back uses that .asp page..would the application still work? cheers!
  10. netlearner

    Vbscript and Linux

    Hi guys, I know this may sound stupid or maybe not..but if i make an application using asp+vbscript for ADSI...will it actually work for Novell Directory services and to whatever directory services there maybe for linux,etc. cheers!
  11. netlearner

    Accessing ADSI on public IP

    man the code works fine on LAN. Connecting and adding works aokay..i think has something to do with DNS what do u say..my domain is not registered...iam just using http://ipaddress and picking site from IIS server
  12. netlearner

    Accessing ADSI on internet

    How can i use a VPN to do this..coz my server domain aint registered..its just a public ip that iam getting from my ISP?
  13. netlearner

    Accessing ADSI on public IP

    Hi, I am getting this problem..I have made an ADSI+ASP application. for example user management and stuff..now the problem is... My application works fine on Lan...it can connect using WinNT:// and later i can even view all users..on my server through the browser. Problem is when i...
  14. netlearner

    Giving Spaces

    Hi guys, Is there any alternative to writing all those "&nbsp" again and again Cheers.
  15. netlearner

    Accessing ADSI on internet

    well see..the IIS is on server..server has a public IP...so more or less its like http://ipaddress i can access the website from outside..i go on and connect to the server using winnt://server. Connects fine..but when i do any other opertation it just doest work and says invalid adsi pathname
  16. netlearner

    Accessing ADSI on internet

    Hi guys I am getting this problem..I have made an ADSI+ASP application. for example user management and stuff..now the problem is... My application works fine on Lan...it can connect using WinNT:// and later i can even view all users..on my server through the browser. Problem is when i...
  17. netlearner

    ADSI problem

    Hi guys, I am getting this strange problem..I have made an ADSI+ASP application. for example user management and stuff..now the problem is... My application works fine on Lan...it can connect using WinNT:// and later i can even view all users..on my server through the browser. Problem...
  18. netlearner

    DUAL link via single text

    Hey guys, How can i give dual links via a single text. The thing is that i want the user to click on button..and two frames should get refreshed..?
  19. netlearner

    ADSI View by lastlogin

    yuh did this ConvertDate = SplitDate(0) ConvertDate = CDate(ConvertDate)
  20. netlearner

    ADSI View by lastlogin

    okay this is what ive done but problem still not sovled i think now i need to play around with dates i did this SplitDate = Split(member.LastLogin) and got the time out now i can use If SplitDate(0) ="03/29/2005" Then now the problem comes if i do If SplitDate(0) <="04/27/2005" Then as...

Part and Inventory Search

Back
Top