Quote:
Originally Posted by Natch
PHP Code:
<a href="showthread.php?$session[sessionurl]do=testaction&t=$threadid" target="threadpop" onclick="window.open(this.href,this.target,width=400,height=400); return false;">Execute Test Action</a>
Then you just adjust your width and height statement to match the contents of the popup, and it will degrade nicely if your users have javascript turned off...
|
Natch, thank you for helping!
I have a few questions, though...
1. The syntax I originally tried, I have seen used before successfully. I recall its being recommended as it bypassed Javascript - and thus, wouldn't cause problems for people who had it turned off. If that's true, why didn't it work for me?
2. I tried your suggested syntax, and I have mixed results. The good news is that it does indeed open a Pop Up. The bad news is that the width and height settings seem to be ignored. Do they need to be specified differently?
Thanks again!