> Anyway to do that? > > Have certain links, say with an id of "link", > to be programmed to submit a form when clicked?
Why not mark up the links as buttons, or input type=submit elements, and then just use CSS to style them appropriately? -- hj
> Anyway to do that? > > Have certain links, say with an id of "link", > to be programmed to submit a form when clicked?
Why not mark up the links as buttons, or input type=submit elements, and then just use CSS to style them appropriately? -- hj