User Profile

Collapse

Profile Sidebar

Collapse
padders01
padders01
Last Activity: Apr 29 '14, 03:17 PM
Joined: Apr 5 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Help with code to add input box based on selection

    I want to add another input box into my code when something is selected

    On the jsfiddle below if you select "New Claim" extra boxes appear.

    I need to add a further box if "Paper" is selected from the process drop down menu

    Can anyone help me please?

    Any help is massively appreciated

    Thanks

    http://jsfiddle.net/3KNnL/
    See more | Go to post

  • padders01
    started a topic Removing + in URL

    Removing + in URL

    I am passing information from one page to another in the URL

    The URL is as follows: "http://localhost/order.asp?phone =Apple+iPhone+5 +64gb+White+-+%C2%A3500&Subm it=Submit"

    The code on the next page is as follows:
    Code:
    <script language="JavaScript">
    <!--
     
     
    function getValueFromUrl(name)
    {
      var url = '' + this.location;
      var idx  =
    ...
    See more | Go to post

  • padders01
    started a topic Mutliple Drop Down Lists

    Mutliple Drop Down Lists

    Hi All,

    I have an Access Database with lists of cars, the fields are (ID, Make, Model, Price)

    I would like to create a drop down list that when the user selects Ford for example it lists all the different models for a Ford only then a price which will all be stored in the database

    Can this be done?

    Thanks in advance
    See more | Go to post

  • Here is a copy of the code

    It's the Sales Column I want to flash a colour when it changes. Really appreciate your help

    Thanks

    Code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <!--#include file="../Connections/database1.asp" -->
    <%
    Dim Totals__MMColParam
    Totals__MMColParam = "Steven Thomas"
    If (Request("MM_EmptyValue") <>
    ...
    See more | Go to post

    Leave a comment:


  • padders01
    started a topic Change colour of text when webpage updates

    Change colour of text when webpage updates

    Afternoon all,

    I have a Web based Sales tracker that sales agents sumbitted information onto a web page that then goes into an Access database, using ASP Javascript and/or VBScript

    I have webpages that are linked to Access queries that show the volumes of sales by agent, for example

    Name Sales

    Agent1 5
    Agent2 3
    Agent3 1

    Then once...
    See more | Go to post

  • Ah yes that is a good idea Pegasus

    Thank you
    See more | Go to post

    Leave a comment:


  • Edit record in Access using textarea in ASP Javascript

    I have designed an IT log system. What I would like to do is have an notes field that can be edited, but I want to keep the orignial information in the database.

    So for example, I have the following information in the notes field in the Database:

    "Spoken to Agent, awaiting for more info"

    Then a few hours later I want to update the same notes field but keep the above information

    ...
    See more | Go to post

  • padders01
    started a topic Sending email from Access

    Sending email from Access

    Hi All,

    My challenge is to send an email once a new record is entered into a table.

    I know how to send the email using Macros, that's not a problem but I would like a way of Access sending the email automatically once a new record is entered into the Table.

    The data isn't entered using Forms in Access, the data is entered through web pages using ASP

    Hope that makes sense

    Any...
    See more | Go to post
No activity results to display
Show More
Working...