<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
	<channel>
		<title>Dudas de Programacion &#187; Tag: abrir - Recent Posts</title>
		<link>http://www.dudasprogramacion.com/tags/abrir</link>
		<description>Dudas sobre lenguajes y apis de programación</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 21:15:56 +0000</pubDate>
		<generator>bbpress 1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.dudasprogramacion.com/search.php</link>
		</textInput>
		<atom:link href="http://www.dudasprogramacion.com/rss/tags/abrir" rel="self" type="application/rss+xml" />

		<item>
			<title>fiurer87 on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-545</link>
			<pubDate>Fri, 16 Jul 2010 14:44:50 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">545@http://www.dudasprogramacion.com/</guid>
			<description><p>Notas:<br />
 -  Crea el archivo en el mismo lugar donde corre tu Clase.<br />
 -  No controla si existe otro archivo con el mismo nombre que pusiste.<br />
 -  Cuando te pida el tamaño en bytes debes pasarle solo enteros mayores que 0.<br />
 -  No controla excepciones de entrada (al leer el nombre y tamaño desde teclado).<br />
 -  Esta hecho para ser un ejemplo, puede tener mas fallas.<br />
 -  Cada que agrego un entero es como agregar 1 Byte.</p>
<p>Saludos y suerte con tu trabajo.<br />
Atte: Roberto
</p></description>
		</item>
		<item>
			<title>fiurer87 on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-544</link>
			<pubDate>Fri, 16 Jul 2010 14:41:41 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">544@http://www.dudasprogramacion.com/</guid>
			<description><p>Ahora te dejo el código en JAVA.<br />
=================================</p>
<pre class="java" style="font-family:monospace;">&nbsp;
<span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.io.BufferedWriter</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.io.File</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.io.FileWriter</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.util.Random</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.util.Scanner</span><span style="color: #339933;">;</span>
<span style="color: #008000; font-style: italic; font-weight: bold;">/**
 * @author Luis Roberto Perez POTOSI - BOLIVIA
 */</span>
<span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> Main <span style="color: #009900;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000066; font-weight: bold;">void</span> main<span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Astring+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">String</span></a><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> args<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
        Scanner lector <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Scanner<span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">in</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">out</span>.<span style="color: #006633;">print</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Nombre de Archivo: &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Astring+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">String</span></a> nombreArchivo <span style="color: #339933;">=</span> lector.<span style="color: #006633;">nextLine</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Afile+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">File</span></a> archivo <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Afile+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">File</span></a><span style="color: #009900;">&#40;</span>nombreArchivo<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000000; font-weight: bold;">try</span><span style="color: #009900;">&#123;</span>
            archivo.<span style="color: #006633;">createNewFile</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span><span style="color: #000000; font-weight: bold;">catch</span><span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aexception+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Exception</span></a> e<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
            <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">out</span>.<span style="color: #006633;">println</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Error al crear el archivo&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">exit</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
&nbsp;
        <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">out</span>.<span style="color: #006633;">print</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Tamano deseado en bytes: &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000066; font-weight: bold;">long</span> tamanoDeseado <span style="color: #339933;">=</span> lector.<span style="color: #006633;">nextLong</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Arandom+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Random</span></a> aleatorio <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Arandom+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Random</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #000000; font-weight: bold;">try</span><span style="color: #009900;">&#123;</span>
            <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Abufferedwriter+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">BufferedWriter</span></a> salida <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Abufferedwriter+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">BufferedWriter</span></a><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Afilewriter+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">FileWriter</span></a><span style="color: #009900;">&#40;</span>nombreArchivo,<span style="color: #000066; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000000; font-weight: bold;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">long</span> i<span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> i<span style="color: #339933;">&amp;</span>#<span style="color: #cc66cc;">60</span><span style="color: #339933;">;</span>tamanoDeseado<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
                salida.<span style="color: #006633;">write</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">+</span>aleatorio.<span style="color: #006633;">nextInt</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            salida.<span style="color: #006633;">close</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span><span style="color: #000000; font-weight: bold;">catch</span> <span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aexception+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Exception</span></a> e<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
            <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">out</span>.<span style="color: #006633;">println</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Ocurrio un error al agregar&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">exit</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
        <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">System</span></a>.<span style="color: #006633;">out</span>.<span style="color: #006633;">println</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Se creo &quot;</span><span style="color: #339933;">+</span>nombreArchivo<span style="color: #339933;">+</span><span style="color: #0000ff;">&quot; Tamano en Bytes: &quot;</span><span style="color: #339933;">+</span>archivo.<span style="color: #006633;">length</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;</pre>
