Click to See Complete Forum and Search --> : Dynamic Display of Tables based on selection of links in same area


Twinkle Pathak
05-22-2007, 02:17 AM
Hi All,
I m a newbie to HTML and JavaScript.....
I m rite now working on for converting XML into HTML....
I knw this can be directly done using XSLT.... we are working on that aspect too.....
But as we need a little complex UI .. we are first trying that ideas in HTML....
and later on we can export this to XSLT.....

Now what we want is that .....
all links are placed on a form.. and
I just wanted to know that how can i display tables dynamically as per the link selected by user on a that form at a particular area...

Hope i get help from u....... asap

Thanks in advance

Charles
05-22-2007, 08:04 AM
Use an IFRAME element with a name and that name as the value of the "target" attribute in the A elements. You will, however, have to use a transitional DTD.

Twinkle Pathak
05-22-2007, 11:07 PM
Charles thanks for your reply.....
But i would request you to throw some more light on this IFRAME .... thing..n
also abt transitional DTD...........

Once again Thanks..................

Charles
05-23-2007, 05:13 AM
See http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME & http://www.w3.org/TR/html401/struct/global.html#h-7.2 .