Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Mike1500 #1
Blinking fields generated from a repeat region
Hello All,
I have a repeat region on a website that I created, and I was wondering if
there is a way that I can select certain fields that has the word "New" in the
cell. Once the word "new" is located I want it to blink yellow color. Can
someone give me any advise? Thanks.
Mike1500 Guest
-
Flash repeat region
i urgently need to do the following: haveing never tucked into putting dynamic data into flash, i suddenly, urgently need to dynamically populate... -
download repeat region
Hi, I used the download repeat region on a site I set up a while ago, it worked great then. My customer has told me it no longer works, instead... -
repeat region
Hi.. I use repeat region to view only 10 records at a time, so how can I have another link that when user click on next it will go to another 10 of... -
problem with repeat region
i'm currently doing an ecommerce website for my project. using dreamweaver and access for the database btw. so here's a brief description of how the... -
php repeat region
Hey guys, question about PHP, I'm trying to help out a friend but I don't really know anything about php. I'm also pretty amaturish at asp. I... -
BillB #2
Re: Blinking fields generated from a repeat region
What language??
do you want all fields to blink or just certain ones from the query??
Bill
BillB Guest
-
Mike1500 #3
Re: Blinking fields generated from a repeat region
Thanks for the response, the language that I'm using is ASP and I only want fields that shows "new" to blink. Thank.
Mike1500 Guest
-
BillB #4
Re: Blinking fields generated from a repeat region
Create a style in your CSS, call it NEW and style it red and bold( this can
be styled however you like).
Now open your database and open your products table in design view. Add a
new field and call it new and set the Data Type to yes/no. Save and close.
now back to your page. In the html table you've created to display your
product info from your query add another column to house the word NEW. At
this point make sure your recordset/query has selected the "new" field in
your database. back in your html table select and highlight the word "NEW"
and apply the style you created called "NEW" Now select the <tr> tag that
houses this word "NEW" and apply MXZone.com Advanced Conditional Region.
Follow the instruction for that.
Oh ya. You have to have that extension installed first. It's free.
[url]http://www.dmxzone.com/showDetail.asp?TypeId=3&NewsId=553[/url]
Let me know if that does it for ya
Bill
"Mike1500" <webforumsuser@macromedia.com> wrote in message
news:d0r4km$6k6$1@forums.macromedia.com...> Thanks for the response, the language that I'm using is ASP and I only
> want fields that shows "new" to blink. Thank.
BillB Guest



Reply With Quote

