Javascript - replace what you write in a text box into a link
|
02-11-2011, 16:11
(Esta mensagem foi modificada pela última vez a: 02-11-2011 16:12 por Mettafox.)
Mensagem: #4
|
|||
|
|||
RE: Javascript - replace what you write in a text box into a link
É assim, podes sempre ir pelo jQuery, e usar uma função.
A resolução será qualquer coisa como: $('#id_form').bind("submit", function(){ var url="http://teste.com/Qualifier=" + $('#id_da_caixa_de_texto').val() + "&Token="; $('#id_do_elemento_a_href').attr('href', 'url'); }); ou <form ..... onsubmit="changeURL('this.nome_do_campo_text.value')"> var url=""; function changeURL(url){ windows.location="http://teste.com/Qualifier=" + url + "?Token="; } Experimenta e depois dá feedback. Cumprimentos. |
|||
« Mais Antigo | Mais Recente »
|
Mensagem neste Tópico |
Javascript - replace what you write in a text box into a link - dani1997 - 31-10-2011, 22:00
RE: Javascript - replace what you write in a text box into a link - Mettafox - 01-11-2011, 19:42
RE: Javascript - replace what you write in a text box into a link - dani1997 - 02-11-2011, 07:27
RE: Javascript - replace what you write in a text box into a link - Mettafox - 02-11-2011 16:11
RE: Javascript - replace what you write in a text box into a link - dani1997 - 02-11-2011, 17:16
RE: Javascript - replace what you write in a text box into a link - Mettafox - 03-11-2011, 00:26
RE: Javascript - replace what you write in a text box into a link - dani1997 - 15-11-2011, 23:01
|
Utilizadores a ver este tópico: 2 Visitante(s)