Request a Tutorial

  • Are you searching for a tutorial and getting totally frustrated because you cannot find it?
  • You can request it by logging in, choosing the right category and then click on the ADD NEW ARTICLE button.
  • If someone requested that tutorial already, rate it and we will give it priority.

Explore the Request a Tutorial

Access

Access Calendar Control in Dreamweaver MX

How to incorporate the Microsoft Access Calendar Control, into a web page created using Dreamweaver MX. Read More
ASP

creating Exchange meeting request with ASP!

Hi there,

While working on a intranet project the client asked if is would be possible to create and send Exchange meeting requests. Well, I've been surfing the net for a while now, but I just can't find a comprehensive tutorial on how to do this. So I hope one of our DMXzone-friends knows about this stuff and is willing to share his knowledge with us...

Read More
ColdFusion

CFmail with attachment

The net is full with tutorials about using the CFmail tag to create a mailform. But I can't find a good tutorial that shows me how to include an attachment. I've tried using the mimetype variable in the CFmail tag but the CFerror report always returns a security warning about "acces denied" for the file I want to upload

 

greets 

Peter Van Laer 

Read More
Databases

Inserting Data into Multiple Rows of Database

I'm looking for a tutorial on inserting data from a UD4 form into multiple rows of a SQL Server database table. I've searched all over DMXZone.com, and closest I was able to find was a tutorial named "Multiple delete using Javascript " at http://dmxzone.com/ShowDetail.asp?NewsId=3430. I thought I could somehow change it to an Insert to do what I need...a page that inserts multiple records from one form into one table. My plan is to get the Delete Behavior to work first using the script from that page, then I was going to change it to an Insert page.

I know that it needs to be something like:

SELECT STATEMENT:
INSERT INTO dbo.Example1(1,2)
SELECT('var1','var2')
FROM dbo.Example2
WHERE 1 = 'var1'

VARIABLES:
var1 % Request.Form("checkbox")
var2 % Session("s2")

...but I've not been able to get this to work. The above example enters all of the data into one row using commas. (Ex: 1, 2, 3...) A lot of other users have also requested this tutorial, so I think it would be a great help and a great addition to your site. Thanks.

KWilliams
kwilliams@douglas-county.com

Read More
ASP

setting img src attribute conditionally in javascript

I'm new to this stuff & am having a tough time understanding how to write a basic if/then condition in an ASP/Javascript page in DreamweaverMX. My page contains a list of records from a db.  I have a thumb image associated w/each row. whose source value is set by refererncing the imag location & name, as determined by a value from the dataset, as follows:

<img src="images/properties/<%=(rsListings.Fields.Item("mlsid").Value)%>_thumb.jpg" alt="noPhoto" name="listingPhoto" width="36" height="39" border="0">

This works fine, but I need to set the src value differently if there is no image for the record, as determined by the value of the "webImage" field in the data set.

Referring URL 1: http://www.bigbridge.net/vang/vlistings.asp (this does NOT have the condition, but it shows what I'm trying to do)

Read More
Newer articles Older articles