function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mba75mba75 

winter 09 Javascript error 'GenericSfdcPage' is undefined then logout with I.E 6 & 7

Since my sand box was upgrade with winter 09 .
 
When I include a visualforce page into a standard page . I can see this javascript error then I am automatically log out from salesforce.
 

I test with the following page :

<apex:page standardController="Account" >

test

</apex:page>

Any idea ?

 

 
 
aballardaballard

There seem to be a couple of problems with inline visualforce pages in winter 09...   we're working on it. 

I'm getting a different error from the one you describe, but it doesn't work for me either. 

aballardaballard
I've now reproduced what you are seeing. 
Should have a fix soon.
aballardaballard
BTW, can you tell me which sandbox environment your org is on?  (tapp0 or cs2?)
mba75mba75
I am on CS2
NasipuriNasipuri
Hi,
 
This problem is noe resolved by Salesforce.com now.
 

If you face the problem till as a workaround in the mean time you can add "https://*.force.com" to your browser's trusted sites list.

 

Thanks,

Dinesh Nasipuri

Dinesh.Nasipuri@gmail.com

 

aballardaballard
The original issue (javascript error followed by logout) dhould no longer be happpenning.   Let us know if you are still seeing this.
 
You may see a browser security warning about a trusted site redirecting to an untrusted site if you have put salesforce.com in your trusted sites list for IE... in this case you should add *.force.com also. 
 
(You should either have both *.salesforce.com and *.force.com in the trusted zone,   or neither)