What Javascript


Jr2swiss

Well-Known Member
Ok, this is what im trying to do.

I want a javascript that resizes a webpage. Say theres a small picture and when they click it, it turns into a larger picture set at a certain width and height. I was going to take it right off Joygp but someone told me it was illegal so is there a place where i could find this javascript thats free?

recap

im looking for javascript that resizes a webpage.
 
Sounds like you don't want to resize the existing window but want to create a new window with a certain size. If so you should have a look at this. Just do a Google for 'javascript open window if' you want more information.
 
What do you mean you want to resize the webpage? Are you tryint to resize the browser window or the image inside the window?
 
I think he want it to have a pic thats a thumb nail and when you click on it its full size

but not open any new windows or switch to a diff page
 
FYI, for a small routine like opening a window I don't think it's illegal to take from joygp's site. If you were to steal an entire javascript module that would be something different, especially if it was copyrighted, but feel free to learn from other sites and make near-identical implementations :) since, especially in this case, there aren't always multiple solutions for the same problem.
 
Back
Top