Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Open link in a single table cell?
Old 07-04-2009, 08:45 AM Open link in a single table cell?
Novice Talker

Posts: 11
Trades: 0
Hey there!
I have a problem with my webpage:
http://www.adampavitt.com/test/frameset.html

My idea was to click on the links as seen on the left frame
and they would open in the middle of the table on the right frame.
I need to fill out the whole frame and to have a scroll bar if
necessary!

Is there a way to do that without using javascript or php?

Much appreciate your help

Cheers Stefan
honorfield is offline
Reply With Quote
View Public Profile Visit honorfield's homepage!
 
 
Register now for full access!
Old 07-04-2009, 12:07 PM Re: Open link in a single table cell?
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 8,936
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
Well, first off, validate your code. Even with frames, anything that has to do with how it's displayed needs to be in the CSS, and you're trying to use deprecated HTML code to do what the CSS is supposed to.

But there's not a need for frames with so simple a layout. The browser caches images, so load time's not a real factor. You're simply not going to see a huge difference between using frames and not. And you can have a div set to overflow:scroll; in the CSS without frames or (gasp!) tables. Defining a width on the parent element, then specifying width: 100%; for the child element will get it to fill the space once there's content within it.

So your options are:

1) Learn how to use current code with frames.
2) Learn how to use iframes (and in each of these cases prepare to sacrifice some of your pages being indexed).
3) Learn how to do layouts without relying upon tables or frames, using CSS to define how your page elements display.

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Old 07-05-2009, 03:00 PM Re: Open link in a single table cell?
Average Talker

Posts: 26
Name: Prithwiraj Bose
Location: Kalyani, West Bengal, India
Trades: 0
Simple answer to ur question. Use a iframe at the target location and give it a name. Create all your links and give them targets to the frame. ie. the target should be the name of the iframes. Hope, it'll work.
I agree with serandfae, try using CSS in future for better coding, look and search engine optimization.
__________________

Please login or register to view this content. Registration is FREE
in Kolkata
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
| Become a
Please login or register to view this content. Registration is FREE
for Free.
techbongo is offline
Reply With Quote
View Public Profile
 
Old 07-23-2009, 02:51 AM Re: Open link in a single table cell?
Novice Talker

Posts: 11
Trades: 0
Thanks guys!

That was a great help

cheers honorfield
__________________
It's all happening for a reason.
honorfield is offline
Reply With Quote
View Public Profile Visit honorfield's homepage!
 
Reply     « Reply to Open link in a single table cell?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25418 seconds with 12 queries