Jump to content


hidekitk

Member Since 26/05/2004
Offline Last Active 02/09/2004, 12:23
-----

Posts I've Made

In Topic: Ícones Sem Permissão

02/09/2004, 12:15

Procura um anti Spyware, no site do www.superdownloads.com.br lá tem o Adware

In Topic: Tag Html Via Email

26/05/2004, 11:55

Também to com o mesmo problema, me deram um scritp que mistura javascript com cold fusion, mas não deram os arquivos do cold fusion


<html>
<head>
<title>EAN</title>

<script>
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
if (ie4) {
document.write('<link rel="stylesheet" href="/html/common/style/style_ie.css" type="text/css">')
} else {
document.write('<link rel="stylesheet" href="/html/common/style/style_net.css" type="text/css">')
}
</script>

</head>

<body>
<script src="/html/common/js/default_assessment.js"></script>
<script src="/html/pt_BR/js/pop_sendMail.js"></script>
<center>
<form name="eMail"><img src="/html/common/images/transp.gif" border="0" width="1" height="5"><br>

<table border="0" cellpadding="1" cellspacing="0" width="327">
<tr>
<td class="sendmailBorder" align="right"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="right"><img src="/html/common/images/header_sendmail.gif" border="0"></td>
</tr>
<tr>
<td class="sendmailBG">
<table border="0" cellpadding="4" cellspacing="1" width="99%">
<tr>
<td class="sendmailFormText" colspan="2"><br>Envie essa página para um amigo.<br><br></td>
</tr>
<tr>
<td valign="top" class="sendmailFormText">Seu e-mail: </td>
<td valign="top"><input class="sendmailFormInput" type="text" name="sender" size="28"> </td>
</tr>
<tr>
<td valign="top" class="sendmailFormText">E-mail do destinatário: </td>
<td valign="top"><input class="sendmailFormInput" type="text" name="receiver" size="28"> </td>
</tr>
<tr>
<td valign="top" class="sendmailFormText">Assunto: </td>
<td valign="top"><input class="sendmailFormInput" type="text" name="subject" size="28"> </td>
</tr>
<tr>
<td valign="top" class="sendmailFormText">Comentário: </td>
<td valign="top"><textarea class="sendmailFormInput" name="myText" cols="23" rows="5"></textarea></td>
</tr>
<tr>
<td align="center" colspan="2"><br><br><input class="submitButton" type="button" value="Enviar" onclick="java script:sendEmail()">
&nbsp;&nbsp;<input class="submitButton" type="button" value="Fechar" onclick="java script:window.close()"></td>
</tr>
</table><br><br>
</td>
</tr>
</table></td>
</tr>
</table>
</form>
</center>



</body>
</html>

<script>
function sendEmail()
{
if (!valida())
{
return false;
}

opLocation = opener.location.href;
opLocation += "&mode=eMail";
opLocation += "&sender="+document.eMail.sender.value;
opLocation += "&receiver="+document.eMail.receiver.value;
opLocation += "&subject="+document.eMail.subject.value;
opLocation += "&myText="+document.eMail.myText.value;

document.location = opLocation;
}

</script>

IPB Skin By Virteq