|
I'm guessing that since you don't have a button you have a url to click.
If that is the case just code $ie->get('$url');
I find IE dom inspector really useful to use to extract the form names, url's etc etc.
See http://www.ieinspector.com/dominspector/index.html
Geoff
|