Hi, I'm in need of help with cPAMIE. I'm currently trying to submit this form on a webpage:
<form action="" method="post"> <fieldset> <legend>Submit Coupon</legend> <label for="coupon_code">Coupon Code:</label><br /> <input type="text" name="coupon_code" id="coupon_code" value=""><br /> <input type="text" name="security_code" value="" /><br /> <input type="hidden" name="action" value="submit"> <button type="submit">Submit Coupon</button> </fieldset> </form> I can fill in the textboxes alright but I'm having trouble submitting it. I've tried using: ie.buttonClick('action') but It returns some thing about it being hidden... Ive also tried: ie.buttonClick('Submit Coupon') but it says it can't find the string anywhere... Any help would be greatly appreciated! Thank you so much! -- http://mail.python.org/mailman/listinfo/python-list