SQL Queries & HTML
Saturday, 1 December 2018
Tuesday, 26 May 2015
XML program for student details by using cascading style sheets(CSS)
Program:
Read: How to create a website
<?xml version ="1.0"?>
<?xml-style sheet type="text/css"href="student info=css"?>
<student info>
<student>
<name>ABC</name>
<rno>004</rno>
<branch>MMT</branch>
</student>
<?xml-style sheet type="text/css"href="student info=css"?>
<student info>
<student>
<name>ABC</name>
<rno>004</rno>
<branch>MMT</branch>
</student>
Saturday, 16 May 2015
Employee details by using XML,DTD? XSL
Program:
Read: Create your own website
Read: Visit more c,c++ and java programs
<?xml version="1.0" encoding="iso_88591"?>
<!DOCTYPE empinfo SYSTEM "empinfo.dtd"?>
<?xml-stylesheet type="text\xsl" href="empinfo.xsl">
<empinfo>
<employee>
<?xml version="1.0" encoding="iso_88591"?>
<!DOCTYPE empinfo SYSTEM "empinfo.dtd"?>
<?xml-stylesheet type="text\xsl" href="empinfo.xsl">
<empinfo>
<employee>
JSP program for scripting elements
Program:
<%@page language="java" session="false"%>
<%@page info="simple scriplet example"%>
<%@page import="java.util.*"%>
<%! calender cal;
String months[]={"jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov",dec"};%>
<%@page info="simple scriplet example"%>
<%@page import="java.util.*"%>
<%! calender cal;
String months[]={"jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov",dec"};%>
Saturday, 25 April 2015
JSP program using Script code
Program:
<%@page language="java" session="false"%>
<%@page info="demostration of script"%>
<%@page import="java.util.Date"%>
Subscribe to:
Posts (Atom)