Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 2:02 PM   #1
Richard
 
Richard's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Problem: How to create text output to a specified table?

Table 1 contains a list of 10 items which I want to remain constantly
visible.
Each item in it's own cell just for clarification.

Below it is Table 2 which contains a short description of something or
other.

As user clicks on cell3 in table 1, I want table 2 to show other
information. Cell5 in table 1 would show yet other items.

Anyone have any clues or an example of how this might happen?

No frames. Just playing around with an idea.

thanks.



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 07-01-2007, 2:02 PM   #2
Steve Pugh
 
Steve Pugh's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Problem: How to create text output to a specified table?

"Richard" <anom@anom> wrote:

>Table 1 contains a list of 10 items which I want to remain constantly
>visible.
>Each item in it's own cell just for clarification.
>
>Below it is Table 2 which contains a short description of something or
>other.
>
>As user clicks on cell3 in table 1, I want table 2 to show other
>information. Cell5 in table 1 would show yet other items.
>
>Anyone have any clues or an example of how this might happen?
>
>No frames. Just playing around with an idea.


Build ten pages.
Have the same table 1 in all ten of them (include it via a
pre-processor or SSI to save on the copy and paste).
Have different contents below the common table (may or may not be
another table depending on contents).
Links in table 1 go to pageX.html#table2 where X is the number of the
page and where there's a <a name="table2"> or id="table2" at the start
of table2.

Steve


--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:02 PM   #3
Richard
 
Richard's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Problem: How to create text output to a specified table?


"Steve Pugh" <steve@pugh.net> wrote in message
news:qsr5gv49rg0a0e9qfmp3k2e0b4odb2o9nu@4ax.com...
> "Richard" <anom@anom> wrote:
>
> >Table 1 contains a list of 10 items which I want to remain constantly
> >visible.
> >Each item in it's own cell just for clarification.
> >
> >Below it is Table 2 which contains a short description of something or
> >other.
> >
> >As user clicks on cell3 in table 1, I want table 2 to show other
> >information. Cell5 in table 1 would show yet other items.
> >
> >Anyone have any clues or an example of how this might happen?
> >
> >No frames. Just playing around with an idea.

>
> Build ten pages.
> Have the same table 1 in all ten of them (include it via a
> pre-processor or SSI to save on the copy and paste).
> Have different contents below the common table (may or may not be
> another table depending on contents).
> Links in table 1 go to pageX.html#table2 where X is the number of the
> page and where there's a <a name="table2"> or id="table2" at the start
> of table2.
>
> Steve


