On Wed 12 Sep, 2007 at 16:17:44 +1000, Michael Lake wrote: > The question is if this is supposed to be done via a POST how does one do > it without > using a form? I didn't want to use a button for the deletes. Using CSS to > make a > button look like a image link seems silly to do. I have searched on Google > for this > and there are some references to this using javascript and sockets but not > really > what I'm after.
An <input> button can be an image too: Eg. <input type="image" src="/img/foo.png" name="Delete" /> For an example of how it displays, see: http://www.nullis.net/stuff/blah.html Of course it is still wrapped in a <form>, but then it should be :) Best of all there is nothing that looks like a button.. just an image! > > Do slug coders stick with W3 standards or are you more pragmatic? > I try :P - Scott _______________________________________________ coders mailing list [email protected] http://lists.slug.org.au/listinfo/coders
