jclomas
12-17-2004, 03:12 PM
Hello all, I am having a bit of a problem.
I have created a site that uses links to initiate a particualr asp action.....the code for that is here: <a href="template.asp?action=masterbed"> all the link does is make the page pull up a new picture that is called masterbed....
now, I created a form button that I though would do the same thing...here is the code:
<form method="Link" Action="/template.asp?kitchen">
<input type="submit" value="Kitchen">
</form>>
The problem I am having is that the form button does not initiate the action...the picture will not change to kitchen. It simply stays the same as when you first pull up the site.
Anyone have any ideas as to how I can make this button work?
I have created a site that uses links to initiate a particualr asp action.....the code for that is here: <a href="template.asp?action=masterbed"> all the link does is make the page pull up a new picture that is called masterbed....
now, I created a form button that I though would do the same thing...here is the code:
<form method="Link" Action="/template.asp?kitchen">
<input type="submit" value="Kitchen">
</form>>
The problem I am having is that the form button does not initiate the action...the picture will not change to kitchen. It simply stays the same as when you first pull up the site.
Anyone have any ideas as to how I can make this button work?