Advertisement
Guest User

Untitled

a guest
May 29th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.95 KB | None | 0 0
  1. <%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Airplanes.aspx.cs" Inherits="Default2" %>
  2.  
  3. <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
  4. </asp:Content>
  5. <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
  6. </asp:Content>
  7. <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
  8.  
  9.     <img src="picturs/fsxairplane/FSXA.png"  width="680px" height="630px" alt="Airplanes1"/><img src="picturs/fsxairplane/FSXA1.png" width="680px" height="630px" alt="Airplanes2"/>
  10. <br />
  11.     <img src="picturs/fsxairplane/FSXA2.png"  width="680px" height="630px" alt="Airplanes3"/><img src="picturs/fsxairplane/FSXA3.png"  width="680px" height="630px" alt="Airplanes3"/>
  12.  
  13. </asp:Content>
  14. <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
  15. <form runat="server" action="" method="post" name="LogInUserLetter" id="loglnuserletter" onsubmit="return textareacheck();"><textarea runat="server" name="UserLetterA" id="userlettera" cols="33" rows="20"  onclick="textarea1();" visible="false"></textarea><input  runat="server" type="submit" value="SUBMIT REQUEST" id="loginairuserletter" name="LogInAirUserLetter" visible="false" style="height:30px; width:190px; background-color:#0E52AC; color:yellow; font-size:large; font-family:Comic Sans MS"/></form>
  16. <script type="text/javascript">
  17.     function textarea1() {
  18.         document.getElementById("userlettera").style.backgroundImage = "url('picturs/FSXy.png')";
  19.         alert("zdshbz");
  20.     }
  21.     function textareacheck() {
  22.         if (document.getElementById("userlettera").value.toString() == "") {
  23.             alert("Their no message to submit");
  24.             return false;
  25.         }
  26.         else {
  27.             return true;
  28.         }
  29.     }
  30. </script>
  31. </asp:Content>
  32. <asp:Content ID="Content5" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
  33. </asp:Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement