New Zenner
- Join Date:
- May 2008
- Posts:
- 27
- Plugin Contributions:
- 0
Define Pages Generator addon - Support
skipwater:
Add the title tag ie:
alt="xyz" title="xyz"
thanks, works great. next silly question. Can i use java script to make the new window popup in a browser size of my choice using this? Also, is this secure if i use it in my secure pages.
last are any outside hyperlinks good to have on my secure pages.
any help would be appreciated.
Then you code your link like that:
<a href='...' onClick='showPopup(this.href);return(false);'>Info</a>
When javascript is disabled, the link still works the normal way.