Iframe help

  • Thread starter The Delaware Connection
  • Start date
T

The Delaware Connection

I am new to this so I hope I can explain it.

I want to have tabs at the top of an iframe that will do query an access
database and return data to the iframe.

I.e. Tab 1, click it returns data
tab 2 click it returns different data in same iframe
tab 3 click it, returns totally diffent data in iframe and so on and so on.

I really do not want to have to load a new page everytime I click the tab. I
think the iframe would be my best choice, but i'm not sure
 
S

Stefan B Rusynko

You can set the 3 tab links to target the name assigned to the IFrame
But if you are in to hand coding instead of an Iframe consider using AJAX

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am new to this so I hope I can explain it.
|
| I want to have tabs at the top of an iframe that will do query an access
| database and return data to the iframe.
|
| I.e. Tab 1, click it returns data
| tab 2 click it returns different data in same iframe
| tab 3 click it, returns totally diffent data in iframe and so on and so on.
|
| I really do not want to have to load a new page everytime I click the tab. I
| think the iframe would be my best choice, but i'm not sure
 

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

Top