![]() |
![]() |
![]() |
![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Macintosh - Java issues. | (Swift) | Bugs and Problems report | 1 | 07-13-2004 05:11 PM |
| Java arcade what? - + nes | Orlando0 | Links | 2 | 06-29-2003 12:17 PM |
| Java games - I havent been able to play | steventhebol | General Comments and Strategies | 7 | 11-30-2001 09:13 PM |
![]() |
![]() |
|
![]() |
|
|
#1 |
|
Junior Member
New Member
|
Does anyone know where I can find a java script for a website that compacts or incompacts the script when the window is either compact or not. It's the one that if you resize your window, the script within the window resizes as well. Please tell me where to find the script, thanx
__________________
http://www.boomspeed.com/zanrel/Banner1.JPG Zanrel, Thanx for putting my banner in your web. See you in school sweet heart. Send my regards to your sis. Love ya |
|
|
|
|
|
#2 |
|
Senior Member
Junior Member
|
you mean Onresize?
[code:1]OnResize.window Alert ('DON'T RESIZE ME AGIAN! PIG!');[/code:1] Just to answer your question, the script minimizes when you minmize the window, but it still runs, that way once you repull it back up, it still works. Besides having to rego to the server and grab the javascript. |
|
|
|
|
|
#3 |
|
Junior Member
New Member
|
So what is the code to onresize
__________________
http://www.boomspeed.com/zanrel/Banner1.JPG Zanrel, Thanx for putting my banner in your web. See you in school sweet heart. Send my regards to your sis. Love ya |
|
|
|
|
|
#4 | ||||||
|
Senior Member
Junior Member
|
O_o! you didn't see it in my post!?
It's a DOM. Quote:
<script Language="Javascript">
<!--Hide from older browsers Onresize.Window (script here.) --> </script>
then agian, you can just take off the .window and use .document, this is the W3C's ID DOM, so thus, if your trying to make a non-cross browser site, I would use Netscapes Layer (Which sucks) DOM for Netscape and IE's ALL (4.0 and up has it, 5.0 put in the ID DOM, and the ID DOM is now standard in IE, though you can use the ALL) DOM for IE. |
||||||
|
|
|
|
|
#5 |
|
Junior Member
New Member
|
Hey thank you so much "Squal87"
__________________
http://www.boomspeed.com/zanrel/Banner1.JPG Zanrel, Thanx for putting my banner in your web. See you in school sweet heart. Send my regards to your sis. Love ya |
|
|
|
![]() |
|
|