hey im looking for some type of script that i can you for my layout site simular to pooraffilate where the user has to click a offer link first before the text area becomes active to copy the code anyone?
hi have you ever tried qcodo framework? I can do that pretty easily using full Ajax method. If you are interested you can pm me.
<textarea id='foo' disabled>textarea</textarea> <a href='offer.url' target='blank' onclick="document.getElementById('foo').disabled =''">offer link</a> Code (markup): Something like that?