|
Page 3
OK, here's how to embed the window.open Javascript command into a Trellix created link.
Rather than:
http://www.trellix.com" target="_blank
we will replace the "target=" option with an "onClick=" option that has some Javascript embedded into it.
Like this:
http://www.trellix.com" onClick="window.open('http://www.trellix.com','myWindow'); return false
The result was exactly as we got with our normal link using the "target=" option.
So why go through all this trouble? Because once we understand how to do it, we can then learn to control those windows!
By the way, here's a screen print of part of the Link Properties window
that I used to create the link:
|