CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: virtual void

Search: Search took 0.03 seconds.

  1. Re: Java - URL connection accessing Java Scrpit Function

    Hey,

    Just for reference i thought i would post my solution - very little out there for this kind of thing (from what i saw).

    Anyway, i wanted to access a java script function within a HTML page...
  2. Re: Java - URL connection accessing Java Scrpit Function

    The Post from the oracle website shows me how i can get that running with other applications, and shows me how to run java scripts on my own local host, however if you research into each of those...
  3. Re: Java - URL connection accessing Java Scrpit Function

    I have no idea, if you haven't already, please have a look at the site - http://www.delisted.com.au/listed.aspx - its a very simple page with a single button, it wont take you more than a few minutes...
  4. Re: Java - URL connection accessing Java Scrpit Function

    The full data from that page ( a list of 2500 companies listed with the ASX with their current trading status). I'm making a stock market competition program and this is the only source i can find...
  5. Re: Java - URL connection accessing Java Scrpit Function

    I am trying to get the results of the button (java script). That is the browser has the same url (once the button has been selected) however 2500 companies are listed instead of a simple page with a...
  6. Re: Java - URL connection accessing Java Scrpit Function

    Hey,

    Ive tried many different types of URL connections such as -

    URL servAddress = new URL("http://www.delisted.com.au?javascript:__doPostBack('btnShowAll','')");

    URL servAddress = new...
  7. Java - URL connection accessing Java Scrpit Function

    Hey Guys,

    I am trying to access a function at the following website - http://www.delisted.com.au/listed.aspx
    There is a button there (only one) that will enable me to view all the data i need,...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured