D
dbaplusplus
I worked on web development using java script many many years, so I am
now a newbie to javascript. I have a single html page, which is
generated dynamically using some programming language.
Web page will be viewed using Microsoft's IE browser (version 6.x
....). Webapge is self-contained. i.e., it does not refer to any links
outside the webpage, however, it uses
bookmarks inside the same page.
I have a long table to display, table has 50 columns or so. What I want
to do to show
10 columns of the table. 11th column will have a link (more
information). When one clicks
on the link, I will like to dynamically generate another table, which
has 10 more columns and so on.
1. Is there a way to specify in a link to call a java script inside
that page? If yes, how to
do that.
2. When java script is called, can it dynamically generate a table and
display it in a pop-up window. How to do this?
Thanks a lot.
now a newbie to javascript. I have a single html page, which is
generated dynamically using some programming language.
Web page will be viewed using Microsoft's IE browser (version 6.x
....). Webapge is self-contained. i.e., it does not refer to any links
outside the webpage, however, it uses
bookmarks inside the same page.
I have a long table to display, table has 50 columns or so. What I want
to do to show
10 columns of the table. 11th column will have a link (more
information). When one clicks
on the link, I will like to dynamically generate another table, which
has 10 more columns and so on.
1. Is there a way to specify in a link to call a java script inside
that page? If yes, how to
do that.
2. When java script is called, can it dynamically generate a table and
display it in a pop-up window. How to do this?
Thanks a lot.