Results 1 to 6 of 6

Thread: webbrowser clicking java p me offf

  1. #1

    Thread Starter
    Banned
    Join Date
    Nov 2012
    Posts
    1,171

    webbrowser clicking java p me offf

    what is the code similar to this
    WebBrowser1.Document.parentWindow.execScript "toggleQueueButton()","JavaScript"

    am sure i seen another 1 with a click at the end of the line

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: webbrowser clicking java p me offf

    JavaScript is not Java.

  3. #3

    Thread Starter
    Banned
    Join Date
    Nov 2012
    Posts
    1,171

    Re: webbrowser clicking java p me offf

    lol it is

    java is run by javascript

    like html

    html outside layer human readable text


    java outside layer high quality buttons
    inside layer javascript funchions , execution

  4. #4
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: webbrowser clicking java p me offf

    No, ladoo, java is not run by javascript. They have nothing to do with one another.

    Java is a programming language (similar to C/C+) that you compile either into an application and run as a stand alone or an applet (which you embed tags into a web document page that causes the host to include the java applet which resides on the server and is compiled by the browser called JIT and processed on the client side).

    Java script is exactly what it says it is; a scripting language that you run inside a web document that is processed on the client side.
    Last edited by jmsrickland; Jul 27th, 2013 at 12:03 PM.


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

  5. #5

    Thread Starter
    Banned
    Join Date
    Nov 2012
    Posts
    1,171

    Re: webbrowser clicking java p me offf

    you guys are refferring to programme omg , you guys seen a page using rich quality buttons made out of java script

  6. #6
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: webbrowser clicking java p me offf

    @ladoo -

    You are the one that made the statement java is run by javascript

    I only corrected you.

    Beyond that I made no other correction and made no comment about quality buttons which can be made using either Java or Javascript or Style Sheet

    As far as your other statement:

    java outside layer high quality buttons
    inside layer javascript funchions , execution


    I have no idea what you are talking about.

    Do you even know what a Java Applet is?

    Do you know what a Java Application is?

    Do you know the difference between Java and JavaScript?
    Last edited by jmsrickland; Jul 27th, 2013 at 07:29 PM.


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width