PureBytes Links
Trading Reference Links
|
Hi Richard,
> Due to the security handling of cookies by Internet Explorer, cookies
can’t be set for third party sites this way.
Is this a "Microsoft" thing?
The JScript calls MSXML. (Is that what you mean when you refer to
Internet Explorer?)
From what I can put together, MSXML is a part of IE but it can also can
also be installed standalone. I'm guessing MSXML still NEEDS Internet
Explorer to be there when installed as standalone. Is this correct?
If it Can't be done in JScript, Then can it be done in another scripting
language? (Would be shocked if it couldn't)
eg Perl would be good. But would also need to access AB in the same ways
like Broker Object etc.
Thanks for your response.
Michael.
Richard Dale wrote:
>
> It appears you want to set a cookie for a web site (let’s say
> www.amibroker.com <http://www.amibroker.com>) from within your own
> local .JS file. Due to the security handling of cookies by Internet
> Explorer, cookies can’t be set for third party sites this way.
>
> The “scope” of a cookie is for one particular web site (if done inside
> a web page) or for a particular document (if done on an individual file).
>
> You might be able to write binary file handling routines to
> edit/create the cookie files directly (but you’d have to do this for
> at least Internet Explorer and Firefox).
>
> Best regards,
> Richard Dale.
> Norgate Investor Services
> - Premium quality Stock, Futures and Foreign Exchange Data for
> markets in Australia, Asia, Canada, Europe, UK & USA -
> www.premiumdata.net <http://www.premiumdata.net/>
>
> *From:* Michael.S.G. [mailto:OzFalconAB@xxxxxxxx]
> *Sent:* Monday, 16 April 2007 8:20 AM
> *To:* amibroker@xxxxxxxxxxxxxxx
> *Subject:* [amibroker] Send a cookie (How?)
>
> Anyone smart enough to show me how to send a cookie to a website in pure
> JScript?
> (Using windows scripting host. Not JScript embedded into a webpage)
>
> And it has to work. Not just "This should work".
>
> The challenge is out, Someone surprise me and show it can be done.
>
> Optimistic
> Michael.
>
> __._
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|