I would like to know how to cause a new window to open in IE (probably 6.x or any older) when I click on an embedded link in a current window. Is this even possible?

thank you for your time.
Inphoenix

Recommended Answers

All 4 Replies

(suggestion) java+spyware=active scripting overload

Right click on any link and choose Open in New Window (or something similar). This works in just about all web browsers.

or hold down the shift key while clicking on the link

depends the way you have *embedded* it. if its normal html, use
target=_blank

if applet, use javascript that interacts with applet, or vice versa (works both ways).
flash -> possible
activex -> possible

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.