Ir para conteúdo
Fórum Script Brasil
  • 0

Problemas Com Atualização Da Pagina


olimpia

Pergunta

3 respostass a esta questão

Posts Recomendados

  • 0

<HTML> 
<HEAD> 
<title>teste</title> 
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> 
<meta name="CODE_LANGUAGE" Content="C#"> 
<meta name="vs_defaultClientScript" content="JavaScript"> 
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 
<script language="javascript"> 

var selectedList; 
var availableList; 
function createListObjects(){ 
availableList = document.getElementById("CamposTabela"); 
selectedList = document.getElementById("CamposLayout"); 
} 

function delAttribute(){ 
var selIndex = selectedList.selectedIndex; 
if(selIndex < 0) 
return; 
availableList.appendChild( 
selectedList.options.item(selIndex)) 
selectNone(selectedList,availableList); 
} 

function addAttribute(){ 
var addIndex = availableList.selectedIndex; 

if(addIndex < 0) 
return; 
selectedList.appendChild(availableList.options.item(addIndex)); 
selectNone(selectedList,availableList); 
} 

function delAll(){ 
var len = selectedList.length -1; 
for(i=len; i>=0; i--){ 
availableList.appendChild(selectedList.item(i)); 
} 
selectNone(selectedList,availableList); 
} 

function addAll(){ 
var len = availableList.length -1; 
for(i=len; i>=0; i--){ 
selectedList.appendChild(availableList.item(i)); 
} 
selectNone(selectedList,availableList); 
} 


</script> 
</HEAD> 
<body MS_POSITIONING="GridLayout" onload="createListObjects()"> 
<form id="Form1" method="post" runat="server"> 
<asp:listbox id="CamposLayout" style="Z-INDEX: 101; LEFT: 440px; POSITION: absolute; TOP: 168px" 
tabIndex="2" runat="server" Width="248px" Height="136px"> 
<asp:ListItem Value="03">03</asp:ListItem> 
<asp:ListItem Value="04">04</asp:ListItem> 
</asp:listbox> 
<asp:listbox id="CamposTabela" style="Z-INDEX: 102; LEFT: 136px; POSITION: absolute; TOP: 168px" 
tabIndex="3" runat="server" Width="217px" Height="136px"> 
<asp:ListItem Value="01">01</asp:ListItem> 
<asp:ListItem Value="02">02</asp:ListItem> 
</asp:listbox> 
<BUTTON style="Z-INDEX: 103; LEFT: 376px; WIDTH: 40px; POSITION: absolute; TOP: 176px; HEIGHT: 24px" 
onclick="addAll()" type="button">&gt;&gt;</BUTTON> 
<BUTTON style="Z-INDEX: 104; LEFT: 376px; WIDTH: 40px; POSITION: absolute; TOP: 208px; HEIGHT: 24px" 
onclick="addAttribute()" type="button">&gt;</BUTTON> 
<BUTTON style="Z-INDEX: 105; LEFT: 376px; WIDTH: 40px; POSITION: absolute; TOP: 240px; HEIGHT: 24px" 
onclick="delAttribute()" type="button">&lt;</BUTTON> 
<BUTTON style="Z-INDEX: 106; LEFT: 376px; WIDTH: 40px; POSITION: absolute; TOP: 272px; HEIGHT: 24px" 
onclick="delAll()" type="button">&lt;&lt;</BUTTON> 
</form> 
</body> 
</HTML>

EDITADO: Utilize as tags CODE ou QUOTE quando for postar códigos

Editado por cyberalexxx
Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,3k
×
×
  • Criar Novo...