Hi All,
I'm after a way of coding a link in ASP (not JavaScript) that loads a page (1) in the same window and then after 2 seconds loads another page (2).
Reason is that the first page (1), does an auto logon based on URL parameters, which are required for the successfull return of data on the seconds page (2) which is also based on URL paramaters.
This can be achieved using JavaScript but I'm having issues with it only opening in a new window and a there must be the ability to right click on a link to open in a new tab instead of the current window, hence my wish for an ASP solution.
Clear as mud?