HI Could any body tell me how to use this type of links in watir??

a href="/projects/destroy/153" onclick="if (confirm('Are you sure to delete 
?')) { var f = document.createElement('form'); this.parentNode.appendChild(f); 
f.method = 'POST'; f.action = this.href; f.submit(); };return false;">Delete  ,,


If i click on delete a confirm box will get in that i want to click "ok"  
please tell me how to do that??
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6581&messageID=18779#18779
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to