PDA

View Full Version : link open in a new window


louie
02-15-2004, 01:26 PM
Hey I don't know PHP so i was wondering how I could make this link open in a new window?

show_text_link($lang['edit'],"images.php?action=editimage&image_id=".$image_row['image_id']);

-Louie

Charter
02-19-2004, 11:23 AM
Hi. Without knowing the code from the show_text_link function, you might take a look at the links from Google (http://www.google.com/search?q=open+new+window+onclick) or use target="_blank" and modify the show_text_function code.