A quick google search on ASP Spell Check returned a load of links. The search is :- http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=ASP+spell+check And...
... If the client has office 2k or up, you can use this: <script language="vbscript"> <!-- 'SpellChecker ' PURPOSE: This function accepts Text da ' ta for...
You could do that using screenscraping server-side. What is it you want to do exactly? Dan Visit www.diado.com for free ASP.Classic classes, articles, links &...
Well, more specifically, I want to have a small 200x200 block on a home page that displays user-specific data from the server. When a user fills in a text...
... Use a Literal; you can find it in the toolbox. That is exactly what you want. Regards, Manas. -- _______________________________________________________ ...
Can you set a literal control and place it in a document 100s of times? For example, currently in classic ASP, we set a variable with a user's ID and then...
Anybody else have any ideas? I understand how to do the .innerHTML part. I guess what I'm really wondering is how I can dynamically fetch some text from the...
So dependent on what the user types in you want to go and get some text from the server, not the text they've typed in, and put it in a TD or whatever on the...
That's a little funky. I don't want a user to see even a split second of flicker while a pop-up opens and closes immediately. Any more ideas anyone? Maybe a...
You might consider Remote Scripting or switching to .Net and using caching. You may also want to take a look at this site: http://www.whatswanted.com/top6.php ...
Hi, I'd like my submitted page not to resend the form headers if the user refreshes his page... Just so the data is not resubmitted. What is THE way of doing...
Hi, there: I am having a problem with .NET From the web application, when I call the CrystalReportViewer to see the report I get this: [LogOnException: Logon...
I am using the following code to try and cpaitalize the first letters of each word from fields brought in from a an Access database: Function PropCase(strTemp)...
Just visited this morning ! http://www.planet-source-code.com/vb/default.asp?lngCId=8775&lngWId=4 ILyas ... From: Ben Shaffer [mailto:beninisrael@...] ...
Well, im not much familiar with JS. I have tried something like integrating an asp db validation routine with a JS. But, I don't seem to grab the right way. ...
... Could you explain further? How do you clear the local page headers so it is not retransmitted as such upon simple page reload, but only throught the...
Can you help with a dynamic select based on a radio list? I can't figure it out. What I need to do is to design an HTML form where a user selects a company...
Shldnt be much complicated While the page loads, load the list based on the radio button selection. Basically, once the user selects the radio button, it...
Sorry, I didn’t note down ur requirement properly. I have no idea, how to solve this refresh problem. I believe, no way, u cld do that. Any idea, any one? At...
Hi all, Is there any way to direct the bounced back emails to a specific email address(different from the sender's) when using CDONTS object for emailing in...
Hi all, Is there any way to direct the bounce back emails to a specific address (different than the sender's email address), when using CDONTS object? I think...
Hello Guys: How do I access a value that is returned from a Stored Procedure? In a Stored Procedure I am calling, a value is being returned using RETURN...
I have a database connection in the application object. Everything works fine there. I also want a query in the application object that will be used by ...
Andy, This Microsoft article should help you: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q164485 You need to use the Parameters collection of the...
This is a handy little application-scope query caching function I use heavily at http://www.bookcrossing.com/ to help our 1 web server (and 2 db servers)...
I need to design a web site that takes files from the user and posts the contents of that text file ont the web site and the file be sent to an email address...