Hi,
I'm running a script to link to another ASP page. But when selected i get an error message saying:
"IE cannot download d from....plannedActualsMetrics.asp'||http. IE was unable to open this internet site. The requested site is unavailable or cannot be found. Please try again later."
The link itself is:
So it seems to be appending the http extension to the end of the link and i can't work out why because it does still link to the required page, but this error message is a pain.
any help would be great
I'm running a script to link to another ASP page. But when selected i get an error message saying:
"IE cannot download d from....plannedActualsMetrics.asp'||http. IE was unable to open this internet site. The requested site is unavailable or cannot be found. Please try again later."
The link itself is:
Code:
<a href="javascript:top.window.location.href = 'PlannedActualsMetrics.asp'">[ Metrics ]</a>
So it seems to be appending the http extension to the end of the link and i can't work out why because it does still link to the required page, but this error message is a pain.
any help would be great