![]() |
|
| |||||||
| Notices |
| General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below. |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
I am setting up a link to open a new page to provide a little more detail and add a link to email. I would like to add a link on the "new page" that will either close the window and return to the previous page or simply close the page. I have read several linking pages threads but can't seem to find one that shows how to do a "back" or "Close Window. Please advise. 18510 |
|
#2
| ||||
| ||||
|
This post will help.
__________________ Bill www.blueearthtea.com www.ftaaconsulting.com www.iaval.com www.theemeraldbay.com |
|
#4
| ||||
| ||||
| Quote:
Select Advance Button (ABC) & place on page, then right click to access properties, Button type = On Click On Click action = Choose as you wish. Good luck.
__________________ Regards Chris. London Borough of Barnet walks Collectables, Collecting, collectors-info.com Image/Photo Tips House build project |
|
#5
| ||||
| ||||
|
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 the Javascript drop-down, select c 10. Click OK. When visitors click this button, they will go back to the LAST page visited. You can use the Advance button as well, but you need to copy and paste the code history.back(); into the OnClick Value field. |
|
#6
| ||||
| ||||
| Quote:
From the Javascript drop-down, select history.back(); or window.close(); depending on what you want to do. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |