Hey guys Im trying to make an auction website for school using html, ASP and a database in Acess.
I am trying to create buttins so my users can click on them to Bid on people.
I keep coming up with different errors and when I view the source code after running the page it's different than the code I entered in dreamweaver on my page.
<input value="Bid Now!" type="submit" onClick="msgbox('hello')">
This is the code for the button on one page.
<html>
<body>
<form runat="server">
<asp:Button id="b1" Text="Submit" runat="server" />
</form>
</body>
</html>
This is another test example which isn't being interpreted properly.
Can anyone please help?