User Profile

Collapse

Profile Sidebar

Collapse
SafetyWeek
SafetyWeek
Last Activity: Sep 5 '11, 03:56 PM
Joined: Nov 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SafetyWeek
    started a topic XSL file formatting date
    in XML

    XSL file formatting date

    XSL file formatting

    Hi there.

    I have problem with this files xsl, the problem is the output for the field date and number:
    1. `2011-05-13T21:50:00` instead of `13/05/2001 21:50:00`
    2. `.00` instead of `0`


    This is the output in XML:
    Code:
    <xml xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset"
    ...
    See more | Go to post

  • SafetyWeek
    replied to The onchange event in Ajax
    I need execute ASP query using the value of variable "codice".

    I read in the index.asp the value of variable "codice" with:

    Code:
    <span id="codice_value"></span>
    how do I change this ASP query ? :

    Code:
    SELECT * FROM tbl WHERE codice_value = ???
    Thanks for your attention.
    See more | Go to post

    Leave a comment:


  • SafetyWeek
    replied to The onchange event in Ajax
    Yes, I have modify the script and I read the value of codice in the index.asp

    But if I use the codice_value in the server language, for example in ASP query:

    Code:
    SELECT * FROM tbl WHERE codice_value = ???
    What value should I write in this query?
    See more | Go to post

    Leave a comment:


  • SafetyWeek
    replied to The onchange event in Ajax
    you can do?
    See more | Go to post

    Leave a comment:


  • SafetyWeek
    replied to The onchange event in Ajax
    OK, I correct the code.

    Link of the page: http://www.romatitlan.com/public/index.asp

    I need read the value of parameter "codice" also on the page index.asp.

    It's possible?
    Thanks.
    See more | Go to post

    Leave a comment:


  • SafetyWeek
    replied to The onchange event in Ajax
    Thanks for your suggestion, but not working...

    In the asp page estrai.asp the value of parameter "codice" is correct but in the this asp page (index.asp) I don't not read the value of parameter "codice".

    I don't receive error... but not read the value of parameter...

    Can someone help me?

    index.asp
    Code:
    <html>
    
    <head>
    <meta
    ...
    See more | Go to post

    Leave a comment:


  • SafetyWeek
    replied to The onchange event in Ajax
    I try this but not working:

    Code:
    <select name="codice" id="codice" onChange="cerca_province(this.value);">
    <option value="codice1">Testo 1</option>
    See more | Go to post

    Leave a comment:


  • SafetyWeek
    started a topic The onchange event in Ajax

    The onchange event in Ajax

    Hi everyone, I need your help.

    I used the onchange event in select:
    Code:
    <select name="menu" 
    onchange="window.location.href='?code='+this.options[this.selectedIndex].value;">
    <option value="code1">Testo 1</option>

    After loading I can read the value parameter code and show / hide items in relation to that value.

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