JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
Regex:
AnalternativetotheInputType= "Submit "button
Filename
JavaScript automagically hide and show an HTML tag (DIV, P, whatever)
asd
An alternative to the Input Type = "Submit " button
http:
greasemonkey
bangbros password
month
Rate this script:
I Love it
/
I Hate it
Add functions to onload event
Code
function
addLoadEvent
(
func
)
{
var
oldonload = window.
onload
;
if
(
typeof
window.
onload
!=
'function'
)
{
window.
onload
= func;
}
else
{
window.
onload
=
function
(
)
{
oldonload
(
)
;
func
(
)
;
}
}
Add functions to onload event scripts
|
Add functions to onload event snippet
|
Add functions to onload event example
|
Add functions to onload event tutorial
|
Add functions to onload event code