• arunadeveloper
  • NEWBIE
  • 50 Points
  • Member since 2012

  • Chatter
    Feed
  • 2
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 49
    Questions
  • 38
    Replies
Hi There , 

iI need to get the all the input field values form the visualforce page.
<apex:inputField value="{!UpdateAllRecord[fieldName]}" 
                                                                             required="false"
                                                                             styleClass="updateAllInput"/>
I was able to first value using  below line

var inputvalue=jQuery("input.updateAllInput").val();

I was trying to get all the values using but I am not getting 
 $("input.updateAllInput").each(function(){
             var input = $(this); // 
            });

Can any one suggest me what is wrong with my jQuery

Requirement is get all the input fields, is any one one othe input field is having value then display some confirmation message.
 

Hi there,

 

I am having wrapper class in apex class, i need to pass more than 32 (like 40) parameters to wrapper constructor.

When i was passing more than 32 parameters I am getting you cannot pass more than 32 parameters to wrapper constructor.

Can anyone please tell how can i pass more than 32 parameters?

 

Any idea or sample please.

 

Thank you,

Hi there,

 

I want to create a text file once my batch job is finished and save that file to c drive r any my documents filder.

 

can any one suggest me how to create text file or word file using apex class .

 

any idea ? any sample please.

Below code will create the contact look up on vf page.

I am able to get the name of the contact but not the id.

problem is ,  if 30 contact are having same name with different account names.

when i look for one contact and search it is bringing all the 3o contatcs with different accounts.

i know the proble  or mistake i am making, i am using contact name as where clus in the query.

i think i sholud be on based on id instead of name.

can any please suggest me how can i get the id for below look up code .

 

 

 

 

 

<apex:OutPutPanel id="contactlookupPanel" >
<apex:OutPutPanel rendered="{!displayLookup}">
Contact &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<input type="hidden" name="testlookup_lkid" id="testlookup_lkid" value="000000000000000" />
<input type="hidden" name="testlookup_lkold" id="testlookup_lkold" value="" />
<input type="hidden" name="testlookup_lktp" id="testlookup_lktp" value="003" />
<input type="hidden" name="testlookup_lspf" id="testlookup_lspf" value="3" />
<input type="hidden" name="testlookup_lspfsub" id="testlookup_lspfsub" value="0" />
<input type="hidden" name="testlookup_mod" id="testlookup_mod" value="0" />

<span class="lookupInput">
<input autocomplete="off" id="testlookup" value="{!contactLookUp}" maxlength="255" name="testlookup" onchange="getElementByIdCS('testlookup_lkid').value='';getElementByIdCS('testlookup_mod').value='1';" size="20" tabindex="4" type="text" />
<a href="javascript&colon;%20openLookup%28%27%2F_ui%2Fcommon%2Fdata%2FLookupPage%3Flkfm%3DeditPage%26lknm%3Dtestlookup%26lktp%3D%27%20%2B%20getElementByIdCS%28%27testlookup_lktp%27%29.value%2C670%2C%271%27%2C%27%26lksrch%3D%27%20%2B%20escapeUTF%28getElementByIdCS%28%27testlookup%27%29.value.substring%280%2C%2080%29%29%29" id="con4_lkwgt" onclick="setLastMousePosition(event)" tabindex="4" title="Contact Name Lookup (New Window)">
<img src="/s.gif" alt="Customer Name Lookup (New Window)" class="lookupIcon" onblur="this.className = 'lookupIcon';" onfocus="this.className = 'lookupIconOn';" onmouseout="this.className = 'lookupIcon';this.className = 'lookupIcon';" onmouseover="this.className = 'lookupIconOn';this.className = 'lookupIconOn';" title="Customer Name Lookup (New Window)" />
</a>
</span>
<apex:commandButton value="OK" onclick="contactName();" rerender="contactlookupPanel">
<apex:actionFunction name="getContactName12" action="{!getContactName}" rerender="contactpageblock">
<apex:param name="contNameLkpParam" assignTo="{!contNameLkpParam}" value="{!contactLookUp}" id="conid2param"/>
</apex:actionFunction>
</apex:commandButton>

Hi there,

 

I am having a custom button.

