Announcement

Collapse
No announcement yet.

A few problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    A few problems

    Is it possible to change the back and next button on the online shop sections


    Code:
    <input type="submit" name="ACTION" name="NextButton1" id="NextButton1" value="  <actinic:variable encoding="html" name="NextButton" />  "   />
    I have tried using a image type here
    Code:
    <input type="image" src="buttom.jpg" name="ACTION" name="NextButton1" id="NextButton1" value="  <actinic:variable encoding="html" name="NextButton" />  "   />
    But the buttons see to stop functioning.




    Also back buttons:

    Is there a peice of code that will automatically generate the code for a back button, eg a section up from the current section you are in?

    Currently have this, but this is wrong it it generates the current section name and the current section URL.

    Code:
    <div>
    <a href="<actinic:variable name="SectionPageName"/>" target="_self"><img alt="Back Button" src="Website Parts/Buttons/back_button_Caralog.jpg" border="0"/> Terug Naar  
      <actinic:variable name="SectionName"/>
    </a>
    </div>
    www.polymax.co.uk/acatalog/ number 1 for for o-rings, rubber seals, rubber cords. In Viton NBR and silicone.
    Cuddle And Carry, Baby Slings Wraps Ringslings Pouches and Carriers
    http://www.oringen.eu/ O-Ringen Rubber Koord Uitegdreven Profielen in Nitrile (NBR) Viton.

    #2
    Thank you i will give it ago
    www.polymax.co.uk/acatalog/ number 1 for for o-rings, rubber seals, rubber cords. In Viton NBR and silicone.
    Cuddle And Carry, Baby Slings Wraps Ringslings Pouches and Carriers
    http://www.oringen.eu/ O-Ringen Rubber Koord Uitegdreven Profielen in Nitrile (NBR) Viton.

    Comment

    Working...
    X