http://www.aspfaq.com/5004 http://www.aspfaq.com/2042
Ray at work
"Sten Westerback" <sten.westerback@NO_SPAMnokia.com> wrote in message
news:NwQTb.8333$k4.182056@news1.nokia.com...[color=blue]
> Hi
>
> I'm considering using .asp to implement a selective
> inclusion of .htm files containing tables into a HTML
> code sent to browser from IIS.
>
> My question is if it is possible to make an .asp page
> that depending on two variables passed in the query
> (start-month and end-month) return to the browser a
> page that includes only files with names within the
> specified months?
>
> Lets take it ones more: ;)
> 1. the .htm files are ready for use and named month01.htm (january) etc.
> 2. the user enters wanted months on a form in the browser
> 3. the .asp constructs HTML code that starts with some static html code,
> inserts the table for the first month, then some other text such as
> "February",
> then the next month etc stopping with the month defined on the input
> form.
>
> Is this type of thing possible with .asp using some scripting language?
> Or do i need my own IIS Extension for this too?
>
> Also, is it possible to let a server side script analyze a file to extract
> information from the table to calculate the sum of the values in all the
> tables in each column?
>
> Could the filtering and calculations be done "easily" with client[/color]
scripting?[color=blue]
>
> Rgds,
> Sten
>
>
>[/color]