Ok here's what I have...
Global-
function WhatButton2(ButtonName)
if ButtonName == "tan_cert_Button" then
sbutton = "tan"
elseif ButtonName2 == "salon_sales_Button" then
sbutton = "sales"
elseif ButtonName2 == "skin_care_Button" then
sbutton = "skin"
elseif ButtonName2 == "spray_on_Button" then
sbutton = "spray"
elseif ButtonName2 == "first_impressions_Button" then
sbutton = "first"
end
end
Now, on the next page I have five buttons. On each button I have:
This then jumps to another page that displays an .html, at the botton of of this page there is a button that has this code:WhatButton2(this);
Page.Jump("paypal");
The first one works (if sbutton == "tan" thenif sbutton == "tan" then
Page.Jump("tan reg");
elseif sbutton == "sales" then
Page.Jump("sales reg");
elseif sbutton == "skin" then
Page.Jump("skin reg");
elseif sbutton == "spray" then
Page.Jump("spray reg");
elseif sbutton == "first" then
Page.Jump("first reg");
end
Page.Jump("tan reg");) but none of the others will, any ideas? BTW I do not have Quick Actions on any of the buttons. (thanks Tigg)

I'll show you what I did later, I gotta get some sleep!
