I have an intranet site that controls equipments flow for three companies.
Recently one of the key users of one company asked me if the manual input they use to track the equipments and use the functions of the system could be replaced for a bar code scan...
So the basic idea is to add an icon beside the manual input that locate the equipment, as an option to use bar code scan pistol instead of typing.
There is some example of this kind of implementation, if its even possible?
Could you show me the way, like choosing the right bar code standard, how to control scan`s API from asp, etc?
I am trying to create a hover pop up on a mouseover on a hyperlink. What I want to do is allow the user to hover over the hyperlink to see a description of the item. This hover pop up will pull the information from a field in the database that is associated with the hyperlink.
An excellent example of what I'm talking about is in this very forum. When a user mouses over a topic, a hover pop up box comes up with the description of the topic. Does anyone know how this is done, or of a tutorial, or what key words I could look up in google?
My site keeps going down and I don't know why. I've been looking for tips on cleaning up my ASP code but couldn't find any. Do any of you guys/girls have any tips on cleaning the code? What to do and what not to do?
i have to design a shopping cart for a site selling multiple products. How shud i begin? What are the security concerns and tips and other stuff which i shud know? Is javascript use advisable?
I am looking to implement i18n with our current software which is based on the web that has an international client base. So for this we need to support other language (mainly chinese, japanese, indonesia) My company have told me that the i18n would do this for us and to research into it (http://www.debian.org/doc/manuals/intro-i18n/ch-intro.en.html#s-intro-concepts). I myself think that this will not do the translations for us and think that we need to re-write it for the site with the help of translators. I have researched into this over the past few days and found articles on the web and case studies but it still hasnt cleared up what I am trying to achieve. So I was wondering if anybody has any previous experience in using this in ASP or even VB.
I need to write an ASP page that will allow a user to paste in data from an Excel spreadsheet. The data will only be in one column. I'm not a web programmer and would like some advice on the best way to do this.
I have a page working using a text area and some JavaScript to parse the data entries using the split function. This seems to work ok but I wondered if anyone could suggest a better way?
I have been happily reading through the sticky best practices and changing my bad habits ( no more SELECT * from me now!) to better ones.
I found the bit about functions and then the article on The Real Basics of Functions In ASP and following that I got the drop down box function to work.
I have lots of forms with lots of dropdown boxes - some are dependant (and working beautifully because of the help here) and some are not dependant on anything, so I thought is would be best to use the drop down box function.
At the moment I have a few other functions that I have gotten from elsewhere, and they are in include files like pcaseFunction.asp etc. I only include these files on the pages where I use the functions.
Is this good practice, or should I put them all into one file? Calling the function multiple times on one page, will this be a problem?
Is there any way that I can store my ASP code in an Access DB and have it display that way? Ideally, I would like to make a page with a text area that I can write and edit code in, and then when I submit it, I would like to view the page that the code creates. The code in the DB would include code that selects from and updates the DB. I would like to do this because I can't work remotely now.
This is the error. Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'CLASSDATE >= 6/23/2004 ORDERBY CLASSDATE'.
This is the code.
Code:
strSQL = "Select * FROM WellClass WHERE CLASSDATE >= " & DATE & " ORDERBY CLASSDATE"
I am trying to follow the W3Schools tutorial on the XMLDOM object, and it works fine in a regular HTML document inside <script> tags (vbscript), but I am trying to do it in the ASP tags (<% %>) and it does not work. The error says:
Code:
Microsoft VBScript runtime (0x800A01A8) Object required: '[object]'
I am trying to do something with it and I can figure out what to do!I have created a database that lets realtors track clients, potential clients, and offers made. Here is a link to the database:(URL address blocked: See forum rules) What I am trying to do is create a form that lets a user enter his first name, last name, email, and offer amount into textboxes. When they click send it adds their information to the Potential Buyer table (the primary key is an auto generated number.) The offer table is basically an associative table, containing the following information: buyer$buyerid, client$clientid, and amount. I would like the amount to be added to this table, and I would like it to also add the newly created buyerid. My problem is that well, I have no idea how to do this, as the buyerid is created only seconds before I need to post it in the offer table. Could anyone help me out with this? I'd really appreciate it.
Here's the current code that I'm using for navigation through some pages. MY question is, I want the item "System-Add Ons" to still stay bolded if I'm on a page that's in a subset of "Products" Is this possible?
For example, if a user gets to the page "Monitors," (monitors.asp) I want System-Add Ons to stay bolded....
How can I set up subsets of the "Products" page? Do I have to make a directory and do a test if the page is in the directory "Products" and is affiliated with "Products?" Code:
I Wanna to know that which of below codes related to ADO within ASP (VBscript) is better?
CODE ONE :: rsEduCalender.CursorLocation=3 With rsEduCalender if .State=1 then .Close .Open SQLstr,cn,3,1 End With '''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''' CODE TWO:: With rsEduCalender if .State=1 then .Close .CursorLocation=3 .Open SQLstr,cn,3,1 End With
i created ASP page for Online TEST it Consist three pages First Page is Selection of Topic and Number of Questions from List Box. Second page is shows the Questions as per the Selection in previous page Datas from the Database. Third Page is Result Page. But My problem is in Second Page, because all the question are created dynamicaly so that how can i get the User answer I get the question id and correct answer for all the questions. but i need to get the user answer for Result.I attached my code for the second page.
Is there a program or website that will validate my asp pages?Kind of like how html pages can be validated on http://www2.imagiware.com/RxHTML/ and on http://netmechanic.com
this is what i am doing for zip codes i want user to enter zip codes like this
92274 92274-0965
so if the user enters zip code like this 92274 then its right but if he enters zip codes like this 922740965 then change it to 92274-0965 this is what i have done so far so i have got the values of first 5 i need to include a -and then the rest of the numbers any idea how to make this work
I have two tables, raceresultsview and jockeyselections. In jockeyselections, I have jockey names and stableid, for example Pat Day, stableid 1000.In raceresultsview, I have jockey names, and placement. I want to do something like this: select * from raceresultsview where jockey in (select jockey from jockeyselections). This works FINE, but I need to figure out how to grab the stableid, too.Each time there is a match, I want to insert the stableid and placement into the table named winnings.
Heres my for next loop. Basically it is pulling files from a folder. Now I want it so that if it reaches the end of all of the files, that it starts over at the beginning. Any ideas? Code:
Moderator (from admin) will see a list of cities to approve/decline.
If approved, then the city will show up in the search and alert city list boxes.
If declined, then the moderator will be asked to pick an approved alternate city and all postings containing the user-inputted city name will be changed to the alternate approved city name.
The moderator will be notified via email when not listed is selected.
Any one have any ideas on how to build this in ASP? I'm kinda new to this ASP programming thing.
I'm looking for a script that will auto complete the state field when someone enters their zipcode.
I'm currently using http://javascript.internet.com/forms/zip-to-state.html but its kind of out dated and often returns null. Does anyone know of a more up-to-date version or one that is updated regularly? It doesn't have to be free.
This was originally posted to Macromedia forum but maybe someone here can assist....... I am a total Newbie to ASP and forums....trying to begin dynamic site building....purchased almost all Sitepoint books trying to determine if ASP, PHP or which is best/easier......
Simple ASP file failing.......also SMTP e-mail from form
Using Training from the source book - Dreamweaver MX dynamic sites.......but software is actually Studio MX 2004, running on Windows 2000 platform using local Microsoft IIS as testing server.... Code: