Ok, my site: <!-- m --><a class="postlink" href="http://campbells.dikaios.net">http://campbells.dikaios.net</a><!-- m --> (I'm sure your getting sick of all these *.dikaios.net problems, but stick with me...I'm like 10x as good at this as I was a week ago).
If you go to the section labeled Aaron (<!-- m --><a class="postlink" href="http://campbells.dikaios.net/aaron.php">http://campbells.dikaios.net/aaron.php</a><!-- m -->) you will see pictures on the left. If you click on any of the pictures, it opens a new window with the picture in it, passing the picure, alt=, title=, and page title all as variable via the URL. The problem is, it always open a window at the same size (full screen for me). Is there a way via PHP to set the window size etc (maybe even remove the toolbars, etc, though that is optional)? I'm kinda trying to stay away from from JS, as so many people (depends on who you ask...1 in 10...1 in 5...whatever) have it turned off. I just want them to be able to see the picture full size (and save it full size) w/o having to put the full size piture in the page.
Aaronyou can ask as many questions as you want regarding your site. that is what we are here for, is to help.
but the the sad part is that php has nothing to do with client side. you will have to use javascript to take the toolbar away and resize the window.I can only advice you NOT to resize any windows, and NOT to take away any toolbars with JavaScript, as there are in general few things that the users hate more, than having control taken away from them. You would be better off making a special picture-viewing page, in my opinion.
If you go to the section labeled Aaron (<!-- m --><a class="postlink" href="http://campbells.dikaios.net/aaron.php">http://campbells.dikaios.net/aaron.php</a><!-- m -->) you will see pictures on the left. If you click on any of the pictures, it opens a new window with the picture in it, passing the picure, alt=, title=, and page title all as variable via the URL. The problem is, it always open a window at the same size (full screen for me). Is there a way via PHP to set the window size etc (maybe even remove the toolbars, etc, though that is optional)? I'm kinda trying to stay away from from JS, as so many people (depends on who you ask...1 in 10...1 in 5...whatever) have it turned off. I just want them to be able to see the picture full size (and save it full size) w/o having to put the full size piture in the page.
Aaronyou can ask as many questions as you want regarding your site. that is what we are here for, is to help.
but the the sad part is that php has nothing to do with client side. you will have to use javascript to take the toolbar away and resize the window.I can only advice you NOT to resize any windows, and NOT to take away any toolbars with JavaScript, as there are in general few things that the users hate more, than having control taken away from them. You would be better off making a special picture-viewing page, in my opinion.