I have a similar question. At various sites ( for example www.FoxSports.com ), there is a "tabbed" navigation menu. Each "tab" has a mouse-over event that...
this is Flash. Right click on them to know. take care. -- Thierry Lavallée http://www.8P-Design.com http://www.dohy.net On 5/1/05, The Professional Network...
T, Many thanks. F ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com]On Behalf Of Thierry Lavallée Sent: Sunday, May...
Hello: Does anyone have any good examples of how to create a drop down list column inside a Datagrid? I have been searching for a while and just can't find ...
Hi. well i finally got a chance to start working on the cc processing through authorize.net again. i ran into a few snags when trying to send the info with out...
Hi Brian i use something similar, and generally it works great. Even Auth.net sent me a similar piece of code. works about 95% of the time, the other 5% - it...
hi moshe. i wonder what is preventing it from working that 5% of the time. do you think adjusting the x_duplicate_window value will help you prevent the double...
Hi brian yes, i thought it was that, and i tried that too. but the problem is really at the customer end - because the transaction did actually go thru, its...
I have noticed that a variety of sites (cnet, UsaToday, cnn, etc) use some methodology to prevent their pages from being copies. If you try to do: File | Save...
Sorry, but there is no 100% effective way of preventing users from saving your web pages or images. As long as the user's browser has received your page, they...
It means that it can't copy all of the site. but bits and pieces where still downloaded, but it can't download anything that's store on another server. For...
Is there a way to get IE to save as much as is available instead of giving the error msg ? Sometimes all I want is the HTML and graphics. Thanks PogoWolf...
The long way would be to just right-click and save as for the graphics, and view source for the HTML. for those stubborn websites, there's always 'offline'...
Hi all i'm looking to strip HTML tags, and have found a function that uses regular expressions at www.4guysfromrolla.com/webtech/042501-1.shtml was just...
Pogo, Many thanks. Far ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com]On Behalf Of PogoWolf Sent: Wednesday, May 04,...
Hello Friends, I am doing survey on some colleges in ASP. After users select check boxes(data type,yes/no), I want to display that result in other page.I mean...
Hi Moshe, ... This really is the best method. The only time you'll have issues is when you have less than and greater than signs within the attribute values,...
Hi Shawn Thanks for the reply. I dont think it will be strict HTML, so i guess XSL is out. the bigger than / smaller than is quite an issue. not that is...
HTML is more of a restrictive form of tagging than XML, so since XSL was written to handle XML, it should have no problem handling the HTML. John. _____ From:...
Ok here's one that boggles my mind. I have a domain, and a host. The folder structure is 'normal' such as: Root Sub Sub Using VS2003, how would one create a...
I think that is the same one that I use. Soren Moshe Tapnack <elists@...> Sent by: active-server-pages@yahoogroups.com 05/04/2005 23:20 Please respond...
A little while back I saw that you were discussing shopping cart....I have been asking this question for a while and havent gotten any good responses so I am...
Hello Guys: I need to get double quotes around Item DB, but just can't get the syntax correct. I am using C# in an ASPX page. I know: shouldn't use spaces...
You show a quote literal by \" sSQL = "SELECT * FROM \"Item DB\" WHERE Item = '" + sItemNumber + "'"; ... From: active-server-pages@yahoogroups.com ...
You can't use []? Hm. Your syntax looks right to me, if you need to get " in there. But, do you really want to have a space before and after Item DB? sSQL =...