You need to sign in to do that
Don't have an account?
Pbondalapati
how to show web page in vf page
I have 2 page blocks,
first page blocks have out put links
I need to show them in second page block
I am not sure how to do this requirement.
Can you please answer me
<apex:page sidebar="false" showHeader="true">
<apex:form >
<apex:pageBlock >
<apex:pageBlockSection collapsible="true" Title="Pre-Award Tools" columns="1">
<apex:outputLink value="http://www.gooogle.com">goole</apex:outputLink>
<apex:pageBlock />
<apex:pageblock>
If user clicks the link i want to show google page in page block2 , how can i achive this requirement.
<apex:pageblock/>
<apex:form />
<apex:page />
Try following solution
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.
All Answers
You will have to try using the "target" attribute of the outputlink tag i think.
Try following solution
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.
I am trying to implement above VF page but I get following error which I am unable to resolve.. could someone help please?
Error: TecOutboundCallDashboard line 9, column 34: The value of attribute "value" associated with an element type "apex:param" must not contain the '<' character
Error: The value of attribute "value" associated with an element type "apex:param" must not contain the '<' character.
Thanks,
Swapnil