Hi All,
I have a link to a page and the url contains a parameter variable to pass to a querystring on another page
Obviously this will not work after the end of this year as it is passing 2014, I know I can create another link for 2015
However I was wondering if it is possible to ask the user what year they require when clicking the link. I know it is possible to use a form but I have several links like this and I did not want to create several forms.
I was wondering if something like this would work
And then the user enters the year they require and it is passed in the url.
Any ideas would be much appreciated
Regards
Paul
Regards
Paul
I have a link to a page and the url contains a parameter variable to pass to a querystring on another page
Code:
<a class="nav" href="../OEE/OEE_ChartYear.asp?cYear=2014" target="cpOTIF_Main" >OEE 2014</a>
Code:
<a class="nav" href="../OEE/OEE_ChartYear.asp?cYear=2015" target="cpOTIF_Main" >OEE 2014</a>
I was wondering if something like this would work
Code:
<a class="nav" href="../OEE/OEE_ChartYear.asp?cYear=[highlight #EF2929][Enter Year][/highlight]" target="cpOTIF_Main" >OEE 2014</a>
Any ideas would be much appreciated
Regards
Paul
Regards
Paul