What Javascript


Jr2swiss

Well-Known Member
Joined
Jan 7, 2004
Messages
1,166
Age
36
Location
California
Website
Visit site
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.
 
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