Code: Select all
<p onClick = "window.open('<?php echo $domain; ?>/index.php?action=137&viewid=<?php echo $messageID[$i]; ?>', 'myWindow','height='50, width=50');" > Read Message </p>
I thought maybe this was due to Firefoxs' popup block but then I used rac.co.uk for a route planner, using Firefox, and I got the exact size popup I wanted. The website is http://www.rac.co.uk. For any non Brits enter the following postcodes for route planning - LA1 1AA (From) E1 1EE (To) then click "Go" and that it the popup I want to create. How is it possible? Window.open seems to be the only mention of popups through the online Javascript tutorials.
Regards,