Color Highlighting

Ive created a web page that queries a db and i have that all working fine. What i dont have though and would like to be able to do is get the page to highlight rows according to one colums value, ie

Colum1 Colum2
Row 1 50 Test <-- would like to the be highlihted lite blue for instance
Row 2 90 Test2 <-- would like this to be highlighted red for instance

View Replies


ADVERTISEMENT

Highlighting

I don't know if I accidentally play around with the script. But now it's showing error:

Quote:
Microsoft VBScript runtime error '800a139a'
Unexpected quantifier
/wheelofgod/showverse.asp, line 210

Line 210 shows:

Code:
strText = mobjRegExp.Replace(strText,strReplace)

View Replies View Related

Highlighting Keywords

I've created a little search engine that works fine, but I want to highlight the keywords in an article.
Using the replace function is OK, but its not very good when covering different cases. Its fine on single word searches but no good with multiple words.
eg. if I search for "dog", I can do a replacement on "dog", "DOG" and "Dog" using the replace function.
If I was to search for "black dog", I need to cover all possible variants. ("Black Dog", "BLACK DOG", "black dog", "Black dog", "black Dog")
Is there any way of getting this to work?

View Replies View Related

Highlighting The Column

I have a SQL query that produces a table which displays account numbers and the amount owed on those accounts.

the page that displays that table is written with ASP. Does anyone know how can I highlight the rows in the table where account numbers have more than 7500 dollars in amount owed? Code:

View Replies View Related

Highlighting A Word

i am working on an application...where i have to search for a string in the database field or text files.when the search finds the string i want it to be highlighted when it showas the result on the asp page.

eg:
iam searching for a skill in the resumes...take JAVA...i want the resulting resume on the asp page with the JAVA string highlighted

View Replies View Related

Script Context Highlighting

point me in the direction of a function that will parse
a "code" output and colorise the context of the script?

eg - vbulletin style [code] output

View Replies View Related

Text Highlighting Issue

I am doing search application in ASP. I want to highlight the matched text in the search result, for that operation I am using the following function Code:

View Replies View Related

Highlighting New Entries In My Asp Table

I have setup a simple site in which users input data to an access database, and then the database results are shown on another page in a table. One of the fields in the databse is Date Added, using the date/time data type.

I would like the table to show new results with a different background colour for a period of time, say one week? Code:

View Replies View Related

Highlighting Search Text

Does anyone use a funtion to highlight search terms (if they have a search facility on their site). Basically, I would be sending the search terms from a form field into a results page.

If there are results I would like the search terms to be highlighted. One problem that I could think while using "replace" is that capitalisation would not be maintained.

View Replies View Related

Highlighting Search Terms

I have a simple script which boiled down to highlighting search terms... Code:

if Trim(Request.QueryString("search"))<>"" then
cont = Replace(cont,Request.QueryString("search"),"<span style=""background-color:#ff0"">"&Request.QueryString("search")&"</span>",1,-1,1)
end if

this worked fine, however if the string I was searching was within an <a> tag, the inevitable would happen and an error would come up. I was wondering if anyone knows a way or if there is a script readily available to tackle this issue?

View Replies View Related

Highlighting + IFrame Question

The very same page has 2 iFrames opening another page called tripledemoduo.asp. So there are 2 tripledemoduo.asp's opening within the 2 iFrames. Within a tripledemoduo.asp page there are the textboxes for inserting the keywords.
See the picture.

is it possible to move out the 6 textboxes from the iFrames and make 1 set of 6 instead of 2 sets of 6? That would make my life easier because I use this to compare two texts side by side by searching keywords. For example I put one keyword in red in both iFrames.

View Replies View Related

Search Result Text Highlighting Issue

i am developing a search engine(ASP with SQL SERVER) for my project . My objective is to search for a data and it should display the result and highlighting the search text in different color. But when i use the search text with more than one word, the result is highlighting only the last word of the search text.

Example - If i search for "Opal" , the search result highlighting all the words with "opal", But when is search "Opal Service", the search result is highlighting only the "service".

Here the "Opal" and "service" are different identities, i will search these two words with AND condition . Code:

View Replies View Related

Site Search Script With Paging And Highlighting

I am looking for Site Search Script, which should include paging of results and highlighting the search text.

Just like search using in this forum. Its sould have paging and highlighting the results under each hyperlink....

View Replies View Related

BG Color

I have data outputted to the table such as (where * are dividers):
Name 01 * Category 1
Name 02 * Category 1
Name 03 * Category 2
Name 04 * Category 2
Name 05 * Category 2
Name 06 * Category 2
Name 07 * Category 3
Name 08 * Category 3
Name 09 * Category 4
Name 10 * Category 5
Name 11 * Category 5

I want each "Category" to have it's own background color, aletranting colors would be ideal so:

