I currently have four HTML pages stored locally on my computer. I have tried linking them together using
<input type="button" value="Product Description" onclick="window.location='C:FILEPATH'">
It says Firefox does not recognize (c) as a protocol. I simply need the pages to link together...
I currently have four HTML pages stored locally on my computer. I have tried linking them together using
<input type="button" value="Product Description" onclick="window.location='C:FILEPATH'">
It says Firefox does not recognize (c) as a protocol. I simply need the pages to link together...
lets say I had the following piece of code:
var test;
if(condition = true){ test++ };
<table><tr><td>DISPLAY CONTENTS OF VARIABLE TEST</td></tr></table>
any idea?