View Single Post
Old 10-28-2021, 11:57 AM  
faperoni
Confirmed User
 
faperoni's Avatar
 
Industry Role:
Join Date: Feb 2015
Location: Amsterdam
Posts: 209
Maybe something like:

Give the form a name, for example "form1", then

Code:
window.onload = function(){
  document.forms['form1'].submit();
}
or

Code:
<body onload="document.form1.submit()">
__________________
Faperoni.com Fucker.com
faperoni is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote