displaying urls in cells of a table

S

Sergio del Amo

Hi,
I have a web page with one table with several cells. In one of these
cells i have some buttons. Each button is clickable and i want the url
to be displayed in anoter cells of the web page. Anyone knows how to
make that?
Thanks for your future feedback.
Sergio del Amo.
 
M

Martin Honnen

Sergio del Amo wrote:

I have a web page with one table with several cells. In one of these
cells i have some buttons. Each button is clickable and i want the url
to be displayed in anoter cells of the web page. Anyone knows how to
make that?

<td><a href="whatever.html" target="cellFrame">whatever</a></td>
<td><iframe name="cellFrame" width="200" height="200"></iframe></td>
should do what you want without any need for JavaScript. You can style
the link with CSS to look more like a button if you need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top