Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » HTML Picture link in own sized browser
Closed Thread
Old 01-06-2005, 05:11 PM   #1 (permalink)
 
Junior Techie

Join Date: Aug 2004

Posts: 57

SubGum is on a distinguished road

Default HTML Picture link in own sized browser

I want a link that will open an image in it's own browser, but I want the new browser to be resized to fit the image with "Maximize" disabled. How can I do this?
SubGum is offline  
Old 01-06-2005, 08:35 PM   #2 (permalink)
 
Super Techie

Join Date: Apr 2004

Posts: 316

BlazingWolf

Default

Javascript. Search google for it and you'll come up with some good tutorials.
__________________
BlazingWolf
<font color=\'red\'>
<b>
<a href=\'http://www.gaming-forums.org\'>
Gaming-Forums.org
<a/>
</b>
</font>
BlazingWolf is offline  
Old 01-07-2005, 03:50 PM   #3 (permalink)
 
Junior Techie

Join Date: Dec 2004

Posts: 88

developer

Default

Window.Open(some parameters)
This is a Javascript command. It takes parameters that allow u to choose the size (which can be image size), disable menubar, maximize etc.
__________________
Somewhere I Belong...
developer is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On