+ Reply to Thread
Results 1 to 9 of 9

Thread: How to link a (back) button
      
   

  1. #1
    sarah hk is offline First Lieutenant
    Join Date
    Sep 2006
    Posts
    163

    Smile How to link a (back) button

    I have created a text link button and would like to be able to direct users back a page but in this case how do we link it as each user lands on a page from a variety of different pages?

    Sarah
    #14558

  2. #2
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: How to link a (back) button

    Hi,
    The CLOSE or Back button:
    In BV,
    1. click the Button button (on the Forms feed toolbar) usually top of window. The Normal button, not the Advance button.
    2. Double-click the button.
    3. Give it a name and Value (e.g. Back or Close).
    4. Click the Normal radial button.
    5. Open the Events tab.
    6. Click the Add button.
    7. Select the Event as OnClick.
    8. From the Action drop-down, select Java Function.
    9. From Javascript drop-down, select history.back(); or window.close();
    depending on what you want to do.

  3. #3
    sarah hk is offline First Lieutenant
    Join Date
    Sep 2006
    Posts
    163

    Default Re: How to link a (back) button

    Thanks Tom for your help but can I clarify somthing at #1. Is the normal button the radio button? because I only have a few choices i.e adv, radio, image and push. Please advise.

    thanks again,

    sarah

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,052

    Default Re: How to link a (back) button

    Simpler way:

    Insert in your page an "Advanced Button". Double click it, make it On Click, on Click action: select : go to Previous page.

    You are done.

    If you can't find easily the Advanced Button in the Forms Toolbar, click on the main Toolbar: Insert -> Form -> Advanced Button

    Do NOT insert a form, only the button.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    sarah hk is offline First Lieutenant
    Join Date
    Sep 2006
    Posts
    163

    Default Re: How to link a (back) button

    Thanks, for the instructions I now have a back button. I would like it to look like the text only menu at the bottom of the page but as it is it is a stand alone button. Is there nayway to link it in with the text only menus?

    sarah

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,052

    Default Re: How to link a (back) button

    If you want to have some text as "Back" link, highlight the text as you would if you wanted to link it normaly. Click on the Link icon, and in the URL field of the Link dialog box, type

    javascript:history.back(-1)

    Now your text has become a Back link.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    sarah hk is offline First Lieutenant
    Join Date
    Sep 2006
    Posts
    163

    Default Re: How to link a (back) button

    navaldesign,
    can I then treat the text menu items in the same way, that is after opening the general tab on the dialogue box is it possible to paste the javascript:history.back(-1) in the URL? If so then should the link type in the edit button dialoue box be http?

    Thank you for your ongoing advice.


    Sarah

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,052

    Default Re: How to link a (back) button

    Yes, you can. In the URL field place the above code, link type http
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    sarah hk is offline First Lieutenant
    Join Date
    Sep 2006
    Posts
    163

    Default Re: How to link a (back) button

    Navaldesign

    Thanks alot!

    Sarah

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49