Em Wed, 03 Oct 2007 15:59:57 -0300, Borut Bolčina <[EMAIL PROTECTED]> escreveu:

Hello,
How should a url look like to be T5-ish in this javascript function:

What about . . .

function validate() {
   var idField = document.getElementById("userid");
   var url = "validate/111=" + encodeURIComponent(idField.value);
                        ^^^^

This way, we could use the activation context and make it very T5-ish. :)

Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to