Georg
|
| Posted: 11/14/2004, 3:09 PM |
|
Hi, I have a problrm. When a link is clicked it redirects the output to a new window, rather than opening it in the current browser.
Any clues as to why it is doing this or where I can chage this?
Ta
|
|
|
 |
Georg
|
| Posted: 11/14/2004, 3:12 PM |
|
sorry forgot... the code on the page looks lie this:
<tr>
<!-- BEGIN Row -->
<td align="center"><img src="{picture}"><br>
<a href="{Link1_Src}">{Link1}</a></td>
<!-- END Row -->
</tr>
<!-- BEGIN NoRecords --><!-- END NoRecords -->
|
|
|
 |
Rookie
|
| Posted: 11/15/2004, 9:52 AM |
|
If you're using a HTML link, right click the link, choose the "A" Property, Target Frame should be blank, if you write " _blank" or "_new" the browser will open the link in a new window.
Otherwise, If you're using FrontPage, uncheck the "open all links in new window" option
|
|
|
 |
Georg
|
| Posted: 11/16/2004, 11:07 AM |
|
The tags are definately empty.
I'm lost, any other ideas?
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 11/16/2004, 2:51 PM |
|
Rick Click the Link Item, go to target and type _self
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Oper
Posts: 1195
|
| Posted: 11/16/2004, 2:52 PM |
|
<A> property
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Georg
|
| Posted: 11/17/2004, 9:12 AM |
|
  
WORKS.. Thanks
|
|
|
 |
|