|
|
|
tomoslewis
regular
Reg'd: Wed
Posts: 94
|
|
i want to make a link open in anew window but without the addressbar.i've done it before but forgot how to do it.anyhelp?
|
|
ianm
regular
Reg'd: Fri
Posts: 349
Loc: Colchester
|
|
Hello, <script language="javascript"> function openMywindow(){ open("PathToPage.html","PageName","scrollbars=0, width=100,height=100, top=5, left=5, title=YourTitle").focus(); } </script>
<a href="javascript:openMywindow()"><img src="PathToImage"/></a>
Is this what you are after?
Regards Ian
|
tomoslewis
regular
Reg'd: Wed
Posts: 94
|
|
ye, cheers
|
tomoslewis
regular
Reg'd: Wed
Posts: 94
|
|
anyone know how i can do the same for another link on the same page, as i;ve tried but it keeps opening the same page as the other link.i've tried changing the part pathtopage.html
|
|
|