770 snippets from 1550 members, and growing!
|
login
|
join
about
bytebin
members
tags
snippets
join
Snippets
Submit a Snippet
Search Snippets
New Snippets
Top Snippets
Top Tags
PHP
(136)
JavaScript
(123)
Java
(66)
VBSCRIPT
(58)
String
(44)
CSS
(31)
CSharp
(28)
File
(28)
HTML
(27)
C
(24)
mysql
(24)
VB.NET
(24)
python
(24)
CPlusPlus
(23)
groovy
(23)
New Snippets
Very lightweight ...
AutoComplete plug...
AutoComplete plug...
Connection Java -...
View PostgreSql
Store Procedure
Pygame - Simple p...
Python - Anagram ...
Python - Anagram ...
Converter to bina...
Venture Capital Jobs
New Members
me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
Hackdemian
impomatic
Top Members
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
Home
/
Snippets
/
Unload Javascript Files
/
Comments
Unload Javascript Files
Snippet Menu
Revisions
Comments
Related Snippets
Add to Favorites
Email Snippet
Download Snippet
Print Snippet
Blog Snippet
snippet
|
revisions
|
comments
|
related
|
Add to Favorites
|
email
download
|
print
|
blog it
New Comment
cant work ???
Sat. Sep. 22nd, 2007 7:36 AM
el_nokio
i tried it on Firefox but i can not make it work ! ..i normally call the fucntion but dosent work ...why ???
- "
i think that i can think as randomly as i want to always so..
" -
[
el_nokio
]
<html>
<head>
<title>
testing the script
</title>
<script
type
=
"text/javascript"
src
=
"unloadjs.js"
>
</script>
</head>
<body
onload
=
"javascript:unloadAllJS()"
>
<!--
// i also tried like this into a a href tag but dosent work too :( why?
<a href="javascript:unloadAllJS();">
Test
</a>
-->
</body>
</html>
Reply
not working
Mon. Dec. 18th, 2006 5:40 AM
sundaramkumar
Tested in IE7. but not working.
Regards,
Kumar S
GuyFromChennai.com
Reply
New Comment
- " i think that i can think as randomly as i want to always so.. " - [ el_nokio ]
<html>
<head>
<title>
testing the script
</title>
<script type="text/javascript" src="unloadjs.js"> </script>
</head>
<body onload="javascript:unloadAllJS()">
<!--
// i also tried like this into a a href tag but dosent work too :( why?
<a href="javascript:unloadAllJS();">Test</a>
-->
</body>
</html>
Regards,
Kumar S
GuyFromChennai.com