aldodager
06-23-2006, 10:59 PM
I have a link that says: CLICK HERE TO ENLARGE... if you click it, it will take you to another page in the same browser window... i dont want to use _blank beacuse i need a browser window with a 640 pixels width and 480 pixels height...
the answer: POPUP WINDOW...
Probably I've been working too much, but i cant find a way to add the popup window code:
CODE
<a href="#" onClick="MM_openBrWindow('HERE GOES THE PATH','b','width=640,height=480')">
into the ENLARGE PICTURE link:
<form name="form_picture" method="post" action="picture.php">
<input type=hidden name=id_item>
<a href="#" <?echo "onclick=gotopicture(" . $item_id . ")";?>><strong>Click here to enlarge the
picture</strong></a>
</form>
thanks for the help guys... i really appreciate it
the answer: POPUP WINDOW...
Probably I've been working too much, but i cant find a way to add the popup window code:
CODE
<a href="#" onClick="MM_openBrWindow('HERE GOES THE PATH','b','width=640,height=480')">
into the ENLARGE PICTURE link:
<form name="form_picture" method="post" action="picture.php">
<input type=hidden name=id_item>
<a href="#" <?echo "onclick=gotopicture(" . $item_id . ")";?>><strong>Click here to enlarge the
picture</strong></a>
</form>
thanks for the help guys... i really appreciate it