
Search In
What are Sessions?
Before we get into implementing a Sessions solution, it’s important to understand exactly what they are.
By default, the Internet is a “stateless” environment. This means that every request you make in a browser is anonymous in the
A HTML button is identified as a WebButton object by QTP. Below is the script which you
Can run in QTP to find the total number of Buttons in the HTML page .
First Create a Button object
Set objButton = Description.create
objButton(“micclass”).v
Hello Reader's If you need to make ajax request that send the email in backgournd page then you can use the code below:-
$('#submit').click(function() //specify your selector of form
{
$.ajax({
url: sendemail.php, // your action page
Hello Friends,
Some time we need to disable layout of our page. No layout mean no header, no footer, no left bar, no right bar. You want to display the main page content part like if you are using AJAX at that time you need to disable layout for thi
Hello Friends,
Generally in the website you can see lots pages are restricted to have access before login. If you want to add this feature in your Wordpress website. Please follow the below code in your in page.
if(is_user_logged_in()) {
// Place y
The advent of technology is storming into every walk of life. Digitization is gradually replacing hard work. After all, the mechanism of automation is in the upfront. It validates that looking for a career prospect in the technology world is what bra
To move an article to archive status you need to follow the steps given below:
Login the backend of the Joomla Site(Joomla administrator)
Select Content (given in the menu at the top of the page) -> Article Manager. You will see a page with list
Hello Reader's If you want to set the trigger to and event on the web page, Then using Javascript will be your best option. In this blog you will see how to set any event with its time in seconds.
Lets consider an example here I'm triggerring the po
Joomla works on Positions. It basically divides the page into different parts that is known as positions. Module are assigned to those positions. To display the module positions you required to follow the following points:
Login to the backend of t
Opening a .pdf file in new window
On the First page write the following code:-
string Url = "Wite the url of the page to be opened";
ClientScript.RegisterStartupScript(this.GetType(), "", "window.open('" + Url + "');", true);
On the second page
