New windows!!!

SpaceshipSpaceship
Watch

custard

New Member
Impact
0
Hi, can someone help - i want images on a photo-gallery to open in a new window that is fixed size, without scroll bars, menus etc. and no right click can anyone tell me the coding needed.
thanks

custard.
www.ace-photoimagery.com
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
custard said:
Hi, can someone help - i want images on a photo-gallery to open in a new window that is fixed size, without scroll bars, menus etc. and no right click can anyone tell me the coding needed.
thanks

Sure, not that hard. There are plenty of javascripts out there to do it. Simple use a popup method and you can specify all of that. do a google search for javascript popup (maybe width or height too)
 
0
•••
Here's the code that you can use in your source. Just specify dimentions of your window and source of your image.

<a href="images/image_name.gif" onClick="window.open('images/image_name.gif, 'YourName',
'status, width=800, height=600'); return false"><img src="images/image_name.gif" width="200" height="93" border="0"></a>

in this code you can use any image instead of image_name.gif. you can also modify window dimentions inside OnClick method 'status, width=whatever, height = whatever'
Hope this helps
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back