1
   

Table links

 
 
Reply Wed 19 Oct, 2005 08:57 pm
is there a way i can hyperlink buttons so that the new page only opens within a table... ??? if i have a 3-table page can i use one only to load links??while the other two remain static
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 708 • Replies: 2
No top replies

 
nighthawk
 
  1  
Reply Thu 20 Oct, 2005 04:20 pm
you cant load a page within a table, however you can do so in a frame or iframe, if you really must. The use of frames ar generally frowned upon though.

I would suggest an iframe. Simply put the following code in your table:

Code:
<iframe src= "url_of_file.htm" name ="framename"></iframe>

...

// then add this to any links

<a href="new_file.htm" target="framename">


Clicking the link will open the specified file in the iframe. Hope this helps!
0 Replies
 
Roofingguy
 
  1  
Reply Fri 11 Nov, 2005 03:21 pm
thanks a lot that was just what i was looking for... now i dont have to reload all the images on my page just to see one small change.... I was getting my attention on the remote calling feature with CSS but is very confusing.. this is so simple... Very Happy Very Happy Very Happy
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Table links
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/29/2024 at 12:50:25