Cumbers:tests

From OpenWetWare
Jump to navigationJump to search

test hot links

<html> <script language="JavaScript" src="http://reddit.com/.js" type="text/javascript"></script> </html>


another embed test

<html> <object data=http://arxiv.reddit.com/browse?s=comments&t=all width="300" height="200"> <embed src=http://arxiv.reddit.com/browse?s=comments&t=all width="300" height="200"> </embed> Error: Embedded page could not be displayed. </object> </html>

test1 from wikipedia

<references>

Research at Northeastern Ohio Universities College of Medicine and Ohio State University indicated that resveratrol has direct inhibitory action on cardiac fibroblasts and might be useful in inhibiting the progression of cardiac fibrosis.

[1]


References

  1. Olson ER, Naugle JE, Zhang X, Bomser JA, Meszaros JG. Inhibition of cardiac fibroblast proliferation and myofibroblast differentiation by resveratrol. Am J Physiol Heart Circ Physiol 2005 Mar;288(3):H1131-8. PMID 15498824
  • Gescher AJ, Steward WP. Relationship between mechanisms, bioavailibility, and preclinical chemopreventive efficacy of resveratrol: a conundrum. Cancer Epidemiol Biomarkers Prev. 2003;12(10):953-957.Free full text
  • Sinclair, David A., et al. "Calorie Restriction Promotes Mammalian Cell Survival by Inducing the SIRT1 Deacetylase." Science 305 (July 16 2004): 309-392.
  • Wolf, George. "Calorie Restriction Increases Life Span: A Molecular Mechanism." Nutrition Reviews 64.2 (Feb. 2006): 89-92

test3

<html> <HEAD>

<script type="text/javascript" language="JavaScript"> <!-- Copyright 2002 Bontrager Connection, LLC // // Type the number of images you are rotating.

NumberOfImagesToRotate = 3;

// Specify the first and last part of the image tag.

FirstPart = '<img src="logo'; LastPart = '.jpg" height="150" width="200">';

function printImage() { var r = Math.ceil(Math.random() * NumberOfImagesToRotate); document.write(FirstPart + r + LastPart); } //--> </script>

</HEAD>

This part goes in the page, where you want the random image <html> <script type="text/javascript" language="JavaScript"><!-- printImage(); //--></script> </html>


JScript test jpg randoms

<html>

<!-- This script is featured at JavaScript Planet at http://www.intricate.com/javascript/ Check out JavaScript Planet for more scripts, links, etc. Please leave this comment intact. -->

<SCRIPT LANGUAGE="JavaScript">

<!-- document.write("I love random images with JScript"); //-->

</SCRIPT> </html>


Javascript test

<html> <HEAD> <TITLE>My First JavaScript</TITLE> </HEAD> <BODY> <SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> <!-- document.write("I love JavaScript"); //--> </SCRIPT> </BODY> </html>


Frappr mappr test

<html> <EMBED allowScriptAccess="never"

 src="http://www.frappr.com/ajax/ygroupmap.swf?host=http://www.frappr.com/&gid=675709&zoom=14&lat=0&lon=0" 
 quality="high" height="300" width="300"
 NAME="frapprGroupMap" TYPE="application/x-shockwave-flash"
 PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">

</EMBED> </html>