www.webdeveloper.com

Search:

Type: Posts; User: Chamark

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    660

    Figured it out on my own - but thanks anyway - I...

    Figured it out on my own - but thanks anyway - I used this
    <%

    If (LEFT(Session("WITEM"),1) <> "W") Then
    Response.Redirect("abc.asp")
    Else
    Response.Redirect("xyz.asp")
    End If
    %>
  2. Replies
    2
    Views
    660

    Function Help - Newbie needs help

    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...
  3. Replies
    2
    Views
    1,821

    Thanks Fang but this didn't work

    Thanks Fang but this didn't work
  4. Replies
    2
    Views
    1,821

    How To Replace Ampersand

    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...
  5. Thread: Frames Help

    by Chamark
    Replies
    4
    Views
    1,000

    Hey Ryan - Unfortunately I am on an Intranet. My...

    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...
  6. Thread: Frames Help

    by Chamark
    Replies
    4
    Views
    1,000

    Frames Help

    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...
  7. Replies
    1
    Views
    957

    Two Buttons on one Form - How to execute

    Using ASP Classic VBscript Dreamweaver CS3

    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...
  8. Replies
    1
    Views
    450

    Newbie Needs Help - CTRL+F

    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...
  9. Thanks for your response I have changed the...

    Thanks for your response

    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...
  10. List -Multiple selections - Newbie needs help

    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...
  11. Replies
    0
    Views
    887

    How to send ASP Web page via email?

    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...
  12. Replies
    5
    Views
    674

    Thank you - looks like I was having some buffer ...

    Thank you - looks like I was having some buffer problems. All is well now.
  13. Replies
    5
    Views
    674

    Toicantien - Thank You Thank You Thank you - you...

    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

    <input type="radio" name="CM3"...
  14. Replies
    5
    Views
    674

    From Select menu to radio buttons -Newbie

    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...
  15. Replies
    0
    Views
    1,074

    ASP Session Timeout

    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...
  16. Replies
    1
    Views
    655

    AVG(CASE) Statement Help

    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...
  17. Replies
    1
    Views
    821

    Auto Populate Fields - Help Please

    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...
  18. Replies
    1
    Views
    1,183

    Dropdown List with two 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...
  19. Replies
    7
    Views
    1,248

    OK Thanks. I'll work out the rest. I appreciate...

    OK Thanks. I'll work out the rest. I appreciate your time and patience.
  20. Replies
    7
    Views
    1,248

    I've taken your advice in creating three tables...

    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...
  21. Replies
    7
    Views
    1,248

    Thanks for your response. I am attempting to...

    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:

    1. The coach that was assigned to you...
  22. Replies
    7
    Views
    1,248

    One Form - Multiple Inserts - Help Please

    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...
  23. Replies
    2
    Views
    660

    Database Structure Question

    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...
  24. Right Click - Export To Excel - What's Wrong?

    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...
  25. Replies
    1
    Views
    463

    JS Calling ASP - Newbie Needs Guru Help

    Don't know if this can be done. I want to send an email based on a selection from a dropdown menu. So if selection is No then send email to whomever.

    My function is
    <Script>
    function emailit(){...
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles