Hello! I am using a JA T3 template which uses mootools (1.3.2). I want to uses modal windows on my Website because of the popup blockers when the user make a selection on a form.
So I use this javascript code
function est(sel)
{
var f = sel.form;
var opt = sel.options[sel.selectedIndex].value;
if(opt=="Quiero envíar un archivo de texto") From Spanish: I want to send a text file :P
{
window.addEvent('domready', function() {
Bookmarks