PureBytes Links
Trading Reference Links
|
Hi,
I am presently using a Java Script to import data
files stored locally on the hard disk. Is it possible to do the same over the
Internet (using a Web Server Software and having constant IP).I
tried like this and it did not work
AmiBroker = new ActiveXObject(
"Broker.Application" ); if( ! AmiBroker.Import( 0, "<A
href="">http://203.101.49.89/BHEL.txt",
"DMYIntra.format" )) AmiBroker.RefreshAll();
Are there any other ways to automate the
same.
Thanks in Advance
Prashanth
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|