שליחת דואר באמצעות ASP - תכנות - HWzone פורומים
עבור לתוכן
  • צור חשבון

שליחת דואר באמצעות ASP


frezi

Recommended Posts

הקוד הבא עובד מצויין על המחשב שלי על ה LOCALHOST, אבל כשאני מעלה אותו לדומיין שלי (רכש domain.co.il) עולה הודעה:

The page cannot be displayed

There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Open the ... home page, and then look for links to the information you want.

Click the  Refresh button, or try again later.

Click  Search to look for information on the .

You can also see a list of related sites.

HTTP 500 - Internal server error

Internet Explorer 

הקוד:

<html dir="rtl">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">

<title>צור קשר</title>

<%

sub sendMail()

subject=Request.Form("messageTitle")

from=Request.Form("replyMail")

message=Request.Form("theMessage")

Set myMail=CreateObject("CDO.Message")

myMail.Subject="הודעה מהאתר שלי: " & subject

myMail.From=from

myMail.To="freziy@zahav.net.il"

myMail.TextBody=message

myMail.Send

end sub

%>

</head>

<body bgcolor="#2E2E2E" topmargin="12" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

<% call sendMail() %>

<table border="0" width="600" cellspacing="0" cellpadding="0" height="400" id="table1">

<tr height="30">

<td background="signupperbg.JPG"><span lang="he"><u>

<font size="5" color="#FBC81F"><b>צור קשר</b></font></u></span></td>

</tr>

<tr>

<td valign="center" background="signupbg.JPG" align="center">

<font face="Verdana" color="white"><span lang="he">

<b>

ההודעה נשלחה בהצלחה. תודה רבה.

</b>

</td>

</tr>

</table>

</body>

</html>

תודה לכל העוזר המצביע על הבעיה =/

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...