Name 01 * Category 1 (Background Color #fff)
Name 02 * Category 1 (Background Color #fff)
Name 03 * Category 2 (Background Color #ffc)
Name 04 * Category 2 (Background Color #ffc)
Name 05 * Category 2 (Background Color #ffc)
Name 06 * Category 2 (Background Color #ffc)
Name 07 * Category 3 (Background Color #fff)
Name 08 * Category 3 (Background Color #fff)
Name 09 * Category 4 (Background Color #ffc)
Name 10 * Category 5 (Background Color #fff)
Name 11 * Category 5 (Background Color #ffc)

View Replies View Related

Font Color

i want to give font color red to each head line ..how to concanate with this '<%=RS1("headline")%>';

Do while NOT RS1.EOF

%>
theSummaries[<%=i%>] = '<%=RS1("headline")%>';
theSiteLinks[<%=i%>] = '';
<%
i = i+1
rs1.movenext()
Loop%>

View Replies View Related

Color Code

I have got a peculiar requirement. I want to distinquish between the color codes.

I have got two text fields and i will enter the color codes there. The first text field will have background color The second will have text color.

I want to validate if background color is dark then only light colors should be entered in text. and vice versa.

View Replies View Related

Hypertext Color

Is there a way to control the hypertext color. I noticed mine are blue when not clicked and red/purple when checked. Is there a way I can make them say white and blue?

View Replies View Related

Background Color

I have built an asp app that sends an e-card to selected recipients along
with the text entered by the user. Well, on some machines the text is not
visible because the background color of the table is not going across
correct. The background color is supposed to be teal with white letters.
However the background is going across white with withe letters on some
machines. I am using the same browser (version and everything) as one of the
machines that can't see it the correct way. I am able to see it fine. I have
put in the back color for all of the cells the table, etc but it's still
going through white. What would cause this to happen?

View Replies View Related

Color Options

I was asked to incorporate colour options for items sold in my shopping cart such as pens.So if I am selling a pen that comes in 4 or 5 or more colours, then I have to create the number of types of collours for the pen. I am looking at creating a colour dropdowns for individual items , but I am not sure how I can do this in backend.I am using Access database and using ASP programming. This is the link which is an example of what I mentioned http://www.27905398.com/product_inf...9a4aed0a18fb81d .appreciate if anyone familliar with this function

View Replies View Related

Color Chooser

does anyone know how to make a pop up color chooser so that people can click a button that pops up a thing of colors and then they select from it? i'd even take the color options thing that is at the top of this scrren when writing messages but i need a way to choose colors easily.

any suggestions? also it doesn't have to be in asp, i'm figuring it might be better suited for js or something but i don't really know js and most of my site is in asp...

View Replies View Related

Check Box Color Row

i've been playing around with this code but can't seem to get it to work. When the check box is clicked the row should change to a color, not sure on why its not working, any ideas? Code:

View Replies View Related

Color If Number=4

I'm gettin some numbers out af a db, and would like it to give certain numbers different color. lets say that all numbers 4 should be red, and all numbers 5 should be green.Is that possible

View Replies View Related

Color Formatting

I'm writing an article which contains quite a bit of ASP code in the examples. What I would like is to show this code, in HTML, using pretty color farmatting techniques.

Things like comments in green, keywords in blue, operators in red, the kind of color formatting that text editors have. Does anybody know of any tools which can take ASP code as plain text and produce color formatted HTML output?

View Replies View Related

Color-code Formatting

I know php has some nice color-code formatting, where it will show the file in nice colors

(highlight_source..)

An example of what I am talking about is located here:

http://dev.zaireweb.com/source.php?source.php


Is there a way to do this in ASP

View Replies View Related

VBScript Color Constants

I know the basic 8, how do i find any others besides those 8? do you use hex codes? should also note that i need to be able to match the vbcolor to a hex color.

View Replies View Related

How To Change Color For Row By Records

I load data from dtb and would be nice to have different color for loaded colors, e.g. blue and light blue. I don�t know how to make it. Here is my code which loads data from dtb: Code:

View Replies View Related

Color Chart Code

Anyone have code for a color chart. Specifically a chart that when clicked passes the hex value through querystring or a form. I could make one, but I'm just feeling lazy today.

View Replies View Related

Setting Up A Color Theme

how do i do it? I have new images in different colors how do I set up a theme picker?

View Replies View Related

Changing The Background Color

how to change the background color of a web form programatically from C#. I have found examples on the web for Visual Basic, but I can't get them to work in C#.

View Replies View Related

Display The Records In Red Color

i would like to display the records in red color for the paid member.and blue color for free member.using database. i m not geeting the correct.

[code]

<% If membership='paid' Then%>
<font color="red"><%RS(Product_name)%></font>
<%else%>
<font color="Blue"><%RS(Product_name)%></font>
<%end if%>

[code]

View Replies View Related

Table Alternate Color

how to have table alternate color everytime im using for and next statement..? example:

Code:

<%

for a = 1 to 10

'write td here with alternate color..

next

%>

View Replies View Related

Text Color Based On DB Value

I am using dreamweaver to make an ASP page. I have a table of data
from a MSSQL database that is currently showing on the ASP page. I
want the ability to change the color based on a priority number that's
in the MSSQL database (same recordset that the data comes from).

I
don't have the priority field out on the page but can put it out if
need be. I have 3 different priority numbers and if the first row is
priority 1 I want the font to be red and if the second row is priority
2 I want the color to be yellow and so on.

View Replies View Related

Change Font Color According To Recordset

I have a web application that uses a list menu and there are two options you can select successful, and failure. I have another page called a log page. When i pull the records from the database i was wondering how i would change the font color to red if it was a failure.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved