I want to load an image with JS within the form event "onsubmit" without stipping the submit action of the form.
What I do is the following:
var img = new Image();
img.onload = function(){...
|
Search:Type: Posts; User: egy_medrawi Search: Search took 0.01 seconds.
Results 1 to 2 of 2
|
|