- or download this
<script type='text/javascript'>
function submitForm ( formName ) {
...
onMouseOut = "window.status = ''; return true;"
>Test Link</a>
</form>
- or download this
<A HREF="http://127.0.0.1/cgi-bin/test.cgi/tom/12/52345">Test Link</A>
- or download this
my $extra_path_info = $ENV{'PATH_INFO'};
# or
...
print $extra_path_info;
# prints '/tom/12/52345'
- or download this
<script type='text/javascript'>
function submit_cookies ( formId ) {
...
<input type=hidden name='id' value='52345'>
<a href="#" onClick="submit_cookies('testForm');">Test Link</a>
</form>