lighthouse
10-16-2004, 08:20 PM
:confused: print "thisid"
i have a web page that displays a list when first loaded. when a visitor clicks on a link in the list they get additional info on that item in a pop-up window on top of the original list.
the pop-up uses a new layer and some css positioning. the new info in the pop-up is on the same page as the orginal list, but is not "visible" until the link is clicked.
each link's new info stuff is contained in <span> tags with a unique "id".
I'd like to have some kind of "print this" js inside the span tags that refers to "thisid" and prints ONLY the stuff in that id's span.
how would I do this? TIA
i have a web page that displays a list when first loaded. when a visitor clicks on a link in the list they get additional info on that item in a pop-up window on top of the original list.
the pop-up uses a new layer and some css positioning. the new info in the pop-up is on the same page as the orginal list, but is not "visible" until the link is clicked.
each link's new info stuff is contained in <span> tags with a unique "id".
I'd like to have some kind of "print this" js inside the span tags that refers to "thisid" and prints ONLY the stuff in that id's span.
how would I do this? TIA