I want to run a JavaScript function when the page loads.
So, I went ahead and edited GENERIC_SHELL:
<body onload="search_images();">
However when I go to my forum and check the source, I see:
<body onload="">
What gives?
So, I went ahead and edited GENERIC_SHELL:
<body onload="search_images();">
However when I go to my forum and check the source, I see:
<body onload="">
What gives?
Comment