hi,
i know that Google Toolbar's Autocomplete will try to be "helpful" and make certain fields have a yellow background. unfortunately, this is really impacting the CSS presentation on many of my websites. i'd like to somehow avoid the autocomplete's CSS domination, even if it means disabling...
that's a nifty idea, to just swap out the @ symbol. it could certainly be effective, but it really comes down to how robust the individual spidering programs are.
it's possible that some spiders will still zero in on the .com element as an indicator that there is an email that can be...
I recommend avoiding frames if at all possible. The disadvantages FAR outweigh any advantages (especially when it comes to commercial websites). If it's being considered due to layout purposes, those considerations can probably be accomodated with configuring your HTML table layouts...
you can encode them using various online utilities, such as one you can find at: http://www.wbwip.com/wbw/emailencoder.html
if you are dynamically generating these pages that show the emails, you could write your own script to encode them on the fly.
Actually, you should use a custom 500 error page rather than rely on the browser to show the error and line number. You can use the Request.ServerVariables collection to gather all information about the error, and then send that in the email to you.
That way, the end user has a professional...
thanks, Tim, but unfortunately that query does not work.
it returns a recordset that has a row for every categoryID found in the CategoryAttributes table (b in your example). what is needed is to just have one row for every attributeID found in the Attributes table (a in your example), with...
Thanks in advance for any assistance that can be provided...
I have two tables that I would like to join in a query.
Table #1
Attributes ATT
.AttributeID
.AttributeName
Table #2
CategoryAttributes CA
.CategoryAttributeID (the index)
.AttributeID
.CategoryID
There are about 20 records in the...
I am trying to count the number of cells that have date values equal to or less than today's date.
The formula is in A1, and the contents of A2:D2 is as follows:
A2 = 01/01/2004
B2 = 02/01/2004
C2 = 03/01/2004
D2 = 04/01/2004
=COUNTIF(A2:D2,"01/1/2004")
This formula results in a value of 1...
has anyone experienced a website generating two cookies for one website (we're running a Site Server website)?
when a user comes to our site, two cookies are written instead of one (user@generalvitamin.com and user@www.generalvitamin.com). the cookie without the "www" seems to...
thanks, onpnt, the cookie is cleared out quite nicely. got a question on how to approach it from an "unload" event, though... is "unload" literally a javascript unload, or are you referring to something else? and what about handling it using an Application_OnEnd in...
thanks onpnt for the quick replies!
unfortunately, this tact has been tried (expires with an old date) and it isn't working. even if it did (and it still might), I am not sure what the cookie names are for the data that is sticking. the first one looks obvious ("ShopperManager"?)...
I needs to make all cookies that are created by Site Server disappear upon the user's exit from the website. Currently, the following cookie data remains when leaving the site via closing a browser:
ShopperManager%2F ShopperManager%2F=KWRLESQP3P9F9JRTCLQ3KVSK839GBX33
216.183.103.10/
1536...
Thanks Dan1967 for trying to help me out. Unfortunately, I'm not getting any better results; maybe I'm doing something wrong?
I tried:
rsCurrentList("an_average")/1000.0
and nothing changed in my display. I tried "rsCurrentList("an_average")/1000.000" as well...
I have an integer field that has a number * 1000, for example 4950. I am in need of having it display on a webpage as 4.950
Similarly, 5000 would need to display as 5.000 and 6251 would need to display as 6.251
How can I accomplish this?
Thanks much for any help that can be offered!
I have tried using X-Setup 6.3 as described, but I am still unable to join my domain using an XP Home machine. I get a message stating that the system could not log me on and to check my username and password. I've used a variety of usernames and passwords that are all valid on the domain, and...
thanks... I added the connection string to the OnStart subroutine, and it worked like a charm. Very cool!
so, is it generally ok to use a db connection in OnStart, as long as it is closed at the end of the Sub?
When I try to update a "visits" field in a "users" table, by using global.asa's Session_OnStart, I get the following error:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
//global.asa...
Isn't Netsuck down to a 7% market share now? And most of that is 6.0, which is much more forgiving than the earlier versions we've all had to wrestle with (4.72, *cough cough*).
I'm finding it less important to worry about pre-6.0 versions of Netscape as time goes on... YAY!
wow, Vec, nice compilation of Yahoo! information!
I would like to mention a small footnote - Did Yahoo migrate to a $299 ANNUAL LISTING FEE business model recently, instead of the previous $199 lifetime fee?
Also, I don't think that it can be understated how important it is to make sure that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.