Friday, 21 July 2017

below given is an ASP page using java Script:
<%@ language="Javascrit"%>
 <html>
<body>
<%
              response.write("Web designing is fun !!!")
     %>
</body>
</ html >
output
          Web  desining is fun !!!
good
Morning
To
All
god will shower his blessing
on you and family
 today and always

Thursday, 20 July 2017

<html>
         
          <head> <title> protit <title>
            <%
                             function profit (saleprice, costprice)
                                    profit = saieprice- costprice
                              end Function
                   %>

<html>
             <head> <title>Cirle</title>
             <%
                       sub cirle(r )
                                 dim area,  diameter
                                 area  = 3.14* r^2
                                 response. write (" Area = area"& area &" </br")
                                response.write ("diameter =" & diameter)
                                 end sub
             %>
             </head>
               <body>
                               <b>result : </br> <% Call cirle (5) %>
                        <body>
        <html>                         
value="Submit">  </td>
</tr>
</table>
</form>
<body>
</html>

Wednesday, 19 July 2017

<html>
<head>
<title>HTML-ASP Form </title>
</head>
<body>
              form method="post"  action="process.asp"name="form1">
              <table width="70  " border="0 cellspacing=0"cellspacing="0">
                      <tr>
                            <td> name: </td>
                          < tb colspan="2"><input  type="text" name="name">  </td>
                       </tr >
                       <tr >
<td> email:</td  >
            <td colspan="2"><input type=text"name=email"></td>
     <tr>
      <tr>
             <id> comment: </td>
              <td colspan="2">
                 <textarea name=comment" cols=" 40"rows="5" > </textarea>
                </td>
</tr>
</tr>
          <td>&nbsp;</td>
<td colspan ="2"> <input type= submit"name=submit "

Sunday, 16 July 2017

reenachoudhary
friend sunita mamta leela
brother anmol mukesh hemant
 reena choudhary
mother guddi bai
father rajaramji
brother anmol
sister.teena seelpa

reena choudhary post karnwas th.kanpur
distik jhalawar
song
movies
dance
medhi digathen

Monday, 10 July 2017

HOW TO DEFINE  A JAVASCRIPT BODE IN AN HTML FILE
1<script type="text/JavaScript">
scripting code is placed here...
</script>
2 <script language="JavaScript">
       scripting code is placed here...
</script>