|
Hi,
answers to questions:
1) there is a difference in IE between right-click>view source and Menu View>source
2) the default argument to find_link() which is called bij follow_link() is "n => 1", so yes, it wi
+ll follow the first "link" it can find (see the docs for find_link()).
3) if you call submit_form() without a "button" argument, it will call the submit() method of the f
+orm directly (see the docs for submit_form()).
HTH,
-- Abe.
|