How To Set Up A SEND USER A COMMENT?
I have a MEMBERS table and a COMMENTS table I am using session varible which is rsUser in the members table, I am using this as AUTHOR of the comment so I do not know what to filter (as you can tell i am using Dreamweaver with Access database) I also do know know about what collumns to have in what table? ParentID ?
View Replies
ADVERTISEMENT
how to set up comments in seperate table?
View Replies
View Related
I have set up a COMMENTS section on my site, How do I get it to display just in that users profile if they where looking at it?
user: test1
pass: test1
View Replies
View Related
if i m the server, i had this feedback page whereby i need the user to type in the feedback in a textbox and then send it to mi. he must enter his email in a textfield and click on a button. issit possible to do that? without having to use outlook express to pop out??
View Replies
View Related
How can I write a program to send automated email to user's email address after they registered to my site.
I want my email has HTML format or even links. Not just one sentence.
Once the user click on the link or reply this email, their registration will be complete.
I am using ASP with Access Database.
View Replies
View Related
how can Identify a domain user that send a form made with ASP. I have see that exist a variable called currentuser, but what does it mean?
View Replies
View Related
Code:
Set cdoMessage = Server.CreateObject("CDO.Message")
Set cdoMessage.Configuration = cdoConfig
cdoMessage.From = "admin@nyc-discusfanatics.com"
cdoMessage.To = strEmail
cdoMessage.Subject = "NYC-Discusfanatics.com User Registration"
cdoMessage.HTMLBody = "<html>" &_
"<body>" &_
"Hello "&strUName&"<br/><br/>" &_
"Thank you for registrating with NYC-DiscusFanatics.com Please activate your account by clicking the link below.<br/><br/>" &_
"<a href='http://www.nyc-discusfanatics.com/face/dragonball/AccountActivate.asp?UserID="&strID&"'>Activate my account.</a>" &_
"<br/><br/>Thanks for your registration." &_
"<br/><br/><br/>Vincent" &_
"<br/><br/>Administrator of NYC-Discusfanatics.com" &_
"</body>" &_
"</html>"
cdoMessage.Send
Set cdoMessage = Nothing
Set cdoConfig = Nothing
I got return email that the mail fail to deliever to AOL user. I assuming AOL email doesn't accept ASP script embedded in the email?
View Replies
View Related
I have created a New Users registration form for my database. The User enters there details such as email, account, name etc, and then clicks a Register button. This should send an e-mail to the User with a link for them to click to activate there account.
When i click on register however, i get a page not found message. When i try to diplay my Confirmation page, i get the error mention ed above.
View Replies
View Related
How to get/set and send the HTTP Headers(user-defined) coming from another domain/site]
In one SMS gateway project i need a great and urgent help from u all. There,the Service Providers sending the data thru "HTTP Headers" (For ex.sms-Id,sms-source [user defined]).
So i need to get and parse the name value pairs, and need to respond/send the same way as coining the "HTTP Headers" (For ex. sms-Id,sms-destination,sms-msg [user defined]).
View Replies
View Related
When someone buys something on my site from a detail page, I show them a cart. When they hit continue shopping, the only option I have right now is to take them back to the detail page. What I really would like to do is take them all the way back to the catalog page they used to get to the detail.
View Replies
View Related
How can i send an Email using ASP, i mean, let's say a user is registering .I want to send him an email with his user info,is it Possible?
View Replies
View Related
I want an automatic email to send to a user when they register, the first page looks like this, i took away all the table information and what have you ....
View Replies
View Related
im tryin to secure my application. i want the application to send the user back to the login page if they have not logged into the system. do i use the global.asa file or is there a simpler way to do this?
View Replies
View Related
Im just starting to learn ASP (I already know PHP, and very little PERL).BUT, how do you comment properly in an ASP file?
is it ' COMMENT, or double slash (//) ?
And
Im running a Apache server on my computer, with PHP and MySQL .... is there any way to get ASP support in there, without having to use IIS?
View Replies
View Related
Is there a style for commenting? I seem to comment my code to make it easier to read, but it still looks ugly. How do you all comment your code?
View Replies
View Related
How do I Comment a line in asp
View Replies
View Related
I have a form that that I use to upload files to a server. I want to put a place on it so people can coment on the files they upload. The problam is how do I get it to expand as people write info into it.
View Replies
View Related
Using ASP, Is there a way to read the File property of an Image. Like Comments, Subject etc. (Information seen when you right click on an Image) I have tried using the FileSystemObject. But this is limited to very few properties like AccessDate Modified Date etc.
I also tried reading the Exif information in the JPEG. The EXIF Comments are not the Same as Comment section available from the Properties of the File.
View Replies
View Related
Just finished creating my own news script and was wondering if someone could look at it for me comment on it, how secure is it etc.
View Replies
View Related
i am trying harder to mix this 2 solutions... but without success... the below on seen to be grabing a template and replace the data with the values posted in a form Code:
View Replies
View Related
I have written an ASP.NET 2.0 application that uses Active Directory or ADAM
to manage account users - the site has a page that allows people to create an
account (much like any site). The page populates the AD with all the
information and the user account but I am unable to enable the account.
Microsoft has information on how to do that here -->
http://msdn.microsoft.com/library/d...ting_a_user.asp
(the sample is for Visual Basic) - and I am unable to complete the bottom
portion of the script. Can some one point me in the right direction - or can
you tell me how I can add a snippet of VBscript code to an ASP.NET page.
I am using the Active DS Type library - not sure why there are multiple ones
(System.DirectoryServices) but it is rather confusing - I seem to accomplish
one thing with one and another with the other (they did have trouble
co-existing however). Anyway my script works very well but I am not able to
access the properties required to enable the account.
Here is a simple version (no error checking) of the code.....
View Replies
View Related
how to go about setting up an asp script or flash action script to take the input from a user of his/her username and password then send an email to the user with the information. I am able to do all of this but the problem is that the users pc is the one sending the email. I want the server to send the email instead.
View Replies
View Related
I've been researching how to send text messages and ringtones to cell phones. I've found out that one way is to use ASP which I can handle a bit. Thing is that it seems that you have to subscribe to a pretty costly service that will transmit your messages.
The only exception I've found so far is http://smsonweb.www1.dotnetplayground.com/ksms.asmx?op=SendSMS but it doesn't seem to work.
Does anyone know of any other free services for this or where I can find more info.I'm not looking to develop any commercial software just to learn something new.
View Replies
View Related
How can I send a sms from my asp page.even i don't know whether it is posiible or not.
View Replies
View Related
I want to send fax from my asp pages. Is it possible. If yes how to send it.The fax no has been stored in the database.
there is one url but this code is giving internal server error something replicate data.
View Replies
View Related
Does anyone have an example of ASP streaming XML? Can I set content headers to indicate the page returns XML? Can this XML be a string or must it be prepared with DOM? I need to create an ASP that queries Access and Oracle,combines the data and returns it as XML.
View Replies
View Related
I want to know something about how to send sms trough ASP,Any help regarding this very much appreciable,If some one have the Sending SMS Script then let me know.
View Replies
View Related
I do not get a error msg, but my sms is not send out. Code:
View Replies
View Related
I Want to send email but i couldnot make plz help send both asp and html form
cdonts,aspmailer,aspmail
View Replies
View Related
how can I use a mail.to or mail.addaddress with a request.form() ?
I mean, ill get an error if i code:
mail.to request.form("friend")
how can I code it?
View Replies
View Related
I have the code for the sending mail but i do not know to loop it. I have been given specification saying that i should send mail after registration and deregistration.
so i have a asp page given the action function of the register form so the page updates the registration done. so i given after registration the send mail code and want to have the loop or condition for the mail to be sent to the person who updates registeration
and code is as follows....
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY> .....
View Replies
View Related
I'm 99.9999999999999999999% sure there haven't been any code changes, since the date stamps of the code are older than any email 'failures'
The email piece quit working using the mail.send. If there haven't been any changes made to previously working code, where do I look for the problem now? I restarted the SMTPservice in IIS. Our real email is hosted remotely, I checked with the admin and she said no changes were made, i.e., not blocking port 25 traffic from the gateway.
I guess this isn't ASP specific, but any ideas how to troubleshoot this?
View Replies
View Related
I'm new with asp and server thing so if somoene could help me to resolve my problems
it would be very great.
I'm trying to send myself an email but it doesn't work, no error message, I just don't receive any email.
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="bob@hotmail.com"
myMail.To="bob@hotmail.com"
myMail.TextBody="This is a message."
myMail.Send
I'm using IIS at my home to test this code.
View Replies
View Related