Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which is language?
Message
From
29/11/2010 11:21:25
 
 
General information
Forum:
Internet
Category:
Other
Miscellaneous
Thread ID:
01490544
Message ID:
01490913
Views:
39
>>>>i have saw a website, during internet browsing, its extension is 'do'
>>>>all files have do extension.
>>>>
>>>http://www.fileinfo.com/extension/do
>>>?
>>
>>He probably wants to know what was used to write the website...which looks like Java + PHP ....I think.
>
>Well the truth is that the file extension tells you nothing - all that matters is that the web server in question maps that particular extension to the right handler :-}


codes are:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html> 
 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<title>PBCC :: LOGIN</title> 
	<!--[if IE]><meta http-equiv="Page-Enter" content="blendTrans(duration=0)" /><meta http-equiv="Page-Exit" content="blendTrans(duration=0)" /><![endif]--> 
	<!--[if IE 8]><link href="/css/indexstyle-ie8.css" rel="stylesheet" type="text/css" /><![endif]--> 
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> 
	<link href="/css/indexstyle.css" rel="stylesheet" type="text/css" /> 
	<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="/css/IE6.css" media="screen" /><![endif]--> 
	 
	<script type="text/javascript" src="/js/index_js.js" ></script>	 
</head> 
 
<body onload="document.getElementById('user').focus();">			
	<div id="login"> 
	<a href="/"><img id="logo" src="images/logo.jpg" width="50" height="50" alt="" /></a> 
  <span id="slogan"></span> 
	<div class="clear"></div> 
		<form action="/loginUser.do" method="post" name="fNeologin"> 		
			<ul class="main form"> 
				<li><label for="user">USERNAME</label><input id="user" type="text" name="j_username" /></li> 
				<li><label for="password">PASSWORD</label><input id="password" type="password" name="j_password" value="" /> 
				<input id="button-login" name="submit" type="submit" /></li> 
			</ul>	
		</form> 
		<p style="text-align: center;"></p> 
		<div style="visibility: hidden;"> 
			<p class="suggestion">Forgot your password?</p> 
			<form name="fEmail" action="" method="post"> 
				<ul class="secundair form"><li><label for="email">youremail@address</label><input id="email" type="text" name="email" /><input type="submit" value="SEND" name="fEmailSubmit" id="passwordReset" /></li></ul> 
			</form> 
			<form action="/" method="post" name="fSwitch"> 			
			</form> 
			<p id="footer">			
				<a href="" target="_blank"> 
				SUPPORT</a> 
			</p> 
		</div> 
	</div> 
</body> 
 
</html> 
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform