I'm writing an ASP script in visual basic that is supposed to read information from an XML file.
My problem is that I'm having trouble calling getElementsByTagName() with a parameter that is only defined at runtime, not before (throught Request.QueryString() )
is that possible or does the parameter have to be set before runtime (hardcoded) ?
My problem is that I'm having trouble calling getElementsByTagName() with a parameter that is only defined at runtime, not before (throught Request.QueryString() )
is that possible or does the parameter have to be set before runtime (hardcoded) ?
