In the Intranet-based Ticket tracking app I have built for our tech support, there is a feature where some customers are going to be able to see the stuff that was typed in by the tech support person taking the call, including the problem description. It would be nice to install some client-side validation which would check their spelling. Is there such a thing? A Dreamweaver extension, some freebie js code, maybe?
Anybody know of a good form spell checker other than the ones suggested on ASPFAQ?
I've created a content management sys and it would be nice to give them the facility, but I don't want them to have to have such as Word installed on their machine or the need for me to install a COM on my server (because I can't!!) to be able to do this.
Was thinking of telling the user that they should simply download the Google toolbar to have this facility, but don't know if this works on a Mac and Safari!!
I have a dictionary.txt whereby the form will check each word against the dictionary. Now, one of the features that I need to add in is to add a new word to the dictionary sorted alphabetically whenever the user clicks on the "Add to Dictionary" button.
Can you use MS Word Spell Checker in Classic ASP or is it exclusive to Word? We would like to incorporate a Spell Checker in our ASP's without having to buy a third party product if at all possible.
This will not help anytime soon but for my own curiosity, does any one know if the Dot.Net framework gives you this ability? We are looking to move towards ASP.net and VB.net sometime this year.
I have a login check that calls Login_Check.asp to place a cookie when the user correctly logs in or redirect to Login.asp if they haven't yet logged in.There are many pages that require the check before viewing.one of those pages opens in a split frame.When trying to access the framed page before login the login form opens in both frames.How do I open the login screen in a new window instead of in the frames?
We need to spell check Text Areas in our ASP pages. We don't want to use MS Word. We are looking for an cost-effective, easy to configure and use, well-known COM-based Spell Checker component.
I want to build a domein name checker using ASP & Vbscript but I don't have a clue how to start or what I need to do precisely.
An example of the checker can be found at. http://www.denit.net/ it's called an domeinnaam check an can be found at the middel of the right side of the page.
I'm making the register form to add user in my system. I want user to type fullname,username, password & repeat password. So I write function to check the input from users.This is one of the part in function
I have a directory website which is having more than 20000 company details. Anyone can search the directory for the company. Everything works fine, but if someone misspells the word it returns 0 company found.
So i want to add a spell checker to the word user types in the textbox to the companies in the Access database. I need something similar to the google search.
Developing a community website, and want to be able to maintain a database of members currently online on the site. I can save their ID as they log onto the site, but dont know how to tell when they leave it??
Any ideas please?
Also, anyone know of an asp Instant Messaging script that can interface with the on-line database I will be maintaining??
i need to view a list of logged in users... now i got loginlogout thing going on...but if the user will not logout he will be still logged on for the system... the only rule i want (on this code that i don't know how to wrote) is how to set timeout of 1 hour...that id the user had not moved or did nothing for 1 hour he automaticly will be offline for the system.
I am lookign for an indepth FSO tutorial not something i can copy and paste but something i can actually learn from. I have found things that do some of the stuff that i need it to do but i know down the line somewhere i will come up with problems if i dont write the code myself.
Want to create a web page that asks users certain questions and then when clicking the submit button the info get sent via email.
Obviously will create a form and then will have text boxes for each question. Correct me if I am wrong but the aspmail object is limited to a few fields.
Is anybody aware of an ASP-based online CSS editor? I'd like to be able to manage my site's CSS files online. Ideally, I'd like to be able to change the colors and such online, then have ASP write the changes to the styles.css file. I know I could have dynamic asp tags throughout my site that would pull the styles from a database, but I'd like to just write to the text file. I haven't seen anything in aspin or hotscripts, so I was wondering if anybody has seen something out there.
I am having a go at building an online calender and I am using icons to display events on a certain date. I would like to show 1 icon for events that are in the future (for example blue square) but another icon for events that have passed (example grey square). All I have in the DB is the actual date of the event.
I am looking for some ASP - SQL server 2000 online store application that i can buy for my company. This store is completely internal for the company and will be on our intranet server and will be utilized by the company employees to buy company merchantdize.
Also at this time there will be no credit card processing as the amount of purchase will be deducted from the payrol. I will be needing the shopping cart and product view. Later if we provide the credit card processing, we have already installed PayFlowPro from verisign and do creadit card procesing on our main site.
Does any one know such application that i can integrate with our style sheets and general layout?
I plan to setup a website which will give help guides on DIY. I want to allow people to submit their own guides while allowing them to have a link to thier own site to help promote thier company. I want to be able to have a directory of all the guides with a nice simple layout. Does anybody know of any good free or cheap scripts that will allow this?
If anyone is familiar with Camtasia, they should know that it can output files in various formats... SWH, WMV, AVI, Quicktime, etc.
I would like to output the files in SWH format since it includes a Flash interface with player controls, etc. There are limitations on the size of the video with this format. I'm not sure what they are right now.
Anyway, I would like to begin publishing the videos to my website that is written in ASP.
Can anyone give me any points in the best way to handle this or if there are any online tutorials or third party components for managing online content in this way.
I realize I could create a table and assign various fields and simply put the content into the database. This is likely the best approach, but then I have to deal with an admin page because our end users won't have the ability to use Enterprise Manager or Query Analyzer to update the table using raw SQL. Code:
Has anyone ever set up code samples for using UPS online tools I need it for international shipping. I've been trying to setup the tools myself. Some countries work fine, others produce validation errors. Other errors include no shipping solutions between origin and destination. When I manually check on the UPS site, they resolve without problems
I have a login script and everything, I just have one problem. The thing is, is that I want to check how many users are online. It is very simple to do that, but is there a way to check when their user-session ends, or something? In the database all it is is a simple yes or no under "online" and if they are logged in it goes to "yes" and if they access a page while logged out, there is no way to check if they are online or not. How should I go about doing this?
And if you give me a code, can you please tell me how it works so I can easily modify it(It's just that it'd take a lot less time with you explaining it, than me figuring it out All I need is a simple wording
I want to build an online questionnaire, and i dont know where to begin. whats the best way to go about this? sessions?process:user fills up questions/survey user can go back to previous pages to recheck answers then when user is done, when he clicks on submit, the answers are emailed to me.do i need a db for this?
i want to check if a user is online or not,i mean the user use http protocol to access my site,if he close his browser ,how can i know it IMMEDIATELY? so the session can be used here? i found some chatroom using this technology, if possible, give me the java answer also?
i need to count visitors and on line users, but I’m having some problems with this global.asa counter witch should use correctly those application and session variables and session onStart and onEnd procedures.
Some how it doesn’t work well. Is there any other way to count visitors and users online?