CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Tony1427

Search: Search took 0.05 seconds.

  1. JavaScript Re: Regular Expressions and Javascript Help needed

    Just an FYI. I was able to fix the issue.

    document.getElementById("trackingID").value = acctNum.replace(/[^\A-Za-z0-9?*\-\s]/g, "");

    The reg exp was using the - as a range instead of a...
  2. JavaScript [RESOLVED] Regular Expressions and Javascript Help needed

    In need of some reg exp assistance, I would like to remove all characters from a user's input except for those I designate. I have it working all except if a space is added which I would like to...
  3. Replies
    2
    Views
    3,102

    Re: Returning focus to the parent window

    Thanks for the reply.

    I have found my problem. It was due to the javascript which opens the new window and passes the values. I was setting them incorrectly.

    Thanks again.
  4. Replies
    2
    Views
    3,102

    Returning focus to the parent window

    All,

    In need of some assistance, I have an web application which displays several records which can be selected to view more information about them. The information is displayed in a new window...
  5. Replies
    2
    Views
    845

    Web page help is needed

    All,

    I am hoping someone can help with this issue.

    I have created a web page which loads fine; however some of the elements are not working. For example, the radio buttons can't be selected,...
  6. Replies
    2
    Views
    1,546

    converting a double to currency value

    All,

    I have an issue which I need some help on. I have a web app which the user input an amount into a text field (in this format: 00.00) which is passed to the form as a string. I use...
  7. JSP Help: Need to display a text box on an onclick event

    I have a JSP that displays several accounts. Once an account is selected, there are several additional options that can be selected and one of the options is reverse Partial payment. When reverse...
  8. Re: Getting the follow error 'creditCardExpirationDate is null or not an object'

    That was the problem. Thanks for the quick reply.
  9. Getting the follow error 'creditCardExpirationDate is null or not an object'

    I have the following code in my JSP...

    ...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured