Complete newbie here, but really like the jsMessage functionality. I have the following code:
[code][/code]
Then I have a link that calls the two functions above:
<a href="#" onclick="one(); two();" >click</a>
I know there’s a reason, but can someone tell me why the second function pops up before the first one? If I use a plain old JavaScript alert, then the first function pops up first. Thanks.