Search

You searched for the word(s): userid:828716

Matching Posts

  • Re: Webbrowser click on button

    [quote user="NC01"] This entire site in an ASP.NET site, in other words, web page/application development site. The forum masters probably thought that it was a client-side post since it had document.getElementById in the post. You also might try Googling for what you want to learn, if you can learn from source code. Google is a tremendous resource for persons just starting out. NC... [/quote] Yes I searched on Google. But I can't find the answer on my problem.
    Posted to Client Side Web Development (Forum) by pascallj on 9/28/2008
  • Re: Webbrowser click on button

    [quote user="NC01"] Are you building a web page (using ASP.NET)? If so, this syntax won't work: Browser.Document.GetElementById("login_nickname").InnerText = Username.Text This should be: <script type="text/javascript"> <!-- d ocument. g etElementById('login_nickname'). innerHTML = 'some new value'; // .innerText will work on some browsers // --> </script> Note the casing as JavaScript is case-sensitive. If you are not building a
    Posted to Client Side Web Development (Forum) by pascallj on 9/28/2008
  • Re: Webbrowser click on button

    Oh yes thanks! That's where i'm looking for. It's now working, Thanks! But how do you now all that codes? I want to learn programming self and not by copy/paste. If you followed a cursus?
    Posted to Client Side Web Development (Forum) by pascallj on 9/28/2008
  • Re: Webbrowser click on button

    Sorry but is that code for visual basic 2008? Because I've got 7 errors. And the name from the button on the webpage is "submit". Pascal
    Posted to Client Side Web Development (Forum) by pascallj on 9/28/2008
  • Webbrowser click on button

    Hello everybody, I am new here on this forum because I have a question. I make a project with a webbrowser. I want to know how you can click on a button on a website automatic. I've got already this in a button: 1 Browser.Document.GetElementById( "login_nickname" ).InnerText = Username.Text 2 Browser.Document.GetElementById( "login_password" ).InnerText = Password.Text This will fill in a textfield when you press on that button. But how can you automatic click on a button
    Posted to Client Side Web Development (Forum) by pascallj on 9/27/2008
Page 1 of 1 (5 items)