Begginer - Using Classic ASP - Dreamweaver - SQL 2008 - I have a Web page where I create a Session that houses an ID based on the user's input. The ID can either start with a W or not. I pass the...
I need to open a new window(child) once the user clicks on the KPI(parent window) field on a Web page. I pass some parameters in the string. Problem is the KPI field can have the "&" ampersand...
Hey Ryan - Unfortunately I am on an Intranet. My Frame height is 1500 pixels and I use that height so I don't have scroll bars come on for the frame. Problem is that I have to scroll down using the...
I am using classic ASP/Dreamweaver - I have a menu at the top of my Web page. When I click on a menu item the results are targeted to a frame named ifrm1 on the same Web page. In the results...
I have one form that has three dropdown select lists that once selected and the submit button is clicked updates an SQL DB based on the info from the...
I would like to know if Javascript can pass keyboard controls such as CTRL+F to do a search on page? I want to put a search box on a Web page and have a click button that simulates CTRL+F and then...
I have changed the application to get average call scores per site instead of count widgets per state. I have a list of sites to select from that have multiple select...
I have a list box of US states on a web form that I allow the user to make multiple selections by holding down the ctrl key. This passes this field to a SQL query that uses the state to determine how...
I have a ASP Web form that is populated with data from an SQL query. This form is presented like any other Web page. When I attempt to send the page via email (Outlook) through the IE Explorer 6.0...
Toicantien - Thank You Thank You Thank you - you have saved my job - One thing though is when I click No I get a return of 1 and when I click Yes I get a return of 0
I use the following function to put a value in a form field based on a selection from a dropdown menu (select yes/no). The user wants to change the select menu to radio buttons. I'm stuck on what...
I have a group that uses an ASP Call evaluation form that needs to remain open all day long. When they login to the application I use their login info to populate some of the fields on the form. Thus...
I am trying to get avg score by site, by call type. Columns are Site(varchar), Calltype(varchar), totalscore(float). Calltypes are A, B, C, D. Sites are 1, 2, 3, 4. I can do a straight average...
Using ADOBE CS3. I am attempting to auto-populate fields on a form. When I change the associate's name in the select dropdown menu it needs to change the cooresponding Associate's ID and site fields...
Using CS3 Dreamweaver. I have a query that produces a list of names and their ID number. I want to be able to create a form with a dropdown menu that will list the name and ID number. These are two...
I've taken your advice in creating three tables (Questions, Answers, results) with results having the primkey and the two other foreign keys. I still am confused on how to tie this together in Web...
Thanks for your response.
I am attempting to create a Web form with 10 questions on it that can be answered by selecting one radio button out five. Example:
I have a 10 question questionnaire with multiple 5 radio button responses to each question in one form that I need to insert each question as a separate row in a SQL 2000 database. Any help on how to...
Using MS-SQL2000. I'm creating a Web form with 10 questions. Each question
can be answered by selecting one of 5 radio buttons (strongly agree, agree,
neutral, disagee, strongly disagree). Once all...
I have a simple ASP results Web page that displays an HTML table of data from an SQL DB. The user should be able to right click on their mouse select Export to Excel from the menu and place the data...