pop up window

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mit
Forum Commoner
Posts: 32
Joined: Mon Sep 15, 2008 6:37 am

pop up window

Post by mit »

what can i do that this code open up gallery page in a new pop up window , and not showing in the same window.

Code: Select all

<a class="thickbox" href="viewgallery.php?uploadid=<?=$uploadid?>&keepThis=true&TB_iframe=true&height=537&width=493"><img src="<?=$imagedisplay?>" width="100" height="100"/></td>
mubeena
Forum Newbie
Posts: 17
Joined: Fri Jan 30, 2009 4:26 am

Re: pop up window

Post by mubeena »

Code: Select all

 
print"<a href='ViewLogin_Details.php'  [color=#80BF40]target='_child' [/color]style='position:absolute;top:445px;left:480px;background-color:white;color:blue;font-family:verdana;font-size:10px;font-weight:bold;font-underlinecolor:red;' > View Logins</a>";
Post Reply