• Leslie Linard
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Here is VF page Foo at V26.0:

<apex:page >
  <h1>Congratulations</h1>
  This is your new Page
</apex:page>

 If you go to the browser address bar and type URL: https://cs12.salesforce.com/apex/foo

 

Windows 7

  • Firefox - page displays successfully
  • Chrome - page displays successfully
  • IE8 8.0.7601.17514 - 'Internet Explorer cannot display the webpage'

Mac OS X

  • Firefox - page displays successfully
  • Safari - page displays successfully

 

If I create the identical VF page in a different sandbox (cs7.salesforce.com), the page displays successfully in IE 8 (!?!)

 

My production users are also experiencing similar issues using IE - various VF pages in na5 WILL NOT display in IE but WILL display in Firefox/Chrome

 

  • Clearing cache/cookies in IE has no effect
  • Private browsing in IE 8 (which disables all extensions and add-ons) has no effect on the result
  • Resetting IE settings to defaults had no effect
  • Accessing cs12.salesforce.com through company VPN and not through company VPN had no effect

 

I'm very puzzled here as the VF page is bog standard; works in Firefox/Chrome/Safari; I have IE 8 (Windows 7) configured to defaults

  • page display successfully in cs7 IE8
  • page fails to display in cs12 IE8

Both sandboxes have the same Winter 13 critical update enabled so AFAIK, sandboxes are identical (both at Winter 13)

 

 

Hi All,

I want a input text in my visualforce page. On clicking this inputbox the standard salesforce calendar should popup. Is this possible.

Please note that i need only a input text and not a input field.

I got the below code from the forums.

What are the values that i have to pass in the highlighted part of the code. Is this possible in Visualforce.

Code:
<a href="javascript&colon;openPopupFocus

('/home/calendar.jsp—form=form1&field=sdate&mo=0&callonchange=true', '_blank', 186, 170, 'width=186,height=170,resizable=yes,toolbar=no,status=no,scrollbars=no,menubar=no,directories=no,location=no,dependant=yes', true, true);"

class="datePicker"

title="Pick A Date (New Window)"

onclick="setLastMousePosition(event)"

id="sdatePopCal">

<img src="/s.gif" alt="Pick A Date (New Window)" class="datePickerIcon">

</a>

 Thanks,
Edwin