Click here to Skip to main content
16,004,991 members
Home / Discussions / Web Development
   

Web Development

 
GeneralBack to the beginning Pin
RickZ27-Apr-04 7:59
RickZ27-Apr-04 7:59 
GeneralRe: Back to the beginning Pin
Tran Quoc Thang2-May-04 21:01
Tran Quoc Thang2-May-04 21:01 
QuestionHow to send request to php page using POST method Pin
Alex Getman27-Apr-04 2:06
Alex Getman27-Apr-04 2:06 
Generalweb services datareader Pin
robmays26-Apr-04 22:44
robmays26-Apr-04 22:44 
GeneralGetting a Headache - Javascript Pin
matthias s.26-Apr-04 6:10
matthias s.26-Apr-04 6:10 
GeneralRe: Getting a Headache - Javascript Pin
Mike Ellison29-Apr-04 3:07
Mike Ellison29-Apr-04 3:07 
QuestionHow to send mail through web page? Pin
Anonymous25-Apr-04 21:18
Anonymous25-Apr-04 21:18 
AnswerRe: How to send mail through web page? Pin
nexus@ananzi.co.za25-Apr-04 23:12
nexus@ananzi.co.za25-Apr-04 23:12 
Send me your email address - I've got a sample in VB .Net that will help
In the meantime have a look at this..
Good Luck

Nexus

Sending Mail

Imports System.Web.Mail

Public Class Mailing
Public Function SendMail(ByVal Recipient As String, ByVal Password As String) As String

Dim mailmsg As New MailMessage
With mailmsg
.To = Recipient
.From = "MrMovies@FunWeb.co.za"
.Subject = "Mr Movies Registration"
.Body = "Your username: " & Recipient & " and password: " & Password
End With

SmtpMail.SmtpServer = "vulcan"
SmtpMail.Send(mailmsg)

End Function
End Class


‘Call the Mailing Class
Dim msg As New Mailing
msg.SendMail(txtEmail.Text, txtPass.Text)


QuestionHow to make a webpage look like www.sub.mypage.com? Pin
DanYELL25-Apr-04 7:54
DanYELL25-Apr-04 7:54 
AnswerRe: How to make a webpage look like www.sub.mypage.com? Pin
Sarvesvara (BVKS) Dasa25-Apr-04 9:03
Sarvesvara (BVKS) Dasa25-Apr-04 9:03 
GeneralA very odd behavior Pin
Andrew Stampor25-Apr-04 6:36
Andrew Stampor25-Apr-04 6:36 
GeneralRe: A very odd behavior Pin
Andrew Stampor25-Apr-04 13:04
Andrew Stampor25-Apr-04 13:04 
GeneralRe: A very odd behavior Pin
Andrew Stampor25-Apr-04 13:10
Andrew Stampor25-Apr-04 13:10 
GeneralCommanding a PHP/Java script from an ActiveX control Pin
Antti Keskinen25-Apr-04 1:23
Antti Keskinen25-Apr-04 1:23 
Generalbottom page part scrollable, upper not Pin
Michał Januszczyk23-Apr-04 11:45
sussMichał Januszczyk23-Apr-04 11:45 
GeneralRe: bottom page part scrollable, upper not Pin
Paul Watson23-Apr-04 12:41
sitebuilderPaul Watson23-Apr-04 12:41 
GeneralRe: bottom page part scrollable, upper not Pin
Michał Januszczyk23-Apr-04 13:03
sussMichał Januszczyk23-Apr-04 13:03 
Generalrun exe file from ASP Pin
AWebDude23-Apr-04 8:32
AWebDude23-Apr-04 8:32 
GeneralRe: run exe file from ASP Pin
Paul Watson23-Apr-04 12:51
sitebuilderPaul Watson23-Apr-04 12:51 
GeneralRe: run exe file from ASP Pin
AWebDude25-Apr-04 5:01
AWebDude25-Apr-04 5:01 
Question2 dimensional array??? Pin
doha_8122-Apr-04 17:49
doha_8122-Apr-04 17:49 
AnswerRe: 2 dimensional array??? Pin
Colin Angus Mackay23-Apr-04 8:12
Colin Angus Mackay23-Apr-04 8:12 
GeneralInterDev showing HTML comments in source view Pin
John R. Shaw22-Apr-04 7:56
John R. Shaw22-Apr-04 7:56 
GeneralRe: InterDev showing HTML comments in source view Pin
Paul Watson23-Apr-04 12:56
sitebuilderPaul Watson23-Apr-04 12:56 
GeneralNeed good understaning in the purpose of .lic files Pin
anderslundsgard22-Apr-04 4:12
anderslundsgard22-Apr-04 4:12 

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.