Hello,

I wrote all my asp pages to include the <% asp tags %> before reaching the <html> tags -
apparently good programming practice.

I use the POST method, together with hidden input/text boxes to send variables from 1 page
to the next - this works 100%. My problem is that when I link to one of these pages, from
a different page, using a hyperlink, the page loads IGNORING the <%ASP%> tags and just starts
loading from the <HTML> tags.

How can I fix this OR change my hyperlink??

Thanks,
T