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

Search:

Type: Posts; User: janetb

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,925

    Brand New to Crystal Reports 11.5 Standard

    I'm an sql/.net developer and just got handed Crystal Reports Std 11.5 and asked to create a report with a prompt for the USER TO ENTER a from and to date for selection. Having a bit of trouble...
  2. Replies
    5
    Views
    8,272

    JavaScript Re: Script working in IE not FF

    I changed it to onBlur cause the alerts drove me nuts. In both cases, I got "1-21-1978". The difference being that the IE then calculates the age and the FF does not.
  3. Replies
    5
    Views
    8,272

    JavaScript Re: Script working in IE not FF

    Yes, nothing. It changes the "/" to "-", but doesn't compute the age. Works fine in IE. BTW - I'm using FF11 if it matters.
  4. Replies
    5
    Views
    8,272

    JavaScript Script working in IE not FF

    Not a JS guru, so can someone tell me why the following works on a .net aspx page in Javascript for IE, but no FF?


    getAge = function(form) {
    ...
  5. UserControl & MasterPage Ajax control references in code behind

    I'm having two issues - both relating to referencing controls from the child page's code behind.

    The first involves referencing a panel control on a user page to change the color at the click of...
  6. Replies
    0
    Views
    7,808

    asp.net radiobuttonlist javascript

    I've got an asp.net page and won't be able to use the update panel for asynchronous updates. I'm trying to figure out how to have a selection of a radiobuttonlist change the selected item in another...
  7. Replies
    2
    Views
    5,203

    Substring determines addition

    I'm not a Javascript guru and would appreciate some help. Basically, I'm taking the difference between two dates and then displaying the numbers of weeks with a remainder. If the first remainder...
  8. Replies
    1
    Views
    71,536

    .net javascript masterpage conflict

    I'm not a Javascript person, so please be kind. I've got an asp.net 2 page that has a master page. I've got a javascript that works fine in a regular asp.net page within the same web. Move it to...
  9. Replies
    1
    Views
    2,016

    Re: Index server characterization results blank

    Sorry, found it, had to check the produce abstract checkbox under the index server properties. I kept looking under the individual catalog.
  10. Replies
    1
    Views
    2,016

    Index server characterization results blank

    Having to swap out server on lease running Server2003/IIS6/Index Server 3 with same set-up on new hardware. Got everything set up, published my asp.net 2 website. When I try to do a search on the...
  11. Replies
    0
    Views
    2,095

    image map rollover background color chg

    Is there a combination of javascript/css that take the value given in an image map onmouseover/onmouseout and go to an href list and change the href class? (Basically, I want to change the background...
  12. Replies
    1
    Views
    4,465

    Multiple image swap on rollover

    Think this is possible, but head is sore from banging on the desk. Want to do two swaps in two different areas. Top is large state image with image map hrefs. Underneath is list of cities with a...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured