I'm looking for a browser based PHP script that interfaces with non browser based APIs. Do you know of any?
Something that'll take a non browser API onto Internet Explorer and let it work in Internet Explorer instead of on the usual desktop.
Is this possible?
Thanks.
What PHP script can transfer a non browser API onto a browser?
Started by onething, Feb 19 2011 03:17 PM
4 replies to this topic
#1
Posted 19 February 2011 - 03:17 PM
|
|
|
#2
Posted 20 February 2011 - 06:55 AM
Can you clarify what you're trying to do? Something like ActiveX?
#3
Posted 20 February 2011 - 09:09 AM
I want to pick up an application that's desktop-based, The Best Spinner, and get it working on my internet explorer.
I'd imagined I could then access the location of this application via a web browser direction, somewhere in localhost.
Then I could get it working with browser based automation software.
These past few hours, the idea of putting the application in a Virtual Box and accessing it via browser based teamviewer sprung up in my mind. That is, if this PHP script idea doesn't work out, as I'd have to set up a VB.
ActiveX, I read in Wikipedia, is something that lets you spread applications via a web browser. Sounds good, but I don't know how I'd get that working with my idea?
I'd imagined I could then access the location of this application via a web browser direction, somewhere in localhost.
Then I could get it working with browser based automation software.
These past few hours, the idea of putting the application in a Virtual Box and accessing it via browser based teamviewer sprung up in my mind. That is, if this PHP script idea doesn't work out, as I'd have to set up a VB.
ActiveX, I read in Wikipedia, is something that lets you spread applications via a web browser. Sounds good, but I don't know how I'd get that working with my idea?
#4
Posted 20 February 2011 - 04:08 PM
Actually on second thoughts TeamViewer wouldn't work because it would only bring back an image, and all automation software is text based.
****.
****.
#5
Posted 20 February 2011 - 04:18 PM
It may be possible to directly embed the document in an iframe, assuming their versions allow this:
<iframe src="something.xls" width="100%" height="100%"></iframe>Other than that, you will need to develop your own solution, or use an offline automation software, I am not sure why you are using a browser automation for this.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









