Quick instructions Dynamic Sites ( eg Online-Shopping Sites, generated content )
- Edit the HTML page(s) from which you wish to launch the converter and place the following between the
<HEAD> </HEAD> HTML tags :
<SCRIPT TYPE="text/javascript" SRC="http://www.fieba.net/scripts/fieba.js"></SCRIPT>
- To launch the converter, simply select and copy the following HTML code and
paste it at the desired location within your HTML page(s) :-
<A HREF="#" onclick="FiebaCompactPopUp();">Convert this Price!</A>
This will create a link that works as follows : Convert this Price!Note : The onclick Javascript event is an event for most HTML tags thus most could be used to lauch the converter by just adding the following HTML fragment to the tag, ensuring that if the tag has an HREF attribute, it is set to "#" :
onclick="FiebaCompactPopUp();"


