Hi everyone in our website, I tried to make a link (with the id and a href JS submit) out of the submit type button launching an addrow action on my repeater, but I can't get it to launch the action??
this is what is originaly done <input name="addroom" type="submit" id="addroom" value="Add a Room" /> and I would want <a href="javascript:document.forms[0].submit();" id="addroom">Add Room</a> but this has a normal submit action??? Following the event handler docs, I guessed the addrow follows this process, in that case is it possible to connect my link to the list of event listenners or actions define for the addrow? in this case addroom ? Thanks Regards Tibor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
