|
You need a SMTP server that will accept relaying mails from your host.
This should usually be the same server as you have configured in your...
|
|
You have a list menu field call company invoice number and 2 other fields
called customer name and cust invoice. Is there a way to have the user...
|
|
x = Request.QueryString("var1")
y = Request.QueryString("var2")
z = x & y
Response.Redirect("myPage.asp?newvariable=" & z)
"-D-"...
|
|
Paul,
Thanks, i didn't even think about that, makes perfect sense though, i only
care if the query returns any values at all. How does Homer say it...
|
|
Unless you have a field in your query called eventydate then this statement
is not going to work.
--
Regards
Paul Whitham
Macromedia...
|
|
.oO(Gahi)
Use a server-side script. Search this group or Google for 'formmailer'.
This topic comes up every day, you should be able to find...
|
|
Hello All,
I'm trying to create my first web-form using DW and SQL Server. I have a
database that has four tables, all of those tables except one...
|
|
"asfoura" <webforumsuser@macromedia.com> wrote in message
news:cvkkh0$bkh$1@forums.macromedia.com...
You could use alert() or document.write() to...
|
|
The following code messes up dreamweaver's syntax highlighting. Im assuming
it's because the parser sees the bracket and thinks it's a tag.
...
|
|
Thanks, but I tried that (per the instructions) and am still getting the http error. Any other ideas?
|
|
ASP: recordset
ASP.NET: dataset
xcoldnet wrote:
|
|
take a look at http://aspfaq.com/show.asp?id=2128, maybe it can help
Nathon Jones wrote:
|
|
sorry, not an answer just to ask, why do you store the images in the DB?
I think the best approach is to store just the file names in the DB
& the...
|
|
btw, to copy and paste from the .udl file, you will need to open it in notepad.:D
|
|
Hey everyone, I am inserting a drop down menu that will allow a user to sort
the database result on my page. The problem is, i'm not sure where to...
|
|
Do i need to use an insert record loop?
|
|
Is it possible for an event in one frame cause a SwapImage behavior in another
frame? Specifically, I'm trying to swap images in the Navigation.htm...
|
|
Thanks RP
Too be honest i have built a few sites using Julians Charon Cart which work
perfectly.
I just wanted to confirm that Actinic is pants.
...
|
|
Please help... I'm trying to set up a database connection via an IP address
and always get this error when testing the database connection: HTTP...
|
|
Can anyone help me to create an insert record loop using asp vbs?
|