I was wondering if anyone knew of a way to have a javascript function open a *.htm file in a new window (I can do that much), and at the same time hightlight a certain section of text in that file.
Still with the highlighting, suppose I had three links on a page, each to a different anchor in a small *.htm file. I already have the file open in a new popup window, but I want to highlight the 1st section when you click the 1st link, the 2nd section when you click the 2nd link, and (suprise suprise) the 3rd section to hightlight when you click the 3rd link.
I'd really appreciate any help anyone could give me on this, mainly b/c I really don't know JavaScript very well and I'm working on a project at work that I'd like to get wrapped up as soon as I can.
Thanks in advance for any help.