net2dio Posted August 31, 2010 Posted August 31, 2010 (edited) Hello $oIE = _IECreate ("http://www.sl.nsw.gov.au/system/forms/selfreg.html") $o_form = _IEFormGetObjByName ($oIE, "formi") $o_Title = _IEFormElementGetObjByName ($o_form, "title") $Title = "value" _IEFormElementSetValue ($o_title, $title) this is just one example ... but I want to know how to set a value to a form like this Can someone?? Help me pls Thanks Edit: no more necesary ... excuse me Edited August 31, 2010 by LeuMas
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now