Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include file problem

Status
Not open for further replies.

HaveTrouble

Programmer
Jan 10, 2005
63
US
I have a page (main.asp) in root folder that will call a page in another folder. The root folder page looks like :

<!-- include file="format.asp" -->
<!-- include virtual="\common\invoice.asp" -->
<!-- include file="addbottom.asp" -->

\Common\invoice.asp is a form and will be submitted to \common\invoice_save.asp. \ommon\invoice_save.asp must run within main.asp so that special formatting in format.asp and addbottom.asp will be available. How can I achieve that ?
 
not really. invoice_save.asp will be used by users with different permission level. Each permission will have different include files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top