Hi everyone...
This seems to be browser/machine specific, so please let me know if I'm barking up the wrong tree.
I have a line of code as follows:
In all browsers I've tested, this redirect works fine. However, the frmForecast page then parses the value of qryCostType from the QueryString and does stuff based on the value.
On my machine, in both IE and FF, this worked perfectly. The value, when printed for debugging purposes, held "71".
However, on another user's machine, following the same order of events, it printed "71#BudgetEntity9", which oddly contained the anchor.
Any idea what causes this?
Thanks
*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
This seems to be browser/machine specific, so please let me know if I'm barking up the wrong tree.
I have a line of code as follows:
Code:
Response.Redirect( "frmForecast.asp?qryProjectNumber=" & strProjectNumber & "&qryCostType=" & strCostType & "#" & strGoToBudgetEntity )
In all browsers I've tested, this redirect works fine. However, the frmForecast page then parses the value of qryCostType from the QueryString and does stuff based on the value.
On my machine, in both IE and FF, this worked perfectly. The value, when printed for debugging purposes, held "71".
However, on another user's machine, following the same order of events, it printed "71#BudgetEntity9", which oddly contained the anchor.
Any idea what causes this?
Thanks
*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]