Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Major update to perldoc.perl.org

by Anonymous Monk
on Jul 24, 2009 at 08:02 UTC ( [id://782869]=note: print w/replies, xml ) Need Help??


in reply to Major update to perldoc.perl.org

Select without submit?

This

<script language="JavaScript"> function selectPerlVersion(element) { if (element.value.substring(0,1) == '/') { location.href = element.value; } } </script> <div class="side_panel tools_panel"> <p>Perl version</p> <form id="perl_version" name="perl_version"> <select name="version-chooser" onChange="selectPerlVersion(this)"> <option selected>Select... <option>Perl 5 version 10 <option value="/index.html">&nbsp;&nbsp;&bull;&nbsp;Perl 5.10.0 <option> <option>Perl 5 version 8 <option value="/5.8.9/index.html">&nbsp;&nbsp;&bull;&nbsp;Perl 5.8 +.9 <option value="/5.8.8/index.html">&nbsp;&nbsp;&bull;&nbsp;Perl 5.8 +.8 <option value="/5.8.7/index.html">&nbsp;&nbsp;&bull;&nbsp;Perl 5.8 +.7 </select> </form> </div>
Should have been
<div class="side_panel tools_panel"> <p>Perl version</p>. Perl 5 version 10<p> <a href="/index.html"> Perl 5.10.0 </p><p> <a href="/5.8.9/index.html"> Perl 5.8.9 </a><br /> <a href="/5.8.8/index.html"> Perl 5.8.8 </a><br /> <a href="/5.8.7/index.html"> Perl 5.8.7 </a></p> </div>
Never reinvent hyperlinks with form+javascript.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://782869]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-18 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found