PDA

View Full Version : Chromeless Window Without Java Script?



Zaiah
July 3rd, 2007, 12:41 PM
Okay, I read thru some of the other tutors first before posting this and I didn't see it. I did try first. And I know someone else has asked this question, but I have to ask again.

Here is the situation: I have a client that is selling merchandise (hats) and he has a page full of pics of the hats. A little larger than a thumbnail. Anyways, he wants to be able to click on the thumbnail and a separate window open up that doesn't have any chrome. But he doesn't want to use java script for it, because so many people use pop-up blockers. Is this possible? No flash is going to be used. Basically a page created in HTML that he can remove the chrome and specify the size of. Any help would be appreciated. Thanks

duncanhall
July 3rd, 2007, 01:25 PM
I'm almost 100% certian there's no way of doing this without javascript. However, "because so many people use pop-up blockers" is not a valid reason not to use javascript. I have a pop-up blocker. I still use javascript and pop-up windows. If the software is any good, it will allow the pop-up without a problem.

simplistik
July 3rd, 2007, 02:09 PM
thickbox

Zaiah
July 3rd, 2007, 02:28 PM
thickbox

this just like lightbox right?

simplistik
July 3rd, 2007, 04:13 PM
this just like lightbox right?

Similar, the difference is that thickbox allows you to have actual html content in it, it's not just limited to images like lightbox is.

Esherido
July 8th, 2007, 11:04 AM
^ Or if you want, you could write your own system for doing it. ;)