|
|
Rank: Advanced Member
Joined: 6/11/2008 Posts: 97
|
Various market trends and correlations can be observed in the Market Archive. This map displays a stock performance overview over the recent 10 trading days. Click on a thumbnail to explore the market details on each particular day.
|
|
Rank: Member
Joined: 7/22/2008 Posts: 24
|
I have no problems opening this in IE,however my default Browser is Firefox 3, and this is the one and only "Map" function which I cannot view in Firefox.. I keep on getting a "Runtime error" return...everything else, Maps, screener, everything works ok in Firefox... I tried the Ctrl-F5 function and cleared my cache, and still no luck..
rds1955
|
|
Rank: Advanced Member
Joined: 6/11/2008 Posts: 97
|
Can you please attach a screenshot and/or copy the error message? Thanks!
|
|
Rank: Member
Joined: 7/22/2008 Posts: 24
|
Alex wrote:Can you please attach a screenshot and/or copy the error message? Thanks! I couldn't post an image, so here is the copied Text: Server Error in '/' Application.Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
|
|
Rank: Advanced Member
Joined: 6/11/2008 Posts: 97
|
 Fixed, Thanks!
|
|
Rank: Member
Joined: 7/22/2008 Posts: 24
|
Alex wrote: Fixed, Thanks! Yup, You Da Man Alex...  TY rds1955
|
|
Rank: Newbie
Joined: 9/10/2008 Posts: 1
|
This is a great feature, but why not also include sector labels?
|
|
|
Guest |