TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

DHTML Info Change

Page: 1 Reply
Mar 5th 2004#144365 Report
Member since: Dec 24th 2001
Posts: 222
Does anyone know a way to use DHTML to change the content of part of my table? Im building a site that basically consists of a table for teh top bar navigation...a column for a left side navigation and information area...and a column on the right for another information area. I want to be able to change the content in the right column....but I don't want to use frames because I want the entire site to be able to scroll....any ideas?
Reply with Quote Reply
Mar 5th 2004#144366 Report
Member since: May 22nd 2003
Posts: 315
does it have to be client side? I think the ebst way to be compatible with this type of script would be to use server side coding...
Reply with Quote Reply
Mar 5th 2004#144367 Report
Member since: Mar 18th 2001
Posts: 6632
you could use an iframe. that would be the easiest way.
Reply with Quote Reply
Mar 10th 2004#144921 Report
Member since: Dec 24th 2001
Posts: 222
[QUOTE=deker]you could use an iframe. that would be the easiest way.[/QUOTE]


can I format an Iframe so it doesn't scroll on its own but with the page? as though it were part of the page?
Reply with Quote Reply
Mar 10th 2004#144922 Report
Member since: Dec 24th 2001
Posts: 222
[QUOTE=Doolittle]does it have to be client side? I think the ebst way to be compatible with this type of script would be to use server side coding...[/QUOTE]

I've been looking into server side languages...but being that I have had no experience with them, I'm finding it a little difficult to understand....what language would you recomment?
Reply with Quote Reply
Mar 10th 2004#144940 Report
Member since: May 22nd 2003
Posts: 315
Php,

all you would need to use is includes to make the 'right' side easily changeable... basically you'd make teh right side one file and then include it on every page so in order to change it you would only need to edit one single file...

[PHP] [/PHP] Thats all it woudl take if you want to know it.
Reply with Quote Reply
Mar 12th 2004#145175 Report
Member since: Dec 24th 2001
Posts: 222
Reply with Quote Reply
Mar 12th 2004#145179 Report
Member since: Mar 18th 2001
Posts: 6632
You can only do it without reloading the page by using an iFrame or regular frames. Everything else will reload the whole page. You could put the music player in it's own frame to keep it from loading, or make the flash player work in a pop-up window. That's the easiest way.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum