Hi
How I am working in a frame and i want the link below to open in frame "main".
Can anyone help please ...
Code:echo "<a href=http://somewhere.com/{$row['View']}>View</a>";
Hi
How I am working in a frame and i want the link below to open in frame "main".
Can anyone help please ...
Code:echo "<a href=http://somewhere.com/{$row['View']}>View</a>";
Last edited by Feckie; 04-13-2009 at 05:41 PM.
Use the target attribute:
Good luck!PHP Code:
echo "<a target='main' href=http://somewhere.com/{$row['View']}>View</a>";
You're welcome, glad to help!
You can go to your first post in this thread, clickthen click Go Advanced and add the Resolved prefix to the thread title.
This will let other users know the problem has been solved.
Good luck with your site!
Bookmarks