NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Interactive_Map/trunk/Interactive_Map/htdocs/extraction.php

Revision 19 (checked in by jcleary, 17 years ago)

Last code checkout from earlier SVN instance

Line 
1 <?php
2 /** simple script to support the ExtractContext widget */
3 echo "ExtractContext widget passed the following value:<BR>";
4 echo "<a href=\"".$_GET['CONTEXT']."\">".$_GET['CONTEXT']."</a>";
5 ?>
Note: See TracBrowser for help on using the browser.