Ask a Question related to ASP, Design and Development.
-
Bil Click #1
Include lines dispappear
I am coding classic ASP pages in Visual Studio .Net 2003.
I file called counties_option.asp that just has a list of
options:
<OPTION VALUE="030">ANSON</OPTION>
<OPTION VALUE="040">ASHE</OPTION>
etc...
I then call this as an include file in several places in
a file called page1.asp like this:
<SELECT id="Select7" name="aCounty1">
<OPTION value="All" selected>All</OPTION>
<!-- #include file= '../common/counties_option.asp'-->
</SELECT>
This works OK the 1st few times, but after a while (I
have not determined the time period or cause) the
<include> lines disappears from the code!
I have other include files in this page that are stable -
only the includes in the <select> statements disappear.
Strange!
Bil Click Guest
-
Vertical lines in AI graphics PDF as broken lines?
I have an InDesign CS1 doc that has an Illustrator CS1 EPS file placed in it. The graphic is a barcode for a coupon. It is only many vertical lines,... -
Acrobat 6 changes solid lines to dashed lines
Is Adobe planning to provide a fix for the problem where solid lines will display as dashed lines when viewed in Acrobat 6? If yes, when? Thank... -
read lines of file without parsing the lines
Hello! Currently i have a logfile which tracks a certain feature on my server. Every time the feature accurs my script appends a line in the... -
how to include() N lines?
hello! i need to include() only a given amount of lines (the first 10 for example) instead of a whole file. does someone know how this has to... -
[PHP] how to include() N lines?
i need to include() only a given amount of lines (the first 10 for example) instead of a whole file. I have never tried it, but I think you...



Reply With Quote

