This topic is locked

Again....Button instead of a text-link

4/2/2012 1:39:10 AM
PHPRunner General questions
Karlo_from_Germany author

PHP-Runner 6.0:
Sorry friends, but I have to ask again, because I cant´t find the real answer in the forums:
In my application, I tried to replace the text-link "Back to the master-table" with a button with the same function at a different place. The following screenshot will declare the problem.


Some ideas?

P
procheck 4/2/2012

Check the manual for inserting a button:
Insert Button
Al

Karlo_from_Germany author 4/3/2012

So.....some hours later, I found the right way for my own:
This is the right code, works fine!
Greetings from hamburg
Karlo

M
mmponline 4/26/2012

But how can I link to different pages based on the vslue of a field:
Eg.

If value of Category field = Schools

location.href="Schools_list.php";

If value of Category field = Clubs

location.href="Clubs_list.php";

If value of Category field = Society

location.href="Society_list.php";
etc.