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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/ramsey%40xeotech.com
This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]