Hola, me llamo Alan Chavez y soy webmaster de una pagina llamada Ranaweb.
Me encuentro programando un servicio de postales para la pagina y me topo con un error, el cual dice que en la linea 96 del codigo no se pudo crear el objeto
 
este es el codigo de la web
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>.:Rana Web v2.0:.</title>
<link rel="stylesheet" href="3col_rightNav.css" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style2 {color: #CCCCCC}
.style3 {color: #006699}
-->
</style>
</head>
<body> 
<div id="masthead"> 
  <h1 id="siteName">    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="750" height="150">
      <param name=movie value="http://mx.geocities.com/anmarka/rw.swf">
      <param name=quality value=high>
      <embed src="http://mx.geocities.com/anmarka/rw.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="750" height="150"> 
      </embed> </object></h1>
  <h1>  <span class="style1">sss</span>RanaWeb 2.0</h1>
  <div id="globalNav"> 
  <a href="http://mx.geocities.com/ranaweb.htm"><span class="style2">
| <span class="style3">Inicio</span></a> |<a href="http://mx.geocities.com/anmarka/animaciones.htm"> Animaciones</a>
 | <a href="http://mx.geocities.com/anmarka/bromas.htm">Bromas</a> | <a href="http://mx.geocities.com/anmarka/downloads.htm">Downloads</a></div> 
  <h2 id="pageName">Página de Inicio </h2> 
  <div id="breadCrumb"> 
    <a href="#">/</a></div> 
</div> 
 
<div id="headlines"> 
  <SCRIPT LANGUAGE="Javascript" TYPE="text/javascript" SRC="http://www.tag-board.com/tagboard.js?boardname=ranaweb"></SCRIPT> 
 
<table width="200" cellpadding="2" cellspacing="0" border="0"> 
  <tr> 
    <td width=200 height=200 valign=top> 
      <iframe src="http://www.tag-board.com/my.tag?name=ranaweb" name="tag" width="200" height="200"
marginwidth="0" marginheight="0"></iframe> 
      <script>netscape_support();</script> 
    </td> 
  </tr> 
  <tr>
    <td>
      <a href="http://www.tag-board.com/" target="_new">Powered by TagBoard Message Board</a>
    </td>
  </tr>
  <tr> 
    <td> 
      <form action="http://www.tag-board.com/add.tag" method="post" name="tagform" target="tag"> 
        <input type="hidden" name="name" value="ranaweb"> 
        Name<br> 
        <input name="tagname" maxlength="20"><br> 
        URL or Email<br> 
        <input name="tagurl" maxlength="100"><br> 
        Messages(<a href="http://www.tag-board.com/smilies/smilies.htm" onClick="return pop_up_smilies();" target="_blank">smilies</a>) 
        <br> 
        <textarea cols="24" rows="3" name="message" wrap></textarea><br> 
        <input class=button type="submit" value="TAG" onclick="return Clear_Last_Message_on_Submit();"> 
      </form> 
      <script>rememberme()</SCRIPT> 
    </td> 
  </tr> 
</table>
  </p> 
</div> 
<!-- end masthead --> 
<div id="content"> 
  <div class="feature">
    <%urlfoto="images/"
  urlminiatura="images/miniaturas/"
  tema=request.form("tema")%>
 
<center>
 <div align="center">
 <%
 dim strHost
id=request.form("id")
if id = "" then
    response.redirect "default.asp"
end if
 
urlfoto="../ranaweb/postales/images/"
  urlminiatura="../ranaweb/postales/images/miniaturas"
  'cambiamos los saltos de carro por <br>
     comentarios=replace(request.form("comentarios"),ch  r(10),"<br>")
  'Ponemos la primera letra en mayusculas 
     inicial=ucase(mid(request.form("comentarios"),1,1)  ) 
  'Asignamos a la variable comentarios el resto de la cadena
       comentarios=mid(comentarios,2)   
 
 
	   strHost = "www.7host.com"
		Set Mail = Server.CreateObject ("SMTPsvg.Mailer")
		Mail.Host = strHost
		Mail.From =  "[email protected]"
		Mail.FromName = request.form("nombre")
                		Mail.AddReplyTo request.form("email")
		Mail.AddAddress  request.form("emailamigo")
		titulo=Request.form("Nombre")&" te envia una e-postal" 
		Mail.Subject = titulo
		Mail.IsHTML = True
 
mensaje="<html><head>"
mensaje=mensaje & "<title>Una postal para ti desde Ranaweb.tk</title>"&vbcrlf
mensaje=mensaje & " </head><body><div align=center>"&vbcrlf
mensaje=mensaje & "<center> "&vbcrlf
mensaje=mensaje & "<table border=0 width=652 " 
mensaje=mensaje & " background=../ranaweb/images/rayasgrises.gif> "&vbcrlf
mensaje=mensaje & " <tr>"&vbcrlf
mensaje=mensaje & " <td width=93 bgcolor=#66CCFF> </td>"&vbcrlf
mensaje=mensaje & "  <td width=543> "&vbcrlf
mensaje=mensaje & " <table border=0 cellspacing=5 bgcolor=#FFFFFF>"&vbcrlf
mensaje=mensaje & " <tr> <td ><img border=0 src="&urlfoto&request.form("url")&">"&vbcrlf
mensaje=mensaje & " <td  valign=top>"&vbcrlf
mensaje=mensaje & "    <i><font color=#FF00FF size=7>"
mensaje=mensaje & inicial&"</font></i>"&comentarios&vbcrlf
mensaje=mensaje & "</td> </tr>"&vbcrlf
mensaje=mensaje & " <tr>"&vbcrlf
mensaje=mensaje & "<td  colspan=2> "&vbcrlf
mensaje=mensaje & " <font color=#FF0000>De:</font>"&vbcrlf
mensaje=mensaje & " <a href=mailto:"& request.form("email")&">"
mensaje=mensaje & request.form("nombre")&" </a><br>"&vbcrlf
mensaje=mensaje & "<font color=#FF0000>Para:</font> "&vbcrlf
mensaje=mensaje & request.form("amigo")&"("&request.form("emailamigo  ")&")"&vbcrlf
mensaje=mensaje & " </td> </tr></table><p> </p> </td></tr>"&vbcrlf
mensaje=mensaje & " </table>"&vbcrlf
mensaje=mensaje & " </center>"&vbcrlf
 
 
	Mail.Body = mensaje
	Mail.Send	
%>
<html>
 
<head>
 
<title>Envio de E-Postales</title>
</head>
 
<body>
 
      <p align="center"> </p>
      <h3 align="center"><font color="#FF0000">Postal enviada correctamente</font></h3>
      <p align="center"><a href="default.asp">Enviar otra</a></p>
      <p align="center"> 
 
          </tr>
        </table>
</div>
 
 
 
  <p> </p>
  <p> </p>
  <p> </p>
  <p> </p>
  <p> </p>
  <div class="story"></div> 
</div> 
<!-- end content --> 
<div id="navBar"> 
  <div id="search"> 
    <form action="#"> 
      <label>Búsqueda</label>
      <input name="searchFor" type="text" size="10"> 
      <input name="goButton" type="submit" value="Ir">
    </form> 
  </div> 
 
  <div id="sectionLinks"> 
    <h3>TOP 10 </h3> 
    <ul> 
      <li><a href="http://uploads.ungrounded.net/140000/140422_New_Quest1.swf">The Real Legend </a></li> 
      <li><a href="http://uploads.ungrounded.net/158000/158218_The_Matrix_Has_You.swf" target="_blank">The Matrix has you </a></li> 
      <li><a href="../anmarka/animaciones.htm" target="_blank">Huevos Cartoon </a></li> 
      <li><a href="http://uploads.ungrounded.net/157000/157527_picovsnenefinal.swf">The Perfect Murder </a></li> 
      <li><a href="http://uploads.ungrounded.net/157000/157388_supermarioreloaded_ks.swf" >Super Mario Reloaded </a></li> 
      <li><a href="http://uploads.ungrounded.net/158000/158417_brackenwood002.swf">Bitey of Brackenwood</a></li> 
    </ul> 
  </div> 
  <div class="relatedLinks"> 
    <h3>Animaciones Recientes </h3> 
    <ul> 
      <li><a href="../anmarka/animaciones.htm">Huevos Cartoon </a></li> 
      <li><a href="http://www.infonegocio.com/xeron/mamut.swf">La Historia del Mamut</a></li> 
      <li><a href="http://www.astrolabio.net/chistes/flash/multimedia/mamut_reloaded.swf">La Historia del Mamut II </a></li> 
      <li><a href="http://uploads.ungrounded.net/142000/142319_estradasphere.swf" >Los Días sin días </a></li> 
      <li><a href="http://uploads.ungrounded.net/148000/148501_mariogunmanep1.swf" >Mario World: Overrun </a></li> 
      <li><a href="http://uploads.ungrounded.net/155000/155304_onering_SE.swf">One Ring: Especial Edition </a></li> 
    </ul> 
  </div> 
  <div class="relatedLinks"> 
    <h3>Humor Gráfico</h3> 
    <ul> 
      <li><a href="http://mx.geocities.com/anmarka/ranasutra.htm">Ranasutra</a></li> 
    </ul> 
  </div> 
</div> 
<!--end navBar div --> 
<div id="siteInfo">  <a href="mailto:[email protected]">Contactame</a> | ©2004
  RanaWeb</div> 
<br> 
</body>
</html> 
   
 

