OK. Now that I am home and am master of my own browser, I did some checking. If javascript is off, the window does not pop up. But, this is the same exact behavior of the more smilies link if javascript is off.
If you really want it to pop up for non-javascript users, you can use this code:
Code:
<div>[<a href="misc.php?do=getsmilies" target="new" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false">Smilies</a>]</div>
BUT, clicking the smilies won't work for them anyway. All they would have would be a list of smilies and what to type in to use them.
Amy