I have a very long application which I present using Layout Pages and Blocks. Is it possible to place a button or link on individual pages?
Thanks
Ed
What should that button do? Of course you can add buttons and even (image) links. You can use relative jumping using the # notation like in every webpage by putting these in your text by echo’ing it or apply variables of type html. In your case you could consider using tabs which are configured in the blocks menu. But I don’t see what you are trying to achieve actually.
I would like to have the user click a button that fires a script so I can automatically enter the current date in a date field versus using the calendar.
Ed
[QUOTE=emilner;37370]I would like to have the user click a button that fires a script so I can automatically enter the current date in a date field versus using the calendar.
Ed[/QUOTE]
Well, yes. You can add a button, declare that of type php and then your code will be executed after pressing the buttton.