home Paulding Homes FAQs
  Search Paulding Homes FAQs

  Match word(s).

FAQ index

Jumpbox

  • How can I use the jumpbox in Paulding Homes?


    How can I use the jumpbox in Paulding Homes?
    There are two steps. First, you need to create a box file. This is simple a file with a name that ends in .box. You can have as many box files as you wish - tom.box, dick.box, and harry.box are all OK to use.

    Your .box file should have the different destinations you want the user to jump to, one destination per line. For instance, test.box could contain

    http://paulding.net/vsource.html
    http://paulding.net/viewpdf.html
    http://paulding.net/about.html

    Next, you need to put the jumpbox code in your page.

    The code looks like this:

    <form action="http://pdhomes.net/html/paulding/test.box" method="get">
    <select name="jump">
    <option value="1">vsource
    <option value="3">about
    <option value="2">viewpdf
    </select>
    <input type="submit">
    </form>

    and to users, it looks like this:


    Notice that the values for the different options correspond to the line number in test.box, and that you can use the same jumpbox in different HTML pages and vary the order in which they are presented to your site visitors.

    If you have a blank line in your .box file, it still counts as a line. Sending someone to a destination that's a blank line is, as you might expect, not going to work too well.



  •  
     
    Copyright 2002 The Observer Company
     


    Script provided by SmartCGIs.com