JSMITH242B
Programmer
Hi Group,
How can I amend the following code so that it runs without a submit button?
I included the submit button to check that it renders properly without any errors.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>My test Reports</title>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="frmRender" action=" method="post"
target="_self">
<input type="hidden" name="rs:Command" value="Render&CreationDate">
<input type="hidden" name="rc:Toolbar" value="false">
<input type = "hidden" name=Creation value= '01/06/2004'>
<input type="submit" value="view report">
</form>
</body>
</HTML>
How can I amend the following code so that it runs without a submit button?
I included the submit button to check that it renders properly without any errors.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>My test Reports</title>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="frmRender" action=" method="post"
target="_self">
<input type="hidden" name="rs:Command" value="Render&CreationDate">
<input type="hidden" name="rc:Toolbar" value="false">
<input type = "hidden" name=Creation value= '01/06/2004'>
<input type="submit" value="view report">
</form>
</body>
</HTML>