From bfad293be7d324a06699ef4fd148aaf1878a3c5a Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 23 Jun 2010 09:05:49 +0000 Subject: [PATCH] Ferramenta "exemplo" movida para diretorio depreciaods --- ferramentas/depreciados/exemplo/index.htm | 34 ++++++++++++++++++++++++++++++++++ ferramentas/depreciados/exemplo/index.js | 21 +++++++++++++++++++++ 2 files changed, 55 insertions(+), 0 deletions(-) create mode 100644 ferramentas/depreciados/exemplo/index.htm create mode 100644 ferramentas/depreciados/exemplo/index.js diff --git a/ferramentas/depreciados/exemplo/index.htm b/ferramentas/depreciados/exemplo/index.htm new file mode 100644 index 0000000..af82025 --- /dev/null +++ b/ferramentas/depreciados/exemplo/index.htm @@ -0,0 +1,34 @@ + + + + + + + + +
+
+
 Guia 1 
+
 Guia 2 
+
 Guia 3 
+
+ +
+
+ Isto é uma mensagem +
+
+ Isto também é uma mensagem +
+
+ + +
+
+ + + + diff --git a/ferramentas/depreciados/exemplo/index.js b/ferramentas/depreciados/exemplo/index.js new file mode 100644 index 0000000..7a5f6c9 --- /dev/null +++ b/ferramentas/depreciados/exemplo/index.js @@ -0,0 +1,21 @@ +parametrosURL() +mensagemAjuda("men1","") +mensagemOpcao("opc1","") +xpt = unescape(((((window.location.href).split("x="))[1]).split("&"))[0] ); +ypt = unescape(((((window.location.href).split("y="))[1]).split("&"))[0] ); + +$i("guia1").onclick = function() +{ + $i("guia1obj").style.display="block"; +} +$i("guia2").onclick = function() +{ + $i("guia2obj").style.display="block"; + $i("coord").innerHTML = "Você clicou nas coordenadas
x: "+xpt+"
y: "+ypt +} +$i("guia3").onclick = function() +{ + $i("guia3obj").style.display="block"; + alert("voce clicou na guia 3") +} + -- libgit2 0.21.2