Click here to Skip to main content
15,905,144 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: i need a good web-tracker Pin
includeh1015-Jan-05 3:20
includeh1015-Jan-05 3:20 
GeneralRe: i need a good web-tracker Pin
Brad Bruce15-Jan-05 3:45
Brad Bruce15-Jan-05 3:45 
Generalmenu from database JAVAScript Pin
amit__813-Jan-05 23:49
amit__813-Jan-05 23:49 
GeneralRe: menu from database JAVAScript Pin
JKroschel14-Jan-05 4:42
JKroschel14-Jan-05 4:42 
GeneralJava Mail API Pin
Member 157626913-Jan-05 8:26
Member 157626913-Jan-05 8:26 
GeneralApache Web Server Pin
13-Jan-05 7:13
suss13-Jan-05 7:13 
GeneralDate field Pin
Yulianto.12-Jan-05 13:57
Yulianto.12-Jan-05 13:57 
GeneralRe: Date field Pin
alex.barylski13-Jan-05 20:27
alex.barylski13-Jan-05 20:27 
GeneralRe: Date field Pin
Yulianto.13-Jan-05 21:43
Yulianto.13-Jan-05 21:43 
GeneralRe: Date field Pin
alex.barylski14-Jan-05 18:18
alex.barylski14-Jan-05 18:18 
GeneralRe: Date field Pin
Yulianto.14-Jan-05 19:25
Yulianto.14-Jan-05 19:25 
GeneralRe: Date field Pin
alex.barylski18-Jan-05 16:33
alex.barylski18-Jan-05 16:33 
GeneralRe: Date field Pin
Yulianto.18-Jan-05 17:48
Yulianto.18-Jan-05 17:48 
GeneralGet the source of the current displayed page Pin
robby_ghi12-Jan-05 0:09
robby_ghi12-Jan-05 0:09 
GeneralRe: Get the source of the current displayed page Pin
JKroschel14-Jan-05 5:33
JKroschel14-Jan-05 5:33 
GeneralRe: Get the source of the current displayed page Pin
bas210016-Jan-05 8:02
bas210016-Jan-05 8:02 
easy :
how did you retrieve the data ? maybe like this :

response.write rs("record1")
response.write rs("record2")
etc ...

Now lets Dim a Variable
Dim Alldata
Alldata = "Record 1 : " & rs("record1") & vbcrlf
Alldata = Alldata & "Record 2 : " & rs("record2") & vbcrlf
Alldata = Alldata & "Record 3 : " & rs("record3") & vbcrlf
etc

when finished

ObjMail.send Alldata

Thats it .

Generalwant to prevent un-intentional button clicks to query report Pin
ashu_sharma2111-Jan-05 18:08
ashu_sharma2111-Jan-05 18:08 
GeneralRe: want to prevent un-intentional button clicks to query report Pin
raouls11-Jan-05 18:42
raouls11-Jan-05 18:42 
GeneralRe: want to prevent un-intentional button clicks to query report Pin
ashu_sharma2111-Jan-05 18:53
ashu_sharma2111-Jan-05 18:53 
GeneralRe: want to prevent un-intentional button clicks to query report Pin
raouls11-Jan-05 20:17
raouls11-Jan-05 20:17 
Question&#xxx to character? Pin
Samsung10-Jan-05 2:34
Samsung10-Jan-05 2:34 
AnswerRe: &#xxx to character? Pin
V.10-Jan-05 23:19
professionalV.10-Jan-05 23:19 
GeneralDIV with automatic line feed Pin
raed9-Jan-05 19:05
raed9-Jan-05 19:05 
GeneralRe: DIV with automatic line feed Pin
Roger Wright10-Jan-05 0:53
professionalRoger Wright10-Jan-05 0:53 
GeneralActiveX events in ASP.NET page Pin
Meninga9-Jan-05 14:16
Meninga9-Jan-05 14:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.