PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I meant hidden form, I dont want to display any submit button, by the way I got a solution we can use onload Javascript:document.hiddenform.submit(), but Javascript console says it document.myhiddenform.submit() is not a function
what do?
<html>
<head>
<script type="text/javascript">
<!--
function submitForm()
{
document.form.submit();
}
//-->
</script>
</head>
<body onLoad="submitForm();">
// form here
</body>
</html>
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.