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.
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 ??
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.
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.
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...
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.
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.
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.
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.