For a more in depth look at all the features, check out this web site: WebReference
|
Page 5
OK, here's the third example from the previous page:
window.open('http://www.trellix.com','myWindow','resizable=1,height=200,width=300');
|
It says that we will allow the user to resize the window, and will predefine the height and the width of the window. Will we see scrollbars? No -- because we did not list it as an option!
Here's how to embed the code into a Trellix link:
http://www.trellix.com" onClick="window.open('http://www.trellix.com','myWindow','resizable,height=200,width=300'); return false
I have a few more examples are on the next page. Ready? ... Next page>
|