Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 08:12 PM
AdamsBlueGuitar
Guest
 
Posts: n/a
Default HTLM noob here. I need help with links to tables!

Here's the situation. I have a page with 2 tables on it. In table
one, are several links. The I want the content of the links to show
up in table two. I think this can be done by nameing table 2 say
"table2". Then in the links in table one, have <a
href="http://www.page" target="table2">. But apparently there's
something missing, because when I click the link, the content pops up
in a new window. What I would expect to work would look something
like this:

<table>
<tr>

<td>
<a href="http://www.yahoo.com" target="table2">
<a href="http://www.google.com" target="table2">
<a href="http://www.msn.com" target="table2">
</td>

<td name="table2">
Main stuff that should get replaced by the above websites once clicked
on.
</td>

</tr>
</table>

But I'm doing something wrong. Help? :(
  #2  
Old July 20th, 2005, 08:12 PM
Mark Tranchant
Guest
 
Posts: n/a
Default Re: HTLM noob here. I need help with links to tables!

I'm new at HTLM too. Hopefully my HTML experience will fill in the gaps
;-).
[color=blue]
> Here's the situation. I have a page with 2 tables on it. In table
> one, are several links. The I want the content of the links to show
> up in table two. I think this can be done by nameing table 2 say
> "table2". Then in the links in table one, have <a
> href="http://www.page" target="table2">. But apparently there's
> something missing, because when I click the link, the content pops up
> in a new window. What I would expect to work would look something
> like this:[/color]

You can expect all you like, but you've totally made that techique up.
[color=blue]
> But I'm doing something wrong. Help? :([/color]

You're thinking of frames, not tables. Look for a good frames tutorial,
then ignore it completely. Frames are almost always the wrong solution,
and a search on this newsgroup will give you lots of pointers why.

Explain what you're trying to achieve (context, not mechanism), and
we'll suggest something.

--
Mark.
http://tranchant.plus.com/
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles