| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Mar 2005
Posts: 2
![]() | a target/frameset problem Dear people, I am building a site which I want to open in a simple Table, and then go into the site which is in a frameset. the problem is when I tried to have a link from the frameset back to the home page, the home opened only in the same frame as the link. How do I get it to go back to show the entire Home by itself? I am lost. Thanks for help. ????: NamePros.com http://www.namepros.com/programming/80399-a-target-frameset-problem.html <TABLE WIDTH=740 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="left"> <TR> <TD COLSPAN=3 WIDTH=276 HEIGHT=102> </TD> <TD COLSPAN=3 WIDTH=170 HEIGHT=102> <!-- here is problem link --><a href="index.html"><img src="../images/logosmall.jpg" width="170" height="102" border="0"></a></TD> <TD COLSPAN=3 WIDTH=276 HEIGHT=102> </TD> </TR> |
| |
| | #2 (permalink) |
| Senior Member Join Date: Apr 2005
Posts: 1,023
![]() | <TABLE WIDTH=740 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="left"> <TR> <TD COLSPAN=3 WIDTH=276 HEIGHT=102> </TD> <TD COLSPAN=3 WIDTH=170 HEIGHT=102> <homepage.html><a href="index.html"><img src="../images/logosmall.jpg" width="170" height="102" border="0"></a></TD> <TD COLSPAN=3 WIDTH=276 HEIGHT=102> </TD> </TR> |
| |
| | #3 (permalink) |
| Account Suspended Join Date: Feb 2005 Location: England
Posts: 1,169
![]() ![]() ![]() ![]() | OR: <TABLE WIDTH=740 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="left"> <TR> <TD COLSPAN=3 WIDTH=276 HEIGHT=102> </TD> <TD COLSPAN=3 WIDTH=170 HEIGHT=102> <a href="index.html"target="_parent"><img src="../images/logosmall.jpg" width="170" height="102" border="0"></a></TD> <TD COLSPAN=3 WIDTH=276 HEIGHT=102> </TD> </TR> im sure its _parent or parent, try em both |
| |
| | #4 (permalink) | ||||
| Tech Support Join Date: Mar 2005
Posts: 4,944
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why We Didn't Have A Drug Problem | dgridley | The Break Room | 0 | 03-13-2005 07:26 AM |
| Java Problem | Emilman | Programming | 5 | 01-27-2004 12:21 PM |
| New problem with Win98SE - Please, help :) | DomainEmpire.com | The Break Room | 4 | 01-02-2004 01:08 PM |
| Browser Compatible problem. | Geetha | Programming | 2 | 01-16-2003 07:10 AM |