Send A Comment Adds Another ID?
how to set up comments in seperate table?
View Replieshow to set up comments in seperate table?
View RepliesI 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 View RelatedIm 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?
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 RelatedHow do I Comment a line in asp
View Replies View RelatedI 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 RelatedI 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
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.
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 Relatedi 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 RelatedI'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.
How can I send a sms from my asp page.even i don't know whether it is posiible or not.
View Replies View RelatedI 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.
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 RelatedI 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 RelatedI do not get a error msg, but my sms is not send out. Code:
View Replies View RelatedI Want to send email but i couldnot make plz help send both asp and html form
cdonts,aspmailer,aspmail
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?
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> .....
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?
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.
I am sending mail from ASP program. My server is win 2k, IIS 5. SMTP
server is configured.
I am generating a report(purchase order) and the same sending as an email to
the supplier. upto last week it was sending well. Now its returning bounce
mail.
in the c:inetpubmailrootadmail contains the file(.bdr). The contents of
the file are ....
I would like to know how can i nodify some users which are into my databese with an e-mail? How can i sent to them an "automate" e-mail using VB script.
View Replies View RelatedI tried the code given in this site,
<%
Set Mail=Server.CreateObject("CDONTS.NewMail")
Mail.To="rashwathama@yahoo.com"
Mail.From="rashwathama@yahoo.com"
Mail.Subject="Just testing my script"
Mail.Body="Hey! I am sending this email through an ASP Page and guess what? I
haven’t learnt much yet, but know that ASP is very powerful."
Mail.Send
Set Mail=nothing
response.write "DONE"
%>
But it did not work
I use Windows 2000 Server and Internet Information Service (IIS).....
Our local educational host doesn't have any COMs on their servers so I need
to use the built-in (if there is one!!) mail/smtp component of ASP.net to
send web form data via email.
Is there such a thing in ASP.net? My apols for the newbie question, but I'm
still an ASP classic developer.
Could somebody post me an example of how to use it.
We currently have a form that is in PHP that after the user fill out the form and hit submit, this form send all the information via email to us. I like to know if there is a similar feature or way to do this in ASP.
View Replies View Relatedusing the code below is how to send email using asp;
<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="martialdc@hotmail.com"
myMail.To="amboy416@yahoo.com.ph"
myMail.TextBody="This is a message."
myMail.Send
set myMail=nothing
%>
but i encounter this error;
There is a problem with the page you are trying to reach and it cannot be displayed.
attached with this thread is the file (send.asp) so that you can check it for sure.
I am trying to develop a web site which involve in log in n to retrieve password. When a user forget their password they will use this service, after they enter their email address, i will send their user id and password to their email which allow them to see their user id and password, but i don know to to do this service which will automatically send email to user email address when they click the button .....
View Replies View RelatedI've got an asp page that uses CDO.Message and
CDO.Configuration to send an email.
I'm not receiving any of these emails normally (i.e. in
Outlook), instead they all end up in this folder :
Inetpub/Mailroot/Queue.
Could someone please explain what this means? Does this
mean the emails have been successfully sent?...or are they
waiting to be sent?
I'm pretty sure my smtpserver name is correct because i've
got the same thing going in .NET and it all works ok there
(as in I get an email thru Outlook). Just can't seem to
get it going in ASP.
Not sure if it this relevant...I'm behind a firewall, so
i'm assuming the smtpserver name is for a smart host,
which is fine in .NET, but i'm not sure how that'll work
out in ASP (eg. what do i set the serverport number to?)
Anyone have any pointers as to how i could get asp to send some simple emails?
View Replies View RelatedI've just downloaded a component called AspEmail (http://www.aspemail.com). When i tried to test my code using the localhost, it require sthe address of my SMTP server inorder to send the email.
I put "localhost" as the address but i cannot send the mail for some wierd reason. I check the badmail folder just to find some mails under the "queue" folder.
I've tried the same code in a different pc, and i got a different error: AspEmail: Simple.asp
Error occurred: Connection timed out.
Does any body know how to send email using that aspemail component on localhost
Appreciate it.
I must send to the page below(MailBee.asp) the two parameters UserName and Password.
The page MailBee.asp is a different page, the code below is from the page where I have done the form(login.asp), so MailBee.asp is the page where I must do the authentication.That's why I must send to this page the two parameters, but I don't know how can I do this with the method action.Code:
<form action="MailBee.asp" method="post" id="form1" name="form1">
When I click submit, everything looks fine, but it doesn't seem to send an email. I'm now at a complete loss as to why it won't email and would be grateful if someone would have a look to see if they can see where I'm going wrong, here's what I have. I wonder if it's the HTML that's wrong or the ASP as I don't have any error messages: Code:
View Replies View Related