sorex Posted January 8, 2006 Share Posted January 8, 2006 Hello,Is there a way to pass through variables in an HTA 'application' ?the way I'm used to work is like this...in ASPop=request("op")select on opcase "" call setformcase "add" call addcase "delete" call deletecase "update" call updateend selectsub setform%>my startpage html stuff<%end suband the rest of the subscan an HTA be build like this aswell?how would I approach this? there doesn't seems to be a response.write like feature that I can use or do I have to use .innerhtml to create each page? Link to comment Share on other sites More sharing options...
aspnetguy Posted January 30, 2006 Share Posted January 30, 2006 what is a HTA application? Link to comment Share on other sites More sharing options...
Siddhesh Posted February 22, 2006 Share Posted February 22, 2006 Hello,Is there a way to pass through variables in an HTA 'application' ?the way I'm used to work is like this...in ASPop=request("op")select on opcase "" call setformcase "add" call addcase "delete" call deletecase "update" call updateend selectsub setform%>my startpage html stuff<%end suband the rest of the subscan an HTA be build like this aswell?how would I approach this? there doesn't seems to be a response.write like feature that I can use or do I have to use .innerhtml to create each page?<{POST_SNAPBACK}> I dont think this can be done using HTA Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now