﻿// JScript File

function AlertPG()
{
    var answer=alert("You have to enter Product Group name.");
}


function AlertProduct()
{
    var answer=alert("You have to enter values in textboxes.");
}

function AlertUser()
{
    var answer=alert("You have to fill in data in textboxes.");
}

function AlertAdminProfile()
{
    var answer=alert("You have to fill in all required fields.");
}

function AlertSearchOptions()
{
    var answer=alert("You have to enter values for search options.");
}

function AlertEditPG()
{
    var answer=alert("You have to enter Name of the Product Group.");
}

function AlertEditProduct()
{
    var answer=alert("You have to fill in all required fields.");
}

function AlertTableDetails()
{
    var answer=alert("You have to fill in how many points you want to pay.");
}

function AlertSearchUsers()
{
    var answer=alert("You have to insert Username.");
}

function AlertUserProfile()
{
    var answer=alert("You have to fill in all required fields.");
}

function AlertTOQuantity()
{
    var answer=alert("You have to fill in required Quantity.");
}

function AlertEmptyDT()
{
    var answer=alert("You have to add products for this offer.");
}

function AlertTO()
{
    var answer=alert("You have to enter all required fields.");
}

function AlertUP()
{
    var answer=alert("You have to enter all required fields.");
}

function AlertPwd()
{
    var answer=alert("Username and password must be max 15 characters long.");
}

function AlertEmail()
{
    var answer=alert("E-mail address must contain sign '@'.");
}

function AlertDelete()
{
    var answer=alert("You have removed selected Product from your Offer.");
}

function AlertRemove()
{
    var answer=alert("You have to select Product from the table first.");
}

function AlertCheckDates()
{
    var answer=alert("Expected construction date must be after Project date.");
}




