However, is it possible to store the text elsewhere, either in the .JS file or externally and give it a name, like so:
Current way of doing pop-up
Code: Select all
aI("text=Why do I have to 'log on'?;url=javascript:alert('dont know')");
Code: Select all
aI("text=Why do I have to 'log on'?;url=javascript:alert(mytext)");