Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q367 How can I open get a new window to pop up when the mouse rolls over a certain plain text word?

You are here: irt.org | FAQ | DHTML | Q367 [ previous next ]

To open a window you need an event to be triggered. A link has an onMouseOver event that can be used to open a window. Normal text does not have any associated event handlers that you can use.

You can make a link look like normal text by altering the style of the text but only in browsers that support Cascading Style Sheets.

You can in Netscape Navigator 4 and Internet Explorer 4 use layers to hold text. The layers have event handlers, i.e. onMouseOver that can be used to open windows.

Take a look at the article What is So Dynamic About Dynamic HTML? for further information.

Feedback on 'Q367 How can I open get a new window to pop up when the mouse rolls over a certain plain text word?'

©2018 Martin Webb