Ciao a tutti,
magari qualcuno qua può darmi una mano con questo problema.
devo convertire questo:
on (release, keyPress "<Enter>")
{
if (the_text != "" && the_text != undefined)
{
getURL("http://comunicare-energia.com/component/search/?searchword="+the_text+"&ordering=newest&searchphr ase=all&limit=20&areas[0]=flippingbook", the_target, "GET");
}
}
in un bottone PopUp...
grazie del aiuto che posiate darmi