<p>Ten en cuenta que debes pasar en tamaño en bytes, para hacer 1KB deberias pasar 1000, para 1MB seria 1000000, etc.
</p></description>
		</item>
		<item>
			<title>fiurer87 on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-543</link>
			<pubDate>Fri, 16 Jul 2010 03:33:21 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">543@http://www.dudasprogramacion.com/</guid>
			<description><p>Hola, te sugiero hacer lo siguiente.<br />
Sea TAMDES el tamano deseado, y ALEAT un numero aleatorio.</p>
<p>1. Crear un archivo ARCH<br />
2. Si tamano(ARCH) &#60; TAMDES entonces:<br />
   2.1. Agregar un nuevo ALEAT al ARCH<br />
   2.2. Volver al paso 2.<br />
3. FIN.</p>
<p>Espero te ayude, es lo primero que se me ocurrio.<br />
Suerte!!
</p></description>
		</item>
		<item>
			<title>Harbox on "Crear ficheros en java"</title>
			<link>http://www.dudasprogramacion.com/topic/crear-ficheros-en-java#post-542</link>
			<pubDate>Thu, 15 Jul 2010 22:14:49 +0000</pubDate>
			<dc:creator>Harbox</dc:creator>
			<guid isPermaLink="false">542@http://www.dudasprogramacion.com/</guid>
			<description><p>Buenas a todos/as, me gustaría saber como poder crear ficheros de tamaños específicos, es decir, imaginaros que tengo un jTextField donde le digo que me genere un fichero con el contenido de... números aleatorios pero de un tamaño específico (10kb, 100mb, etc)</p>
<p>Es urgente, espero que me podáis ayudar. </p>
<p>Un cordial saludo
</p></description>
		</item>
		<item>
			<title>fiurer87 on "Abrir un Archivo, sin Guardar como"</title>
			<link>http://www.dudasprogramacion.com/topic/abrir-un-archivo-sin-guardar-como#post-530</link>
			<pubDate>Tue, 22 Jun 2010 19:33:28 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">530@http://www.dudasprogramacion.com/</guid>
			<description><p>intenta con include de php.</p>
<p>&#60;?php include("algunArchivo.algo"); ?&#62; </p>
<p>//esto imprimira en pantalla el contenido de tu archivo de texto sea cual sea su extension, no lo probe bien con binarios.
</p></description>
		</item>
		<item>
			<title>juan_perez on "Abrir un Archivo, sin Guardar como"</title>
			<link>http://www.dudasprogramacion.com/topic/abrir-un-archivo-sin-guardar-como#post-528</link>
			<pubDate>Tue, 22 Jun 2010 10:01:25 +0000</pubDate>
			<dc:creator>juan_perez</dc:creator>
			<guid isPermaLink="false">528@http://www.dudasprogramacion.com/</guid>
			<description><p>Abrir un Archivo, sin Guardar como</p>
<p>Nesesito si me pueden ayudar, que al abrir un archivo y no me pregunte por ABRIR o GUARDAR COMO. que al realizar un click, abra el programa predeterminado al cual pertece el archivo, sin Plug-ins. por ejemplo abrir un archivo Tiff<br />
He probado lo Siguiente y no me ha funcionado </p>
<pre class="javascript" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #003366; font-weight: bold;">function</span> ejecutar<span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">window.<span style="color: #660066;">setTimeout</span><span style="color: #009900;">&#40;</span>location.<span style="color: #660066;">href</span><span style="color: #339933;">=</span>\HOJA0001.<span style="color: #660066;">TIF</span><span style="color: #339933;">,</span><span style="color: #CC0000;">1000</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&#125;</span> </div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #003366; font-weight: bold;">function</span> ejecutar2<span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">window.<span style="color: #660066;">location</span>.<span style="color: #660066;">href</span><span style="color: #339933;">=</span>\HOJA0001.<span style="color: #660066;">TIF</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&#125;</span> </div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #339933;">&amp;</span>#<span style="color: #CC0000;">60</span><span style="color: #339933;">;</span>input id<span style="color: #339933;">=</span>Button1 type<span style="color: #339933;">=</span>button value<span style="color: #339933;">=</span>ejecutar onclick <span style="color: #339933;">=</span> ejecutar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;&amp;</span>#<span style="color: #CC0000;">62</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #339933;">&amp;</span>#<span style="color: #CC0000;">60</span><span style="color: #339933;">;</span>input id<span style="color: #339933;">=</span>Button2 type<span style="color: #339933;">=</span>button value<span style="color: #339933;">=</span>ejecutar onclick <span style="color: #339933;">=</span> ejecutar2<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;&amp;</span>#<span style="color: #CC0000;">62</span><span style="color: #339933;">;</span></div></li></ol></pre>
<p>Gracias
</p></description>
		</item>
		<item>
			<title>yeradis on "leer contenido"</title>
			<link>http://www.dudasprogramacion.com/topic/leer-contenido#post-57</link>
			<pubDate>Tue, 31 Mar 2009 06:47:54 +0000</pubDate>
			<dc:creator>yeradis</dc:creator>
			<guid isPermaLink="false">57@http://www.dudasprogramacion.com/</guid>
			<description><p>Saludos y buen dia</p>
