Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Steve #1
ASP/VBScript - if then or else
I'm developing a site using ASP/VBScript and I'm trying to populate a table
with data contain within a recordset using the repeat region... which is
fine when I want to display the data along these lines
----------------------
| {Recordset2.data} |
| {Recordset2.data} |
----------------------
However what I would like to do is display the data in a table like this:
-------------------------------------------
| {Recordset2.data} | {Recordset2.data} |
| {Recordset2.data} | {Recordset2.data} |
| {Recordset2.data} | {Recordset2.data} |
| {Recordset2.data} | {Recordset2.data} |
-------------------------------------------
Can anyone help with this...
thanks
Steve
Steve Guest
-
ASP VBSCRIPT
I have a form with ship to customer and bill to customer fields. Both of these are required fields. I want to put a check box in the form and if... -
VBScript
I'am running window server 2000 and MS frontpage on my computer. I created ASP page with the frontpage editor. The asp code are not running when I... -
VBScript and ASP
Can I copy code from a .ASP page into a .VBS file and execute it? I need to run code in an ASP page in a daily event on the server. Thanks! ... -
ASP.NET and vbscript
Browser security settings may be hampering your attempts. To get it to work, the setting you'll most likely need to adjust can be found on the... -
VBScript to ASP
I have an ASP page, on the Window_OnLoad event I use VbScript to popup an Inputbox to accept a value from the user and put it into a string called... -
Nancy Gill #2
Re: ASP/VBScript - if then or else
Hi Steve:
Tom Muck has an extension called the Horizontal Looper at his site which is
[url]http://www.tom-muck.com[/url] .. I think that's right. Install that and you will
be able to create a repeat region that has columns.
--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"Steve" <nospam@nospam.co> wrote in message
news:cuhoao$mjs$1@forums.macromedia.com...table> I'm developing a site using ASP/VBScript and I'm trying to populate a> with data contain within a recordset using the repeat region... which is
> fine when I want to display the data along these lines
> ----------------------
> | {Recordset2.data} |
> | {Recordset2.data} |
> ----------------------
> However what I would like to do is display the data in a table like this:
> -------------------------------------------
> | {Recordset2.data} | {Recordset2.data} |
> | {Recordset2.data} | {Recordset2.data} |
> | {Recordset2.data} | {Recordset2.data} |
> | {Recordset2.data} | {Recordset2.data} |
> -------------------------------------------
> Can anyone help with this...
> thanks
>
> Steve
>
>
Nancy Gill Guest



Reply With Quote

