
Search In
History back() method in JavaScript : The back() method of a history object is used to load the previous page browsed. In our application sometimes we required to go to last opened page, in this case the back() function is used. It is same as the bac
Hello guys,
If you want to develop pagination for web pages using javascript, the below code will help you. So do not worry, just follow bellow mentioned steps todevelop pagination with HTML table.
Step 1:
Write CSS in style tag
<style type=
I Want to learn about how to capture image on login button click from the front camera of smartphone without knowing user and display the pic on the next page. For development I am currently using PhoneGap.
Please help.
In this post we have learner how to enable contact us page
This form will always send email to the particular listed recipient email id's . But What if you have different departments in your company and each department want to use this contact us
If we need to add a video on our page in magento store lets see how we can do it
Follow these steps :
1. Login to the admin panel of your setup.
2. In admin panel menu go to CMS menu and click on option page.
3.
Hello Friends,
In Wordpress if you listing post on your page and wants to setup pagination on the pages. Please review the below code, I am listing vacancy and you can make your changes as per code requirement.
<table>
<the
Hello reader's, today we will discuss about "How to pass extra variable in URL in Wordpress".
Suppose , Admin want to update the user detail then they go to user listing page and select the user and click edit button or link. When clicking edi
Hi Guys,
Do you know how to implement PageViewController ?
This is an IOS very good and efficient feature. Below I have implemented a example which will help you use the PageViewController.
Lets assume you have create a Book for kids which helps
IntroductionIn today's information overload, standing out requires more than good content. It would help if you personalized it to your audience, speaking directly to their needs and desires. This shift from generic messaging to indiv
Sometimes we need to open another page on button click.
We can do this in tow ways either by using "window.location" or "window.open()".
Example: In the below example I have put conditions on "blur" event for checking whether the input field is emp
