how can I read the values entered in a form from another web page
I java you can use javabeans:
request.getParameterValues("IDs")
http://forums.esri.com/Thread.asp?c=158&f=2282&t=229054&mc=4
in .Net you can use that:
this.webBrowser1.Document.All["UserId"].GetAttribute("value"))
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---