Dingbat
12-03-2009, 09:15 AM
Hi Guys
Is it possible to combine the following to bits of code. The first code will send the user to the browser home page if using IE.
Code:[[a href="about:home">home</a>]]
The second code will send the user to the browser home page if using Firfox.
Code:[[input type="button" onclick="if (window.home) window.home()" value="Home">]]
Both codes work in their respective browsers, but can they be combind.
As the man from Tesco's says "Every little helps".
Regards,
Dingbat :confused:
Is it possible to combine the following to bits of code. The first code will send the user to the browser home page if using IE.
Code:[[a href="about:home">home</a>]]
The second code will send the user to the browser home page if using Firfox.
Code:[[input type="button" onclick="if (window.home) window.home()" value="Home">]]
Both codes work in their respective browsers, but can they be combind.
As the man from Tesco's says "Every little helps".
Regards,
Dingbat :confused: