Results 1 to 4 of 4
- 11-03-2010, 03:13 AM #1
Member
- Join Date
- Nov 2010
- Posts
- 2
- Rep Power
- 0
Interfacing with online JAVA application
Hi,
At my work, there is a JAVA application running, which can be accessed by IE only. I know it;s a java application, because once i open it, and i scroll over the links, the status bar shows hard to understand string which starts with java. I do a lot of repeatative work in it, and i was was wondering if it could be automated.
I don;t have access to it;s coding and i don;t know names of any fields (which i hope can be retrieved by "something"). The fields can be anywhere from checkboxes to textbox to filesave dialog box (where a file is stored and needs to be opened using another specific application).
I am unfamiliar with java, so i was hoping it can be done using the language i sort of know, VBA.
My question is can someone please provide me a direction on how i shuold go about doing this with minimum effort?
This project;s success can save me TONS of time at work!!
Any response is appreciated, THanks
- 11-03-2010, 03:31 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,537
- Rep Power
- 11
I know it;s a java application, because once i open it, and i scroll over the links, the status bar shows hard to understand string which starts with java.
It starts with "java", but does the string continue with "script:"?
- 11-03-2010, 01:36 PM #3
Member
- Join Date
- Nov 2010
- Posts
- 2
- Rep Power
- 0
sorry about not giving complete information
yes, it continues with javascript
for example,
fields with links in it: javascript:// appears in the statusbar
nothing appears for fields with editable textboxes and checkboxes
- 11-03-2010, 07:08 PM #4
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,537
- Rep Power
- 11
OK - so what you are looking at is a web page with associated code written in JavaScript.
Automating your interaction with this page is not a trivial undertaking so unless you are proficient in some language or other it may be a case of hiring someone to do this. The choice of language would be an implementation detail, but one point I would make is that JavaScript is not the same language as Java (which is the subject of these forums).
Similar Threads
-
Need help on interfacing web crawlers!
By theslice in forum Advanced JavaReplies: 1Last Post: 07-18-2010, 07:46 PM -
online caldender application
By des in forum JavaServer Pages (JSP) and JSTLReplies: 8Last Post: 04-14-2010, 03:18 PM -
help in java and sql server 2005 interfacing
By turkuaz07 in forum JDBCReplies: 4Last Post: 05-27-2009, 01:15 PM -
Deploy j2me Application Online From Web
By medhat_fci in forum Advanced JavaReplies: 0Last Post: 09-17-2008, 07:56 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks