Acceptance Of Terms

I have to put some terms and conditions on my commercial site which vendors have to accept before going into site. My query is in practice how you people do it? I mean do you store these information in database ,or do you keep time stamping in database,or just force users to read and accept it without saving . I know it varies company to company ,i asked generally.

View Replies


ADVERTISEMENT

Search Terms

Im searching a database and pulling through results based on user input with a like statement as the address have multiple words but the problem is i want the search only to be in whole words and not part of another word for example
User searches road

Results:

Some Road
Another Road
Broad Lane

simple search using select address from tblName where address like % searchterm %

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

Text Field Acceptance,

i have a table in which i have many text boxes, they are named as a1,a2,a3,a4 to a16 the next row is b1,b2,b3 to b16 and so on up to G1,G2 etc, where the user enters his data, what i want to do is only allow the user to enter numbers, which can have decimals if required,

how can this be done, also i have another set of textboxes through which i want to loop and prevent user the user from entering the same data in more then one box how can this be done any help will be appreciated thank you.these are the text boxes a1,b1,c1,d1,e1 etc which is actually the first column in the table.

i have created the following array:

letterArray[0] = 'A'
letterArray[1] = 'B'
letterArray[2] = 'C'
letterArray[3] = 'D'
letterArray[4] = 'E'
letterArray[5] = 'F'
letterArray[6] = 'G'

how can i loop through to achive the above.

View Replies View Related

Resubmit W/o Browser Acceptance

I'm editing existing code, where the user selects an item on Page1.asp and clicks submit. Page1 then calls Page2.asp which subsequently runs a query to validate the data selected (passed) from Page1.

If it is duplicate data, a Javascript alert box is invoked, once the user the clicks "ok" on the alert Javascript attempts to redirect back to Page1 (so the user can reselect) but this process is halted by the browser ("The page you requested was created using information you submitted in a form. blah blah blah, To resubmit your information and view this Web page, click the Refresh button. ).

View Replies View Related

Determine User's Cookie Acceptance

How do you determine whether a user allows cookies or not.

Many people told me that it can be done by writing a cookie and then retrieve it to test this feature, but it simply doesn't work.

What else can i do?

View Replies View Related

Response.cookie In Session_onstart Event And IE 6.0 Cookie Acceptance

When I set a cookie in global.asa in the sub session_onstart, even if
I have "privacy" in IE 6.X set to "block all cookies" the cookie is
still set, and I can get it on other pages.

I can't find an article that addresses this as a specific issue. Why
does the browser get the cookie when it is set in the session_onstart
event even when I have "block all cookies" set?

View Replies View Related







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