Re: IE vs context().componentActionURL ?
Re: IE vs context().componentActionURL ?
- Subject: Re: IE vs context().componentActionURL ?
- From: Ramsey Gurley <email@hidden>
- Date: Tue, 9 Nov 2010 14:30:14 -0500
http://stackoverflow.com/questions/522353/meta-refresh-doesnt-work
There is a security setting in internet explorer that does not allow
meta tag refresh. It is under the Security tab, then choose Custom
Level and the Meta Tag Refresh under Miscellaneous. If that is
disabled, it would stop the meta refresh from working.
On Nov 9, 2010, at 2:17 PM, James Cicenia wrote:
return "<meta http-equiv=\"refresh\" content=\"" + "10" + ";" +
context().componentActionURL()+ "\">
I have a non-session login page. This calls a DirectAction which
then does the usual login and sends back the home page component.
Now I want to refresh that page... say every 10 seconds. The code
above works on Safari and FireFox but not IE8.
Any thoughts?
Thanks
James
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden