mail.php
<?php
ob_start();
$email = trim($_GET['j_email']);
$support_address = "rajkumarsahoo@yahoo.com"; //Your Company Email ID//
$headers2 = "From: ".$support_address;
if ( $email == "" )
...
Thursday, 25 December 2014
Create Process Bar Like Gmail In HTML
Unknown
04:46
No comments
index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>DEMO - Gmail like progress bar with CSS and jQuery</title>
<script type='text/javascript'
src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<style>
body {
background: rgb(245, 245, 245);
}
.g-div...
Create Dynamic URL in jsp
Unknown
01:58
No comments
1.index.jsp page
<html>
<head>
<title>the c:url action (1)</title>
</head>
<body>
This page takes 3 values that you specify, and forwards them to another JSP.
That JSP will create a URL to another page, that then extracts the
parameters and displays them.
<p />
...
Subscribe to:
Posts (Atom)