when i click on that custom button it call a visual force page. This visual force (apex class) page is assigned to some profile only.

we do have other profiles which are not having access to this visual force(apex class) page. so when i click on the custom button i am getting insufficient access message which is ok.

But my question is can we display  "{faultcode:'sf:INSUFFICIENT_ACCESS',FAULTSTRING:'APEX CLASS name;no access allowed to this class.}" this message user-friendly like "you don't have access to this button ".

 

or can we have any security for custom button , like display button only those profile which are having access to the page and class.

 

thanks

inadvance

Hi there,

 

I know we can override a edit and new links in list view .

But there will record name (Account Name ) link  just after Del hyper link.  for example :  Edit | Del Test Aruna9-20-2013( I want override Account Name  with visualforce page)  

generally  when  we click on that link  it will open account detailed page.

but what i want is if i click on that i want to open a visualforce page.

is it possible to override  Edit | Del Test Aruna9-20-2013  hyper link in list view page.

if it possible please let me know how to proceed with that.

 

and also when i click on Account Name in  Recent Accounts  Records  view link (Account Name) it should open visual force page .

 

I mean i need  to also override Recent Accounts (Test Aruna9-20-2013 with vf page.

 

Thank you In advance

 

Hi there,

 

when i click a button it will generate the PDF, it is generating pdf,but the problem is I am getting one extra empty page.

content is only 2 page but I am getting one extra  empty page , how to avoid that extra empty page .

 

any an ideas  ?

 

 

Thank you,

Hi There,

 

I am having a visual force page which will generates a pdf, on that pdf i need to create collapse able sections.

 

I need to have main section and under sub section if i need to collapse or expand subsection and the main section.

 

and one more thing first time when pdf is loaded i need to collapse all the sections, is this doable .

if we can do, can anyone post me sample code or suggestions how to  do this .

 

 

Thanks in advance

Below Red lines are not covering in my test class

 

global class ServiceRequestUpdateFieldsAndReTypeClass {
public static string exceptionMessage='NoException';
public ServiceRequestUpdateFieldsAndReTypeClass(){

}
WebService static string udateServiceRquestFields(Id caseIdValue){
string message=updateCaseFields(caseIdValue);
return message;
}

public static string updateCaseFields(Id caseIdValue){

set<id> serviceRequestIdSet=new set<Id>();
set<id> usetIdSet=new set<id>();
list<ISERV_USER__c> caseUsersList=new list<ISERV_USER__c>();
boolean checkAdmin=false;
Integer countUsers=0;
list<Case> caseUpdateList=new list<Case>();
map<Id,list<ISERV_USER__c>> caseUserMap=new map<Id,list<ISERV_USER__c>>();

caseUsersList=[select id,SERV_REQST_ID__c,SERV_REQST_ID__R.Service_Request_Type__c
,ACCT_ADMIN_REGIS_AUTH_TXT__c,SERV_REQST_ID__R.CheckUserhasAccountAdmin__c
from ISERV_USER__c where
SERV_REQST_ID__c =: caseIdValue
and SERV_REQST_ID__R.Service_Request_Type__c='New'
and ACCT_ADMIN_REGIS_AUTH_TXT__c='Update'
];

if(caseUsersList.size()>0){

for(ISERV_USER__c caseUserObj: caseUsersList){
if(caseUserObj.SERV_REQST_ID__c!=null){
serviceRequestIdSet.add(caseUserObj.SERV_REQST_ID__c);

if(caseUserMap.containskey(caseUserObj.SERV_REQST_ID__c)){
caseUserMap.get(caseUserObj.SERV_REQST_ID__c).add(caseUserObj);
}else{
caseUserMap.put(caseUserObj.SERV_REQST_ID__c,new list<ISERV_USER__c>{caseUserObj});
}
}
}
checkAdmin=false;
for(ISERV_USER__c caseUserObjRec : caseUserMap.get(caseIdValue)){
if(caseUserObjRec.ACCT_ADMIN_REGIS_AUTH_TXT__c=='Update'){
++countUsers;
}
}
if(countUsers>1){
Case updateCase=new Case(Id=caseIdValue,SUBMT_BY_NM__c=userinfo.getFirstName()+' '+userinfo.getLastName(),SUBMT_TS__c=date.today(),CheckUserhasAccountAdmin__c=true);
caseUpdateList.add(updateCase);
exceptionMessage='Exception';
}
if(countUsers==1){
Case updateCase=new Case(Id=caseIdValue,Status='Submitted',SUBMT_BY_NM__c=userinfo.getFirstName()+' '+userinfo.getLastName(),SUBMT_TS__c=date.today(),CheckUserhasAccountAdmin__c=true);
caseUpdateList.add(updateCase);
}
}else{
Case updateCase=new Case(Id=caseIdValue,Status='Submitted',SUBMT_BY_NM__c=userinfo.getFirstName()+' '+userinfo.getLastName(),SUBMT_TS__c=date.today(),CheckUserhasAccountAdmin__c=true);
caseUpdateList.add(updateCase);
}
if(caseUpdateList!=null){
update caseUpdateList;
}
return exceptionMessage;
}

}

This is is the test clas

ServiceRequestUpdateFieldsAndReTypeClass classObj=new ServiceRequestUpdateFieldsAndReTypeClass();

Case newCase=new Case(Status='New',SUBMT_BY_NM__c=userinfo.getFirstName()+' '+userinfo.getLastName(),SUBMT_TS__c=date.today(),CLNT_DIV_QTY__c=2);
insert newCase;

list<ISERV_USER__c> iserviceUserList=new list<ISERV_USER__c>();

for(Integer i=0;i<3;i++){
ISERV_USER__c iserviceUser1=new ISERV_USER__c(Name='testName'+i,SERV_REQST_ID__c=newCase.id,ACCT_ADMIN_REGIS_AUTH_TXT__c='Update'
,USER_PHONE_TXT__c='1234567890',USER_EML_ADR__c='test@test.com',
VERIF_USER_EML_ADR__c='test@test.com',USER_JOB_TITLE_NM__c='testName'
,USER_FIRST_NM__c='TestFirstName',USER_LAST_NM__c='TestLastNAme');
iserviceUserList.add(iserviceUser1);
}

insert iserviceUserList;


map<id,list<ISERV_USER__c>> caseUserMap=new map<id,list<ISERV_USER__c>>();

caseUserMap.put(newCase.id,iserviceUserList);


test.startTest();
string message1=ServiceRequestUpdateFieldsAndReTypeClass.updateCaseFields(newCase.id);
string message=ServiceRequestUpdateFieldsAndReTypeClass.udateServiceRquestFields(newCase.id);
test.stopTest();

Case selectedRec=[select id,Status from Case where id=:newCase.id limit 1];
system.assertEquals('Submitted', selectedRec.Status);
system.assertEquals('NoException', message);

Hi there,

 

I am having simple java script on vf page.the java script function is called on button onclick.

when i click on the button i am getting below java script error.

 

Message: 'LC.labels' is null or not an object
Line: 1002
Char: 135
Code: 0

 

I am not getting how to solve this problem, can any please tell me what i need to add in java script to avoid this error.

 

Hi there,

 

Can we find code behind the "Add Account Team" and "Add Default Team" buttons on Opportunity Team.

 

what i need to do is buttons are adding accoutn team members and opportunity team members that fine .

 apart from adding account team member and opportinity team member i want to check some other business senarios on those buttons.

so is there a way where i can use standard functionality and alos hook my other busines senarions to that .

 

I though of doing custom button same as Add Account Team" and Add Default Team" but i am loosing existing functionality.

 

if i want develop standard functionality  like Add Account Team" and Add Default Team and hook some other mu business senarios how complex is that ?

 

can any one suggest what is right way to do this.

Hi thete,

 

I have requirement when case is updated i need to show "Assign using active assignment rules" check box is checked.

I was looking at couple of blogs i found below solution .

 

 AssignmentRule AR = new AssignmentRule();
AR = [select id from AssignmentRule where SobjectType = 'Case' and Active = true limit 1];
//Creating the DMLOptions for "Assign using active assignment rules" checkbox
Database.DMLOptions dmlOpts = new Database.DMLOptions();
dmlOpts.assignmentRuleHeader.assignmentRuleId= AR.id;                     
cse.setOptions(dmlOpts);

listCase.add(cse); 

 

but it not showing "Assign using active assignment rules" checked.

Can any one tell me how to check "Assign using active assignment rules" check box . it is possible ?

Hi There,

 

I am generating a pdf .

the content on  the pdf is dynamic from different objects and different products.

i want to fit the content of one page , but in my pdf content is going to other page .

if the product information is not fit into one page i want to move to other page , which should happen when page rendered .

 

Thanks 

Hi Team,

 

when i click a custom button it will generates the PDF.

on the PDF I would like to generate page numbers.

I am putting below code

 

<head>
<style type="text/css">
@page
{

size:landscape;

@bottom-right {
content: "Page " counter(page);
}
}
</style>
</head>

 

But it is not showing numbers on pdf, please can any one suggest me how to display number on visualforce pdf.

 

Thanks

Hi There,

 

I am having a URL which should auto populate the Account, Opportunity  and other object value called xxxxObject name on Case object.

 

below is the url 

 

/setup/ui/recordtypeselect.jsp?ent=Case&retURL=%2F{!Opportunity.AccountId}&save_new_url=%2F500%2Fe%3FretURL%3D%252F{!Opportunity.AccountId}%26def_account_id%3D{!Opportunity.AccountId}&CF00N30000009pICP={!Opportunity.Name}&CF00N30000009pICP_lkid={!Opportunity.Id}&CF00Ne0000000Wuu9={!Enrol_Event__c.Name}&CF00Ne0000000Wuu9_lkid={!Enrol_Event__c.Id}

 

It is populating Account,Opportunity but not EnrollmentEvent.

 

it works in dev box , but it is not working in Test environment , i am not understanding what's wrong with above url.

Please suggest me why I am unable to populate the enrollmenteventname.

Hi There ,

 

i am designing a visual force page which will render PDF.

On that visualforce page I need to display one longTextArea data.

longTextArea data Is somewhat like below

 

Money Purchase • EE GI/Tier I - $X - $X • EE Tier II –$X - $X • Sp CGI/Tier I - $X - $X •

Sp Tier II - $X - $X Defined Benefit • EE GI/Tier I – $X (ages 15-50), $X(ages 51-70) • EE

Tier II - $X (ages 15-50), $X (ages 51-70) • Sp CGI/Tier I – $X (ages 15-55) • Sp Tier II –$X

(ages 15-55) • Max Amounts - $X (EE), $X (SP)

 

What I need to display on PDF is like

 

Money Purchase

 

• EE GI/Tier I - $X - $X • EE Tier II –$X - $X

• Sp CGI/Tier I - $X - $X •

Sp Tier II - $X - $X

 

Defined Benefit

 

• EE GI/Tier I – $X (ages 15-50), $X(ages 51-70)

• EE Tier II - $X (ages 15-50), $X (ages 51-70)

• Sp CGI/Tier I – $X (ages 15-55) • Sp Tier II –$X(ages 15-55)

 • Max Amounts - $X (EE), $X (SP)

 

I am not getting how to display above format, Can anyone please suggest  me how can achieve the format 

 Hi there,

 

 on visulaforce page I am having firstName, lastName, phonenumber, email  are “required=true”

 getting below validation errors , which is ok but I need to trim this message with like “FirstName required, lastname required ect”

  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:FirstNameSection:FirstName: Validation Error: Value is required.
  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:LastNameSection:LastName: Validation Error: Value is required.
  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:PhoneNumberSection:phoneNumber: Validation Error: Value is required.
  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:EmailSection:Email: Validation Error: Value is required.

.

And also In my controller if first name or last name or phone number or email is null or empty I am adding below line

ApexPages.addMessage(new ApexPages.Message(ApexPages.Severity.ERROR,'Please enter the required field FirstName,LastName and Email Id'));

 

I am not getting “'Please enter the required field FirstName,LastName and Email Id” this message .

I do have <apex: messages/> on visual force page

 

Can anyone please suggest how to trim below error message

 

  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:FirstNameSection:FirstName: Validation Error: Value is required.
  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:LastNameSection:LastName: Validation Error: Value is required.
  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:PhoneNumberSection:phoneNumber: Validation Error: Value is required.
  • locationContactPage:locationenrolmentAccountContacts:locationcontactPageBlock:locationcontactPageBlocksection:EmailSection:Email: Validation Error: Value is required.

 

Hi there,

 

I have 2 redordtypes with picklist values , when vf1 page loads i need to diplay recordtype1 picklist values as dropdown and if when vf2 page loads i need to diplay recordtype2 picklist values as dropdown.

 

any one please suggest me how to get the picklist values of record type and display on visualforce page.

 

Thanks

 

Hi there, 

 

I need to open "EditAll" page of opportunityLineItem when opportunity is updated or click on save button.

 

is it possible to open "EditAll"  page of opportunityLineItem ?

 

can anyone please guide me how can i proceed with this  ?

 

 

Thanks

Hi There how are you  ?

 

I have a requirement when i click button on visualforce page ,button should close the visualforce page and refersh the standard page layout.

 

basically the button will inserts  records on custom object  after insertinf it should close visulaforce and refersh standard page layout.

 

I was using parent.location java script function but it is not working it is refershing the visulforfce page .I need to close the visualforce page and refersh standard page layout.

Hi There , 

iI need to get the all the input field values form the visualforce page.
<apex:inputField value="{!UpdateAllRecord[fieldName]}" 
                                                                             required="false"
                                                                             styleClass="updateAllInput"/>
I was able to first value using  below line

var inputvalue=jQuery("input.updateAllInput").val();

I was trying to get all the values using but I am not getting 
 $("input.updateAllInput").each(function(){
             var input = $(this); // 
            });

Can any one suggest me what is wrong with my jQuery

Requirement is get all the input fields, is any one one othe input field is having value then display some confirmation message.
 

Hi there,

 

I am having a custom button.

when i click on that custom button it call a visual force page. This visual force (apex class) page is assigned to some profile only.

we do have other profiles which are not having access to this visual force(apex class) page. so when i click on the custom button i am getting insufficient access message which is ok.

But my question is can we display  "{faultcode:'sf:INSUFFICIENT_ACCESS',FAULTSTRING:'APEX CLASS name;no access allowed to this class.}" this message user-friendly like "you don't have access to this button ".

 

or can we have any security for custom button , like display button only those profile which are having access to the page and class.

 

thanks

inadvance

Hi there,

 

when i click a button it will generate the PDF, it is generating pdf,but the problem is I am getting one extra empty page.

content is only 2 page but I am getting one extra  empty page , how to avoid that extra empty page .

 

any an ideas  ?

 

 

Thank you,

Hi there,

 

I am having simple java script on vf page.the java script function is called on button onclick.

when i click on the button i am getting below java script error.

 

Message: 'LC.labels' is null or not an object
Line: 1002
Char: 135
Code: 0

 

I am not getting how to solve this problem, can any please tell me what i need to add in java script to avoid this error.

 

Hi thete,

 

I have requirement when case is updated i need to show "Assign using active assignment rules" check box is checked.

I was looking at couple of blogs i found below solution .

 

 AssignmentRule AR = new AssignmentRule();
AR = [select id from AssignmentRule where SobjectType = 'Case' and Active = true limit 1];
//Creating the DMLOptions for "Assign using active assignment rules" checkbox
Database.DMLOptions dmlOpts = new Database.DMLOptions();
dmlOpts.assignmentRuleHeader.assignmentRuleId= AR.id;                     
cse.setOptions(dmlOpts);

listCase.add(cse); 

 

but it not showing "Assign using active assignment rules" checked.

Can any one tell me how to check "Assign using active assignment rules" check box . it is possible ?

Hi There,

 

I am generating a pdf .

the content on  the pdf is dynamic from different objects and different products.

i want to fit the content of one page , but in my pdf content is going to other page .

if the product information is not fit into one page i want to move to other page , which should happen when page rendered .

 

Thanks 

Hi There,

 

I am having a URL which should auto populate the Account, Opportunity  and other object value called xxxxObject name on Case object.

 

below is the url 

 

/setup/ui/recordtypeselect.jsp?ent=Case&retURL=%2F{!Opportunity.AccountId}&save_new_url=%2F500%2Fe%3FretURL%3D%252F{!Opportunity.AccountId}%26def_account_id%3D{!Opportunity.AccountId}&CF00N30000009pICP={!Opportunity.Name}&CF00N30000009pICP_lkid={!Opportunity.Id}&CF00Ne0000000Wuu9={!Enrol_Event__c.Name}&CF00Ne0000000Wuu9_lkid={!Enrol_Event__c.Id}

 

It is populating Account,Opportunity but not EnrollmentEvent.

 

it works in dev box , but it is not working in Test environment , i am not understanding what's wrong with above url.

Please suggest me why I am unable to populate the enrollmenteventname.

Hi There how are you  ?

 

I have a requirement when i click button on visualforce page ,button should close the visualforce page and refersh the standard page layout.

 

basically the button will inserts  records on custom object  after insertinf it should close visulaforce and refersh standard page layout.

 

I was using parent.location java script function but it is not working it is refershing the visulforfce page .I need to close the visualforce page and refersh standard page layout.

Hi There,

 

I am developing a visual force page which will have page blocks sections for 2 different objects

example TestObj1__c is one object TestObj2__c is another object.

TestObj1__c is master details relationship to TestObj2__c.

so on visulaforce page i need to display both TestObj1__c  or TestObj2__c.

so how can I render a page block based on object names 

 

if i click a custom button from TestObj1__c it should only display TestObject1__c contacts 

If i click the custom button from TestObject2__c it should only display TestObject2__c Contacts.

 

Can anyone please suggest how to do this  ? any an idea ?

 

Hi There,

 

having custom button , when I click that button if one of my field on that object is ":Success" then diable a button. otherwise don't diable it.

 

I am having below code on my custom button , it is disabling button , but when i refersh the page again it is enabling back.

 

but I want to disable that button if the field is "success",  enable that button back if user changes any field or if they change form "success" some thing else not when they refersh the page.

 

 

var testSuccess='{!somename__c}';


alert("testsuccess="+testSuccess);


if(testSuccess=='Success'){


       this.disabled = true;
      this.className = 'btnDisabled'

 

}

 

 is that possible using custom button ? if it please let me know how to do that.

 

Hi there,below is the code which calls my apex webservice conroller class and method,

 

when i execute below code I am getting "undefined", what is wrong with below code

 

{!REQUIRESCRIPT("/soap/ajax/24.0/connection.js")}
{!REQUIRESCRIPT("/soap/ajax/24.0/apex.js")}
try{
var enrollmentEventId='{!Enrol_Event__c.Id}'
alert("test before calling calsss="+ enrollmentEventId);

var result = sforce.apex.execute("CSFcallExternalECWS","invokeExternalWs",{enrollmentEventId:enrollmentEventId});

alert("result="+result);
alert("test after calling calsss="+ enrollmentEventId);

}
catch(err) {
txt="There was an error on this page.\n\n";
txt+="Error description: " + err.description+result+ "\n\n";
txt+="Click OK to continue.\n\n";
alert(txt);
}

 

global classCSFcallExternalECWS

{

 

public  static   string enrolmentEventId;

 

 

webservice  static  string invokeExternalWs(string enrolmentEventIdValue)

{

       enrolmentEventId=enrolmentEventIdValue;

returnenrolmentEventId;

}

Hi,

 

I have a custom field on the opportunity object named 'contact__c'. This is a simple lookup field.

If populated I want a trigger that creates an Opportunity contact role for that same contact.

 

Any ideas?

 

I can update the contact__c field based on the primary contact role but I need this work the other way round.

 

Any ideas?

 

Thanks

 

 

Is there a way to check if the current running user has permission to access a specific visualforce page?

Hi,

 

I have a visualforce page rendered as PDF. Multiple records Information is repeated with the help of <apex:repeat> tags. If I have three records, currently all the three records information is displayed in a single page. My requirement is, if I have three records, information should be in three pages (based on the number of records), i.e., 1st record information in first page, 2nd in second page and 3rd in third page.

 

Which style tag will be helpful for this?

 

Can anyone suggest a solution? Any help is highly appreciated.

 

Regards,

Deepa

  • February 22, 2010
  • Like
  • 0