<p>Salvo alguna rara configuracion violando todo tema de seguridad o por deseo expreso del administrador de la web<br />
NO PUEDES ya que el codigo ASP se ejecuta en el servidor por lo que tu no tendras acceso a el, a ti llegara lo que tienes que ver no el como se hace esa es la ventaja de este tipo de sistemas en comparacion con HTML o JS</p>
<p>Sin mas....<br />
Me despido
</p></description>
		</item>
		<item>
			<title>yatike on "Abrir ventana nueva"</title>
			<link>http://www.dudasprogramacion.com/topic/abrir-ventana-nueva#post-39</link>
			<pubDate>Sat, 21 Mar 2009 12:00:53 +0000</pubDate>
			<dc:creator>yatike</dc:creator>
			<guid isPermaLink="false">39@http://www.dudasprogramacion.com/</guid>
			<description><p>Muchas gracias Torres. Aprovechando... ¿Cómo puedo cambiar el tamaño de la nueva ventana?
</p></description>
		</item>
		<item>
			<title>Torres on "Abrir ventana nueva"</title>
			<link>http://www.dudasprogramacion.com/topic/abrir-ventana-nueva#post-36</link>
			<pubDate>Tue, 17 Mar 2009 12:12:09 +0000</pubDate>
			<dc:creator>Torres</dc:creator>
			<guid isPermaLink="false">36@http://www.dudasprogramacion.com/</guid>
			<description><p>Buenas!</p>
<p>utilizando el atributo target="_blank", al pulsar en el enlace se abre una página nueva del explorador.</p>
<p><a href="http://www.w3schools.com/HTML/html_links.asp" rel="nofollow">http://www.w3schools.com/HTML/html_links.asp</a></p>
<p>Espero que te sirva,</p>
<p>Un saludo
</p></description>
		</item>
		<item>
			<title>yatike on "Abrir ventana nueva"</title>
			<link>http://www.dudasprogramacion.com/topic/abrir-ventana-nueva#post-28</link>
			<pubDate>Sat, 14 Mar 2009 20:24:29 +0000</pubDate>
			<dc:creator>yatike</dc:creator>
			<guid isPermaLink="false">28@http://www.dudasprogramacion.com/</guid>
			<description><p>Quisiera saber como abrir una ventana despues de pinchar un enlace. ya se que esta en la biblioteca de javascripts pero no es lo que busco. yo quisiera que el enlace este en una foto y al pulsar en ella se habra otra ventana con otra foto.(la misma pero en grande)
</p></description>
		</item>
		<item>
			<title>THraSH on "Cerrar una ventana del navegador desde otra ventana"</title>
			<link>http://www.dudasprogramacion.com/topic/cerrar-una-ventana-del-navegador-desde-otra-ventana#post-24</link>
			<pubDate>Sat, 14 Mar 2009 17:12:19 +0000</pubDate>
			<dc:creator>THraSH</dc:creator>
			<guid isPermaLink="false">24@http://www.dudasprogramacion.com/</guid>
			<description><p>¿Como hacer para que una ventana del navegador pueda abrir y/o cerrar una ventana distinta?</p>
<p>Abrirla es facil, la abro con un</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;ventananueva.htm&amp;#38;&quot;</span>&gt;</span>blablabla<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span></pre>
<p>El problema es al cerrarla ¡desde la ventana q la abre!
</p></description>
		</item>
		<item>
			<title>miguel on "leer contenido"</title>
			<link>http://www.dudasprogramacion.com/topic/leer-contenido#post-17</link>
			<pubDate>Wed, 11 Mar 2009 23:08:17 +0000</pubDate>
			<dc:creator>miguel</dc:creator>
			<guid isPermaLink="false">17@http://www.dudasprogramacion.com/</guid>
			<description><p>Como puedo abrir una página web externa y leer su contenido con ASP?
</p></description>
		</item>

	</channel>
</rss>