Thanks. I have looked at that but would like to avoid duplicating pages.
If an image can be rotated in a table on the same page, why not text?
I was thinking of using a function to display the chosen item results, but
don't know how to work the coding within the function itself.
such as:
function choice1 () {
if ..............<body><html><table>write text here</table>.......

I have the "java script bible" but it doesn't get into that kind of detail.
working samples would be nice.



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:02 PM   #4
Davmagic com
 
Davmagic com's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Problem: How to create text output to a specified table?


>From: anom@anom (Richard)
>Table 1 contains a list of 10 items which I
>want to remain constantly visible.
>Each item in it's own cell just for
>clarification.
>Below it is Table 2 which contains a short
>description of something or other.
>As user clicks on cell3 in table 1, I want
>table 2 to show other information. Cell5 in
>table 1 would show yet other items.
>Anyone have any clues or an example of
>how this might happen?


Use JavaScript... have a look at my front page (link below) and View
Source to see how the effect works near the top of the page when you
mouseover certain (colored) table cells and get a (text) Image below...
which is different depending on which cell you mouseover...

This may not be exactly what you want, but it accomplishes the same type
of thing!

Web Design-Magic-Painting-Junking-Games
INFO 2000 For You
http://www.davmagic.com

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:02 PM   #5
Steve Pugh
 
Steve Pugh's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Problem: How to create text output to a specified table?

"Richard" <anom@anom> wrote:

>
>"Steve Pugh" <steve@pugh.net> wrote in message
>news:qsr5gv49rg0a0e9qfmp3k2e0b4odb2o9nu@4ax.com.. .
>> "Richard" <anom@anom> wrote:
>>
>> >Table 1 contains a list of 10 items which I want to remain constantly
>> >visible.
>> >Each item in it's own cell just for clarification.
>> >
>> >Below it is Table 2 which contains a short description of something or
>> >other.
>> >
>> >As user clicks on cell3 in table 1, I want table 2 to show other
>> >information. Cell5 in table 1 would show yet other items.
>> >
>> >Anyone have any clues or an example of how this might happen?
>> >
>> >No frames. Just playing around with an idea.

>>
>> Build ten pages.
>> Have the same table 1 in all ten of them (include it via a
>> pre-processor or SSI to save on the copy and paste).
>> Have different contents below the common table (may or may not be
>> another table depending on contents).
>> Links in table 1 go to pageX.html#table2 where X is the number of the
>> page and where there's a <a name="table2"> or id="table2" at the start
>> of table2.
>>

>
>Thanks. I have looked at that but would like to avoid duplicating pages.


Then go for a database solution. One "page" that displays different
content depending on a variable in the URL.

>If an image can be rotated in a table on the same page, why not text?


Would you want to download all the text at once, even if you only
wanted to look at one out of the ten pages? And what is displayed when
JavaScript is disabled?

It can be done quite eaisly with JavaScript. Either by creating new
text nodes in the DOM or by simply manipulating the CSS display
property of a block of text (and other methods using proprietary
properties like innerHTML).

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:03 PM   #6
Bagbourne
 
Bagbourne's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Problem: How to create text output to a specified table?

"Richard" <anom@anom> wrote in message
news:bdv8n201qrm@enews4.newsguy.com...
>
> "Steve Pugh" <steve@pugh.net> wrote in message
> news:4036gv8khad1ma7idmcr986790n5kd25sr@4ax.com...
> > "Richard" <anom@anom> wrote:
> >
> > >
> > >"Steve Pugh" <steve@pugh.net> wrote in message
> > >news:qsr5gv49rg0a0e9qfmp3k2e0b4odb2o9nu@4ax.com.. .
> > >> "Richard" <anom@anom> wrote:
> > >>
> > >> >Table 1 contains a list of 10 items which I want to remain

constantly
> > >> >visible.
> > >> >Each item in it's own cell just for clarification.
> > >> >
> > >> >Below it is Table 2 which contains a short description of something

or
> > >> >other.
> > >> >
> > >> >As user clicks on cell3 in table 1, I want table 2 to show other
> > >> >information. Cell5 in table 1 would show yet other items.
> > >> >
> > >> >Anyone have any clues or an example of how this might happen?
> > >> >
> > >> >No frames. Just playing around with an idea.
> > >>
> > >> Build ten pages.
> > >> Have the same table 1 in all ten of them (include it via a
> > >> pre-processor or SSI to save on the copy and paste).
> > >> Have different contents below the common table (may or may not be
> > >> another table depending on contents).
> > >> Links in table 1 go to pageX.html#table2 where X is the number of the
> > >> page and where there's a <a name="table2"> or id="table2" at the

start
> > >> of table2.
> > >>
> > >
> > >Thanks. I have looked at that but would like to avoid duplicating

pages.
> >
> > Then go for a database solution. One "page" that displays different
> > content depending on a variable in the URL.
> >
> > >If an image can be rotated in a table on the same page, why not text?

> >
> > Would you want to download all the text at once, even if you only
> > wanted to look at one out of the ten pages? And what is displayed when
> > JavaScript is disabled?
> >
> > It can be done quite eaisly with JavaScript. Either by creating new
> > text nodes in the DOM or by simply manipulating the CSS display
> > property of a block of text (and other methods using proprietary
> > properties like innerHTML).
> >
> > Steve

>
> Thanks. It is something close to what I'm looking for.
> I'll just keep looking around for more kloos.


You could put an <iframe> in the cell you want to change, and have the link
direct the results to that.


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 2:05 PM   #7
Richard
 
Richard's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Problem: How to create text output to a specified table?


"David Graham" <david.graham16@ntlworld.com> wrote in message
news:4jTMa.465$PK2.91@newsfep1-gui.server.ntli.net...
>
> "Richard" <anom@anom> wrote in message
> news:bdv8n201qrm@enews4.newsguy.com...
> >
> > "Steve Pugh" <steve@pugh.net> wrote in message
> > news:4036gv8khad1ma7idmcr986790n5kd25sr@4ax.com...
> > > "Richard" <anom@anom> wrote:
> > >
> > > >
> > > >"Steve Pugh" <steve@pugh.net> wrote in message
> > > >news:qsr5gv49rg0a0e9qfmp3k2e0b4odb2o9nu@4ax.com.. .
> > > >> "Richard" <anom@anom> wrote:
> > > >>
> > > >> >Table 1 contains a list of 10 items which I want to remain

> constantly
> > > >> >visible.
> > > >> >Each item in it's own cell just for clarification.
> > > >> >
> > > >> >Below it is Table 2 which contains a short description of

something
> or
> > > >> >other.
> > > >> >
> > > >> >As user clicks on cell3 in table 1, I want table 2 to show other
> > > >> >information. Cell5 in table 1 would show yet other items.
> > > >> >
> > > >> >Anyone have any clues or an example of how this might happen?
> > > >> >
> > > >> >No frames. Just playing around with an idea.
> > > >>
> > > >> Build ten pages.
> > > >> Have the same table 1 in all ten of them (include it via a
> > > >> pre-processor or SSI to save on the copy and paste).
> > > >> Have different contents below the common table (may or may not be
> > > >> another table depending on contents).
> > > >> Links in table 1 go to pageX.html#table2 where X is the number of

the
> > > >> page and where there's a <a name="table2"> or id="table2" at the

> start
> > > >> of table2.
> > > >>
> > > >
> > > >Thanks. I have looked at that but would like to avoid duplicating

> pages.
> > >
> > > Then go for a database solution. One "page" that displays different
> > > content depending on a variable in the URL.
> > >
> > > >If an image can be rotated in a table on the same page, why not text?
> > >
> > > Would you want to download all the text at once, even if you only
> > > wanted to look at one out of the ten pages? And what is displayed when
> > > JavaScript is disabled?
> > >
> > > It can be done quite eaisly with JavaScript. Either by creating new
> > > text nodes in the DOM or by simply manipulating the CSS display
> > > property of a block of text (and other methods using proprietary
> > > properties like innerHTML).
> > >
> > > Steve

> >
> > Thanks. It is something close to what I'm looking for.
> > I'll just keep looking around for more kloos.
> >

> Try
> http://porjes.com/hide3.html#d3
>


Thanks. Just the ticket.



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , , , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a copy of a table using SELECT Amer Neely Database 0 06-10-2007 12:22 AM
Only output values from a table that are NOT NULL? Bill Y. Barool Database 1 05-31-2007 8:43 PM
enum can't create table paul Database 1 05-31-2007 8:41 PM
Big text from shelloutput into table? AO Database 0 05-31-2007 8:38 PM
Having problem creating a new Table in SQL database, Dr.Tulip Database 0 05-31-2007 8:38 PM


Featured Websites




All times are GMT +1. The time now is 6:07 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98