- Code: Select all
<A HREF="thelinks.html" TARGET="definition" onClick="window.open('thelink.html','definition',config='height=100,width=420,toolbar=0,menubar=0,location=0,directories=0')">Click here</A>
Then for the other pages (thelinks.html) in the body I have:
- Code: Select all
<body OnLoad="self.focus()">
This works for the time being but the small window disapears and then comes back upon reload. I would rather it stay focused all the time. Is there any way to achieve this? Hope this was clear. As always, any help is much appreciated.[/code]


