Type: Posts; User: Frank_Jance
I fixed it with help from a friend. In case anyone is interested, here's the working code: <script type="text/javascript"> function jumpToLocation() { if (document.jump.c.selectedIndex...
That's what I was thinking but no matter what I've tried, it hasn't worked. Any help would be appreciated. Thanks, Frank
Hello, Hopefully someone can see what I've done wrong here. I have this function which works fine on a pull-down menu, except for one small problem: <script type="text/javascript"> ...
After reading both 'Beginning Perl' and 'Learning Perl', I can say, from a beginners perspective, that 'Beginning Perl' stands head and shoulders above the other. 'Learning Perl' assumes you have...