Link to home
Start Free TrialLog in
Avatar of willa666
willa666Flag for United States of America

asked on

ASP in front page

OK i posted somthing similuar to this a bit ago but the solution did not work

I have a form that when it is submitted it writes to a txt file. that works fine and is called submit.htm

However i have a asp page prior to that that will redirect the user to submit.htm i need to merge a session variable onto the submit.htm, the session is called e_cd and noramlly i would just use session("E_CD") but when i us it on submit.htm the tags get messed up and half the code is outside the text field.

Idf i save the file as a ASP file then i also get a problem as the form when submitted is not writeing to the text file.

I have checked that the compatabily option in frontpage is selected for ASP.

ideas?
Avatar of hhammash
hhammash

Hi,

I don't think that you can pass a session from ASP to HTML
ASKER CERTIFIED SOLUTION
Avatar of AZweb
AZweb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial