Salesforce issue: XML document structures must start and end within the same entity -
i'm trying code work, error comes after running is:
xml document structures must start , end within same entity.
my code is:
<apex:page> <center>log in , lets make sales world yours.</center> <apex.form> <apex:commandbutton value="log in" onclick="window.open('https://www.bluegreenvacations.com/');" /> </apex.form> <apex:page>
looks forgot forward slash in line #4!?
</apex:page>
Comments
Post a Comment