M
MarkInNY
What I would like to do is create a simple, comma delimited "database" using
MS Excel (.csv) that will have one colum as a "product ID" and another column
containing a USD formatted number (ie: $1,999.99). Then, I want to insert a
code snippet or FrontPage "tag" (ie: <!-- webbot bot ---> or something like
it) that will use the "product ID" tag to call up the contents of the next
field that has the USD price (stated earlier). This way, I can make changes
in the original Excel file (such as price changes or added/removed products),
export it as a .csv file, then upload it to the server through FrontPage. I
want to be able to also enclose the tag in some kind of text formatting HTML
tags so that I can control how the text is displayed (such as style,
formatting, alignment, etc.)
Does FrontPage have a built-in function or wizard that will accomplish this
or at least the ability to create a "tag" to call the data upon demand? The
server I use has the FrontPage Server Extensions/IIS on it (I use FrontPage's
form wizard for form handling all the time), but I don't have "direct" access
to the server (I can't install apps, CGI/Perl scripts, make "special server
subdirectories", etc.)
The only tools I have to use are FrontPage 2003 and Microsoft Office XP/2002
- Small Business Edition (therefore, I don't have any programming languages,
MS Access or MySQL)
Is what I want to do possible? I want to mimic in a more simplified form
the way Yahoo! Shopping works - with you being able to upload a .csv file,
and add tags (<!--- tag name -->) to display the contents of the
corresponding cell/field within your HTML pages.
MS Excel (.csv) that will have one colum as a "product ID" and another column
containing a USD formatted number (ie: $1,999.99). Then, I want to insert a
code snippet or FrontPage "tag" (ie: <!-- webbot bot ---> or something like
it) that will use the "product ID" tag to call up the contents of the next
field that has the USD price (stated earlier). This way, I can make changes
in the original Excel file (such as price changes or added/removed products),
export it as a .csv file, then upload it to the server through FrontPage. I
want to be able to also enclose the tag in some kind of text formatting HTML
tags so that I can control how the text is displayed (such as style,
formatting, alignment, etc.)
Does FrontPage have a built-in function or wizard that will accomplish this
or at least the ability to create a "tag" to call the data upon demand? The
server I use has the FrontPage Server Extensions/IIS on it (I use FrontPage's
form wizard for form handling all the time), but I don't have "direct" access
to the server (I can't install apps, CGI/Perl scripts, make "special server
subdirectories", etc.)
The only tools I have to use are FrontPage 2003 and Microsoft Office XP/2002
- Small Business Edition (therefore, I don't have any programming languages,
MS Access or MySQL)
Is what I want to do possible? I want to mimic in a more simplified form
the way Yahoo! Shopping works - with you being able to upload a .csv file,
and add tags (<!--- tag name -->) to display the contents of the
corresponding cell/field within your HTML pages.