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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vikramonline

  1. vikramonline

    Moving File - Permission Denied

    Thank Veep, I can create the file but cannot delete,move or copy that.The link that u have given also does not clearly give a solution for this problem.
  2. vikramonline

    Moving File - Permission Denied

    I am trying to move a file using FSO in ASP but I get the below mentioned error " Microsoft VBScript runtime error '800a0046' Permission denied /test/Default.asp, line 47 " For whom,which and where the permissions have to be set ??
  3. vikramonline

    Flow Logic

    If I have understood ur problem correctly,then there is one more option put all the information apart from the referer in Session variables,if the user adds a new referrer u can then show the page with new Combo values plus the older values which are stored in Session varaibles.
  4. vikramonline

    PLEASE HELP - submit form to access DB - field already exists error

    If the field does not allow duplicates,then it is better to check its existence before inserting it again. I mean if that field is there already flash a message.
  5. vikramonline

    Send And Receive Email

    User on myy site requires to send an email to another site and when an acknowldegment is received,it is to be shown online to the user. Sending an email is not a problem.But the email has to be sent with an attachment with a diff MIME type.I want to go with CDONTS.How can I set the MIME type...
  6. vikramonline

    Client IP Address

    Chris, I cant totally understand what u suggested. Can u please explain ?? If I try to access the page from anywhere (outside our LAN) i still get the same local IP. Please suggest.
  7. vikramonline

    Client IP Address

    When I use Request.ServerVariables("REMOTE_ADDR") I dont get the IP address of the client but my won local IP. Do I need to configure the IIS Server or what??? Actually I am creating a site where I want to know (for security reasons) from which IP Address a user has logged in . Please suggest.
  8. vikramonline

    Client IP Address Detection

    Vongrunt, I am actually using ASP ,I have already tried "REMOTE_ADDR" but what I get is not the client IP but my local IP.
  9. vikramonline

    Client IP Address Detection

    Now I allowed the Server Side Includes on my IIS Server,but what I get is the local IP Address and the same local IP Address is displayed no matter from where I access the page.
  10. vikramonline

    Client IP Address Detection

    BabyJeffy, When I try to run this in a htm or asp file what I get in the alert box is not the IP Address but the string "<!--#echo var="REMOTE_ADDR"-->" itself. Everything else works very fine.
  11. vikramonline

    Client IP Address Detection

    BabyJessy, It does not work either.
  12. vikramonline

    Client IP Address Detection

    This script does not work for me. <SCRIPT LANGUAGE="JavaScript"> var ip = '<!--#echo var="REMOTE_ADDR"-->'; // This part is for an alert box alert("Your IP address is "+ip); // This part is for the status bar window.defaultStatus = "Your IP address is "+ip; // This part is for the title bar...
  13. vikramonline

    Using SHTML files in ASP ??

    Can we use SHTML with ASP ?
  14. vikramonline

    dd/mm/yyyy Format Urgent Please

    I am using MS-Access with ASP. I have a form in which user enters some data and it is inserted into the database alongwith the entrydate(which the user does not fill) Date format in Access is set to shortdate. The entry date entered in Access is always 05/01/2004 but it should be 01/05/2004...

Part and Inventory Search

Back
Top