Click to See Complete Forum and Search --> : Opening pictures in new, small windows


Engeling
01-22-2007, 05:00 PM
I didn't exactly know where to put this, so this thread must do.

I'm a user on a site, on which i am allowed to make a profile with html, and to have pictures (which, in this case, i have stored on photobucket) on it.
Now, I know how to the icons on the site, and I know how to make them links that open in new windows, but I don't know how I can make them open in a new window that fits right around the picture. And if possible I would like to know how to change that windows scroll bar colors etc...

In fact, it would be even better if they wouldn't open in windows, but in frames (without url)

ray326
01-22-2007, 10:23 PM
Check out the Javascript method window.open().

http://www.w3schools.com/htmldom/met_win_open.asp

Engeling
01-23-2007, 05:06 AM
I had some fun trying that. untill i noticed that the 'onclick' action is forbidden on that website.
Also, I would like to start from an image, not from a button, I didn't find it there...
Sorry when I'm fishing for a straight line.