Jump to content


Photo

Esquema Com Radio Buttom


  • Faça o login para participar
10 replies to this topic

#1 Arak

Arak

    Normal

  • Usuários
  • 89 posts
  • Sexo:Não informado

Posted 17/11/2005, 12:47

Saudações..

O código abaixo é pra ele exibir e ocultar as divs de acordo com a selecão do radiobuttom, alguém sabe por que está dando erro?

function VisivelInvil(visivel, invil){
	var todos = document.getElementById('visivel')
	var data = document.getElementById('invil')
 	 
	if ( this.checked ){
  mostra.style.display = 'none'
  invil.style.display = ''
  }
	}

<input type="radio" name="rb" id="rb" class="radio" value="Nome" onClick="javascript: VisivelInvil('dvTodos', 'dvData');" checked>

<input type="radio" name="rb" id="rb" class="radio" value="Data" onClick="javascript: VisivelInvel('dvData', 'dvTodos');">

Obrigado pela atenção.

#2 Fábio

Fábio

    = )

  • Usuários
  • 547 posts
  • Sexo:Masculino
  • Localidade:Rio de Janeiro - RJ
  • Interesses:Aprender e, na medida do possível, ensinar.

Posted 17/11/2005, 13:34

Tua dúvida é bem parecida com a do 'Tasso'...

Eu fiz um código que faz exatamente estas funções... este teu código ficou meio confuso.

<script language="JavaScript" type="text/JavaScript">
<!--

function findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function showHideLayers() { //v6.0
  var i,p,v,obj,args=showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
</script>


<div id="nomedolayer" style="position:absolute; left:204px; top:124px; width:411px; height:165px; z-index:1; background-color: #0099FF; layer-background-color: #0099FF; border: 1px none #000000;">
  <center>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p><b>Exemplo
    </b></p>
  </center>
</div>
<p>
  <input name="radiobutton" type="radio" onclick="showHideLayers('nomedolayer','','show')" value="radiobutton" />
&nbsp;&nbsp; Mostrar </p>
<input name="radiobutton" type="radio" onclick="showHideLayers('nomedolayer','','hide')" value="radiobutton" />
&nbsp;&nbsp; Ocultar
<p>&nbsp;</p>
<p align="center">&nbsp;</p>


Fábio Martinho
www.fabiomartinho.com
Participante da equipe de 11/11/2005 a 20/11/2007.

#3 Arak

Arak

    Normal

  • Usuários
  • 89 posts
  • Sexo:Não informado

Posted 17/11/2005, 13:47

Saudações...

veja:


function todos() {
  document.getElementById('dvTodos').style.display = ''
  document.getElementById('dvData').style.display = 'none'
	}
  
function data() {
  document.getElementById('dvTodos').style.display = 'none'
  document.getElementById('dvData').style.display = ''
	}

	<input type="radio" name="rb" class="radio" onClick="todos()"><font color="#0000FF" size="2" face="verdana">Exibir por nome</font>

	<input type="radio" name="rb" class="radio" onClick="data()"><font color="#0000FF" size="2" face="verdana">Exibir por data</font>



acabei de conseguir, esse código acima atende minha necessidade.

(y) Muito obrigado pela sua atenção!

#4 arthurlucena

arthurlucena

    Imamade nandomo..

  • Usuários
  • 343 posts
  • Sexo:Masculino
  • Localidade:João Pessoa
  • Interesses:Desenho, artes gráficas, fotografia, games, praia, cinema, animes, cultura japonesa, tecnologia, desenvolvimento para web entre outras coisas =)

Posted 23/11/2005, 16:41

E atende a minha também! =)

(y)

Estava exatamente procurando por um código desses. Simples, fácil, rápido.
Ideal.

Obrigado!
...........darkness.........²d¬¬b²
A vida é muito curta para se preocupar com o que as outras pessoas pensam. Viva.
Arthur Lucena..................貴族
arthurlucena at email dot com
[O'']olhares.com/arthurlucena

#5 barucco

barucco

    Novato no fórum

  • Usuários
  • 6 posts
  • Sexo:Não informado

Posted 07/02/2006, 12:07

Pessoal, esse código ta show.
Como eu faço para qndo abrir esses Radio Buttons, já executar sem clicar em nenhum dos 2, por padrão por exemplo a função do primeiro rádio? Como se fosse um OnLoad.

#6 Miguceamma

Miguceamma

    MiguPenjisse

  • Usuários
  • 13201 posts

Posted 27/09/2017, 09:28

Cialis Ossido Nitrico Buying Viagra Online Doha Strattera Online generic cialis My Canadian Orders Propecia 1mg Prix
Canada Rx Precio Cialis En Andorra Cheap Medicines Online cialis Cheap Celebrex Online Cialis 20 Effetti Collaterali Propecia Scalp Bumps

#7 Miguceamma

Miguceamma

    MiguPenjisse

  • Usuários
  • 13201 posts

Posted 13/10/2017, 09:58

