PDA

View Full Version : Variable for a text file name


jordan
05-16-2001, 01:34 PM
I have a page that will have 6 buttons. Each button will basically do the same thing, which is to go to another page with a text file embedded in the text box.

I tried a path such as %SrcDrv%\Enterprise\%EntSolFile% so that each button would just set a variable which was the name of the text file. This doesn't seem to work. Are there any suggestions on how I could avoid creating 6 pages which are exactly the same except for the text box that they include.

Thanks

dallasfreak
05-16-2001, 01:54 PM
the easiest way to do this is to create all the text boxes on one page. Hide them all. When your buttons go to set the variable, instead have them show the boxes. At that point either a mouse leave on the boxes, or the button would hide the boxes