hi, i need to dymaically create a thumbnail button that when the user clicks on it, it does 2 things
so i need to call php to echo out <a href commands
- links to another page called (page1.php)
- popup another page in new browser called (page2.php) but set this popup in the background
but the problem is <a href only allows 1 page to be linked
how do i do the above?
can anyone show me an example of what should be written in the php echo command?
please help