Questions & Answers
How do I make an Element into a Link?
Select the Element you want to make into a Link,and go to the Actions section of the Element palette. Select the type of Action you want to create and press the '+' button. Type in (or choose from the combobox)
window.location.href = 'http://www.linkto.com'
How do I open a link in a separate window?
Select the Element you want to make into a Link,and go to the Actions section of the Element palette. Select the type of Action you want to create and press the '+' button. Type in (or choose from the combobox)
window.open('http://www.apple.com','')
Why does browser X not render my page properly?
Many browsers have incomplete CSS support, i.e. semi-transparent colors are often not supported. However please contact us if you feel Flux is exporting incorrect XHTML or CSS.