Propecia Sildenafil viagra Viagra Venta Cordoba Zithromax Age Limit Orlistat Online
Prix Cialis Medicament levitra billig Buy Valtrex Generic Cialis Prix 20mg Viagra Generico

#8 RonsisM

RonsisM

    Super Veterano

  • Usuários
  • 15724 posts
  • Sexo:Masculino
  • Localidade:Plovdiv

Posted 13/10/2017, 10:12

Cialis 20 Mg Posologie Amoxicillin Effects On Birth Control viagra Acheter Misoprostol Cytotec

#9 Miguceamma

Miguceamma

    MiguPenjisse

  • Usuários
  • 13201 posts

Posted 29/10/2017, 19:15

Tadalafil Kaufen viagra Brand Viagra For Sale Canadian Pharmacy Effets Cialis Viagra

#10 mapedlok

mapedlok

    24 Horas

  • Usuários
  • 453 posts
  • Sexo:Feminino
  • Localidade:West Lafayette

Posted 30/10/2017, 00:39

Discounts! makeup products 2017 progect11.jpg Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked! If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included). buy.png READ MORE Voznyak, StivChocolate Heart Cake Pendant wLace ( 65.00 $)Aukey quick charge 3.0 6-port usb travel quick charger universal charger for samsung galaxy s7s6edge,lg,xiaomi,iphone & more ( 45.50 $)JJRC H28 2.4G 4CH 6 Axis Gyro Quadcopter One Key Automatic Return with Light RTF-62.69 $Geneva Stainless Steel Body Diamond Quartz Watch Decorative Sub - dials Date for Women ( $6.57 )Brazilian virgin hair with closure queen hair product brazilian hair weave bundles with closure brazilian body wave with closure ( 62.30 $)Cashback service LetyShops â LetyShops2014 3 european modern minimalist fashion clouds glass restaurant ceiling chandelier light ( 102.46 $)Casual women's jewel neck short sleeve solid color slit dress ( 9.24 $)4x UNIVERSAL MOTORCYCLE MOTOR BIKE TURN SIGNAL INDICATOR LIGHT LAMP BLINKER AMBER Arrow 3W ( 12.99 $)2016 the new large capacity pvc material college vintage shoulder women's backpack students travel computer leather bag mochilas ( 69.21 $)Free Shipping Drying Cleaning Towel Natural Genuine Leather Chamois Shammy Sponge cloth Sheepskin Absorbent Towel Car Washing ( 9.88 $)Brazilian virgin hair with closure 3 4 bundles with closure brazilian straight hair with closure 7a ( 122.80 $)2016 Newest Night Vision Car Dvr detector Camera Blue Review Mirror DVR Digital Video Recorder Auto Camcorder Dash Cam FHD 1080P ( 59.98 $)Leather book bags for college 2016 fashion cool bookbag for teenagers mickey ears sweet bow college wind mini backpack rucksack ( 20.99 $) 44bb.jpg
Discounts! best beauty 2017

progect11.jpg
Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked!
If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included).

buy.png

READ MORE
Kegni, Dzhejms
listen +and draw перевод
датчик выпускного распредвала двигателя м54 бмв цена
Metal baja 5t5sc cnc alloy front bumper set for15 hpi baja 5t parts km rovan ( 136.25 $)
High quality meite cn55 industrial pneumatic coil nailer air nail gun tool ( 141.08 $)
Zhiteli Germanii protestuyut protiv deportacii afganskih bezhencev
Tamila
2 tisyachi zhitelej Chiti ostalis bez tepla iz-za avarii na truboprovode
2 pcs climbing clematis bulbs clematis tree bulbs garden plants perennial planting rare flower bulbs for ( 5.55 $)
Clocolor asymmetric black coat stand collar long sleeve women overcoat elegant single-breasted slim fall winter women coat ( 41.99 $)
3 LED Headlight 6000 Lumens Cree XM-L T6 Head Lamp High Power LED Headlamp +218650 5000mah battery+ Charger+Car EUUS charger ( 17.90 $)
Cyber yellow leather shoulder bag ( 417.26 $) Emilio Pucci
Auxmart s2 car led headlight kit h4 h7 h11 h13 9005 hb3 9006 hb4 cob led ( 26.88 $)
купить болт гбц
8A Indian Virgin Hair Body Wave 3PcsLot Unprocessed Raw Indian Hair Body Wave Bundles She Hair Products Top Human Hair Bundles ( 75.40 $)


36.jpg

#11 Miguceamma

Miguceamma

    MiguPenjisse

  • Usuários
  • 13201 posts

Posted 17/11/2017, 02:05

Viagra Dove Acquistarlo buy viagra online Liquid Keflex Viagra Kosten Rezept
Can Keflex Cure Syphyllis viagra Cephalexin 93 3147 Pharmacy Express Viagra Kaufen Duisburg
Ed Pills No Perscription Cialis Caducado Horses Viagra viagra Viagra Online Canada Pharmacy Priligy And Levitra Together




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq