Code Search for Developers
 
 
  

server_command.html from AlphaMail at Krugle


Show server_command.html syntax highlighted

<HTML>
   <HEAD>
      <SCRIPT TYPE="text/javascript">
			function doSomethingWithTheData( value ) {
			   window.status = "Server value: " + value;
			}
		</SCRIPT>
   </HEAD>
	<BODY>
		<div style="position:absolute;left:0px;top:0px;visibility:hidden;" 
		     id="datadiv">
			 <iframe src="about:blank" height="0" width="0" name="dataframe">
			 </iframe>
		</div>
		<FORM>
		   <INPUT TYPE=BUTTON NAME="a" VALUE="a" OnClick="window.frames['dataframe'].window.location.replace('file:///Users/tonykay/jsutils/data1.html');">
		   <INPUT TYPE=BUTTON NAME="b" VALUE="b" OnClick="window.frames['dataframe'].window.location.replace('file:///Users/tonykay/jsutils/data2.html');">
		</FORM>
	</BODY>
</HTML>




See more files for this project here

AlphaMail

AlphaMail is an accelerated web mail interface with a C++ middleware layer that is more effective than an IMAP proxy which is a highly scalable (10k+ users). The interface includes modern features, Section 508 compliance, and universal browser support.

Project homepage: http://sourceforge.net/projects/alphamail
Programming language(s): C++,Java,JavaScript,Perl
License: other

  data1.html
  data2.html
  droptarget.js
  droptarget_test.html
  field_completion.html
  server_command.html
  table_edit.html
  test.html
  transparentpixel.gif
  wz_dragdrop.js
  wz_dragdrop.zip
  wz_tooltip.js
  wz_tooltip.zip