Cumbers:tests

From OpenWetWare
Revision as of 18:24, 7 August 2006 by John Cumbers (talk | contribs)
Jump to navigationJump to search

test page

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

Antiviral effects

Resveratrol has also been seen to increase the potency of some antiretroviral drugs against HIV in vitro.[1]

  1. Heredia A, Davis C, Redfield R. Synergistic inhibition of HIV-1 in activated and resting peripheral blood mononuclear cells, monocyte-derived macrophages, and selected drug-resistant isolates with nucleoside analogues combined with a natural product, resveratrol. J Acquir Immune Defic Syndr. 2000 Nov 1;25(3):246-55. PMID 11115955

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>