I think I found the problem, it looks like using http://numeric_url/ does not work with cdonts, if I put http://domain/ in the body field it works.
Now I am worried that people use numeric url in their message so I wont get them.
Anyone know something about this?
Thanks
Hi,
I created a asp page that send information from the form to cdonts/email. When I type text in my body form field, the mail is generated and sent. As soon as I put a URL (http://something.com), CDONTS don't send anything.
Help Please!
Hi,
I'm trying to load a URL in the load() method.
It's working when I do it client side using JScript but want to do it server
side using ASP-VB
Here is my code (server side)
srchStr =...
Hi, is it possible to link from a web page to the users mailbox in outlook 2000?
I'm able to link using:
outlook:\\Mailbox - LastName, FirstName\Inbox
But the problem is that the LastName, FirstName must change acccording from who's logged into the cpu.
Is it possible to retreive from windows...
Hi, is it possible to link from a web page to the users mailbox in outlook 2000?
I'm able to link using:
outlook:\\Mailbox - LastName, FirstName\Inbox
But the problem is that the LastName, FirstName must change acccording from who login into the cpu.
Is it possible to retreive from windows...
Hi, is it possible to link from a web page to the users mailbox in outlook 2000?
I'm able to link using:
outlook:\\Mailbox - LastName, FirstName\Inbox
But the problem is that the LastName, FirstName must change acccording from who login into the cpu.
Is it possible to retreive from windows...
Hi all,
I'm new with CF, and want to index (w/Verity) my site excluding some
folders,
I've found the custom tag CF_pathindex but don't know how to use it.
If anyone of you could send me some samples, it would be great.
Thanks
Mario Leduc
mleduc@ncc-ccn.ca
Hi yesterday I post a message to know how create variables in a for loop.
Now my problem is that I want to put a string in those variables but could not figure it how???
here what I tried
For i = 1 to 60
If eval("x" & i) <> "" Then
execute "Dim y" & i...
I'm able to creat the variables with the line of code
execute "Dim x" & i
What I'm having trouble with is to but a simple constant string in these new variables.
Thanks
Hi yesterday I post a message to know how create variables in a for loop.
Now my problem is that I want to put a string in those variables but could not figure it how???
here what I tried
For i = 1 to 60
If eval("x" & i) <> "" Then
execute "Dim y" & i...
Hi,
I want to auto-create variables inside a for loop like the example below but it doesn't work. Please Help!!!!!!.
Here is the code I tried:
For i = 1 to 60
If eval("x" & i) <> "" Then
eval("y" & i) = "String"
End if
Next
I tried this also...
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.