Click to See Complete Forum and Search --> : webbrowser - sumbit via a href...


buddhi
12-23-2003, 12:20 AM
Hi All

I'm making a sms-program, but i have a problem

I don't know how to activate an <a href> link, i can't use
doc.forms(0).submit


the link is as follows: <A HREF="#" onclick="addNumber(document.addToGsmList.SubmitGsm, document.configGsmList.gsmNumbers);return false"><img=...>


so i wonder how i can execute/tell the browser to use this link.

Pittimann
12-23-2003, 03:12 AM
Hi!

What do you actually want to do?? Submit a form without action taken by the user?

Cheers - Pit