Click here to Skip to main content
15,921,660 members
Home / Discussions / Web Development
   

Web Development

 
GeneralCOM object in javascript Pin
mtone27-Jan-05 6:28
mtone27-Jan-05 6:28 
GeneralRe: COM object in javascript Pin
tojamismis27-Jan-05 7:12
tojamismis27-Jan-05 7:12 
GeneralRe: COM object in javascript Pin
mtone27-Jan-05 7:32
mtone27-Jan-05 7:32 
GeneralRe: COM object in javascript Pin
DavidNohejl27-Jan-05 14:22
DavidNohejl27-Jan-05 14:22 
GeneralWind Gauge, Thermometer Objects Pin
jerry1211a27-Jan-05 2:53
jerry1211a27-Jan-05 2:53 
GeneralRe: Wind Gauge, Thermometer Objects Pin
tojamismis27-Jan-05 7:21
tojamismis27-Jan-05 7:21 
QuestionHow a java applet read data continously from server? Pin
kokain26-Jan-05 21:56
kokain26-Jan-05 21:56 
GeneralWeb development Pin
Yulianto.25-Jan-05 16:55
Yulianto.25-Jan-05 16:55 
GeneralRe: Web development Pin
DavidNohejl26-Jan-05 5:44
DavidNohejl26-Jan-05 5:44 
GeneralRe: Web development Pin
Yulianto.26-Jan-05 15:03
Yulianto.26-Jan-05 15:03 
GeneralRe: Web development Pin
DavidNohejl26-Jan-05 15:24
DavidNohejl26-Jan-05 15:24 
GeneralRe: Web development Pin
Yulianto.26-Jan-05 17:19
Yulianto.26-Jan-05 17:19 
GeneralRe: Web development Pin
DavidNohejl26-Jan-05 22:06
DavidNohejl26-Jan-05 22:06 
GeneralRe: Web development Pin
V.27-Jan-05 1:16
professionalV.27-Jan-05 1:16 
GeneralRe: Web development Pin
mtone27-Jan-05 8:28
mtone27-Jan-05 8:28 
You can include an asp page in another. Add the include at the top of the page.

<!--#INCLUDE FILE="Validation.ASP"-->

You can put this at the top of each page, even write a small script to rip thru them to do it. you can include as many as you like.

<!--#INCLUDE FILE="ValidationOne.ASP"-->
<!--#INCLUDE FILE="ValidationTwo.ASP"-->

Whatever code is in these files is now availible to the page that it is included in.

By the way, why have all these different pages. make one page that displays sale items after Looping thru a database.
GeneralRe: Web development Pin
Yulianto.27-Jan-05 14:11
Yulianto.27-Jan-05 14:11 
GeneralRe: Web development Pin
mtone28-Jan-05 2:47
mtone28-Jan-05 2:47 
GeneralRe: Web development Pin
Yulianto.28-Jan-05 16:06
Yulianto.28-Jan-05 16:06 
GeneralSimple question Pin
Yulianto.25-Jan-05 16:17
Yulianto.25-Jan-05 16:17 
GeneralRe: Simple question Pin
Yulianto.25-Jan-05 16:42
Yulianto.25-Jan-05 16:42 
GeneralRe: Simple question Pin
markkuk25-Jan-05 21:12
markkuk25-Jan-05 21:12 
GeneralDHTML div dilemma Pin
Nino_125-Jan-05 7:11
Nino_125-Jan-05 7:11 
GeneralHere's the Fix !! Pin
Nino_126-Jan-05 6:10
Nino_126-Jan-05 6:10 
Generalflash files Pin
sianatia25-Jan-05 0:01
sianatia25-Jan-05 0:01 
GeneralRe: flash files Pin
JKroschel25-Jan-05 10:52
JKroschel25-Jan-05 10:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.