I have to calculate bonus. On the first page two options: yes and no.
If I select yes, piccal.html?value=yes
<a onClick="window.location.replace('piccal.html?value=yes')">
When I select no, piccal.html?value=no
<a onClick="window.location.replace('piccal.html?value=no')">
If I have yes then calculate to bonus otherwise not
On calculator page there are 3 links to other pages.
<a href="piccal.html" class="btn noselect"></a>
<a href="picinfo.html" class="btn noselect">PIC Grant Information</a>
<a href="#">Contact Us</a>
piccal.html is a calculator page if i will select this link from inside then i have no value "yes" or "no" . how to set url yes or no value as default for all page if any value selected from another page
I think you are getting my question. Thanks in advance