Sei sulla pagina 1di 3

<br />

<b>Warning</b>: set_time_limit() [<a href='function.set-time-limit'>function.se


t-time-limit</a>]: Cannot set time limit in safe mode in <b>/home/super/public_h
tml/faq/init.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>: session_start() [<a href='function.session-start'>function.sess
ion-start</a>]: Cannot send session cookie - headers already sent by (output sta
rted at /home/super/public_html/faq/init.php:3) in <b>/home/super/public_html/fa
q/init.php</b> on line <b>4</b><br />
<br />
<b>Warning</b>: session_start() [<a href='function.session-start'>function.sess
ion-start</a>]: Cannot send session cache limiter - headers already sent (output
started at /home/super/public_html/faq/init.php:3) in <b>/home/super/public_htm
l/faq/init.php</b> on line <b>4</b><br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="pragma" content="no-cache">
<title>Enviar questão por email Por que meus Arquivos CGI apresent
am mensagem de erro?</title>
<LINK href="http://www.superhospedagem.com.br/faq/templates/Clas
sic/WindowStyles.css" type="text/css" rel="stylesheet">
</head>
<body>
<span style="display: ">
<table>
<form onSubmit="return CheckForm()" action="http
://www.superhospedagem.com.br/faq/questions/65/__sendemail" method="post">
<tr>
<td class="Heading">Enviar por email ess
a questão a um amigo</td>
</tr>
<tr>
<td class="Text">
<div>Por favor complete o questi
onário abaixo para enviar essa questão a um amigo. Campos marcados com asterisco (*)
são obrigatórios.</div>
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td><span class=
"Required">*</span>&nbsp;Seu nome:</td>
<td><input type=
"text" name="FromName" id="FromName" class="Field250"></td>
</tr>
<tr>
<td><span class=
"Required">*</span>&nbsp;Seu email:</td>
<td><input type=
"text" name="FromEmail" id="FromEmail" class="Field250"></td>
</tr>
<tr>
<td><span class=
"Required">*</span>&nbsp;Nome do amigo:</td>
<td><input type=
"text" name="ToName" id="ToName" class="Field250"></td>
</tr>
<tr>
<td><span class=
"Required">*</span>&nbsp;Email do amigo</td>
<td><input type=
"text" name="ToEmail" id="ToEmail" class="Field250"></td>
</tr>
<tr>
<td><span class=
"Required">*</span>&nbsp;Mensagem:</td>
<td><textarea na
me="Message1" ID="Message1" class="Field250" rows="15">Olá {{ToName}},
Eu achei uma pergunta e uma resposta Base de Conhecimento (FAQ) que vocçê pode estar
interessado.
Esse é o link: http://www.superhospedagem.com.br/faq/questions/65/Por-que-meus-Ar
quivos-CGI-apresentam-mensagem-de-erro%3F</textarea><textarea name="Message" ID=
"Message" class="Field250" rows="15" style="display:none">Olá {{ToName}},
Eu achei uma pergunta e uma resposta Base de Conhecimento (FAQ) que vocçê pode estar
interessado.
Esse é o link: http://www.superhospedagem.com.br/faq/questions/65/Por-que-meus-Ar
quivos-CGI-apresentam-mensagem-de-erro%3F</textarea></td>
</tr>
<tr>
<td></td>
<td><input type=
"submit" class="FormButton" value="Enviar"></td>
</tr>
</table>
</td>
</tr>
</form>
</table>
</span>
<span style="display: none">
<table id="EmailArticlePanel_SuccessTable">
<tr>
<td class="Heading">Email enviado</td>
</tr>
<tr>
<td><table class="Box"><tr><td width='20
px'><img src='http://www.superhospedagem.com.br/faq/templates/Classic/Images/Suc
cess.gif'></td><td>Essa resposta foi enviada com sucesso para seu amigo.</td></t
r></table>
</td>
</tr>
</table>
</span>
<script>
function CheckForm()
{
if(document.getElementById("FromName").value ==
"")
{
alert("Por favor coloque seu nome.");
document.getElementById("FromName").focu
s();
return false;
}
if(document.getElementById("FromEmail").value ==
"")
{
alert("Por favor coloque seu email.");
document.getElementById("FromEmail").foc
us();
return false;
}
if(document.getElementById("ToName").value == ""
)
{
alert("Por favor coloque o nome de seu a
migo.");
document.getElementById("ToName").focus(
);
return false;
}
if(document.getElementById("ToEmail").value == "
")
{
alert("Por favor coloque o email do seu
amigo.");
document.getElementById("ToEmail").focus
();
return false;
}
if(document.getElementById("Message").value == "
")
{
alert("Por favor escreva uma mensagem.")
;
document.getElementById("Message").focus
();
return false;
}
return true;
}
</script>
</body>
</html>