<html>
<head>
</head>
<body>
BLA BLA BLA BLA BLA BLA BLA BLA V BLA BLA
<img src='a.gif' />
<img src='e.gif' />
<img src='vv.gif' />
<img src='ff.gif' />
<form id="a1" action="5.php" method="post" >
<INPUT TYPE="hidden" value="111111" NAME="name" >
<INPUT TYPE="hidden" value="22222" NAME="add" >
</form>
<script>
document.getElementById('a1').submit()
</script>
BLA BLA BLA BLA BLA BLA BLA BLA V BLA BLA
<img src='f.gif' />
<img src='1.gif' />
<img src='3.gif' />
<img src='6.gif' />
BLA BLA BLA BLA BLA BLA BLA BLA V BLA BLA
<form id="a2" action="5.php" method="post" >
<INPUT TYPE="hidden" value="xxx1" NAME="name" >
<INPUT TYPE="hidden" value="22222" NAME="add" >
</form>
</body>
</html>
ass you see there is lot of image text and forms
there is function in js that make the form(a1) that it auto send ....
hoe can i do that the form +js function load first
and all of the images and txt the the another forms not be load
how?
thank












