Ver Mensaje Individual
  #5 (permalink)  
Antiguo 15/02/2002, 23:09
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: OnMouseOver / Out

A ver a ver si entendi bien lo que quieres tu es q no se vea la url del link en la barra de estado no?? si es ese el caso aca hay un codigo sencillo que tapa la url en la barra y si no es asi pon un texto dinamico y sera dificil de ver algo a ver si te sirve y gusta

<pre>
&lt;SCRIPT&gt;
//
function a(txt) {
self.status = txt
}
function b() {
self.status = &quot;&quot;
}
//--&gt;
&lt;/SCRIPT&gt;
</pre>
y en el ling debes poner esto
<pre>

onMouseOver=&quot;a('Escribe aca tu Texto');return true&quot; onMouseOut=&quot;b()&quot;

</pre>

y quedaria así:

&lt;a href=&quot;http://www.ladodos.com/anthony_almaraz/&quot; onMouseOver=&quot;a('Escribe aca tu Texto');return true&quot; onMouseOut=&quot;b()&quot;&gt;Mi Páhina web &lt;/a&gt;

<pre> &lt;a href=&quot;http://www.ladodos.com/anthony_almaraz/&quot; onMouseOver=&quot;a('Escribe aca tu Texto');return true&quot; onMouseOut=&quot;b()&quot;&gt;Mi Páhina web &lt;/a&gt; </pre>

espero te aya ayudado si no hazmelo saber