User Profile

Collapse

Profile Sidebar

Collapse
WIPE
WIPE
Last Activity: Jan 23 '22, 07:26 PM
Joined: Oct 20 '21
Location: Italy
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • WIPE
    started a topic Create a specific view in SQL server

    Create a specific view in SQL server

    In the last few days I have developed a small database within SQL Server, with the aim of improving my knowledge.

    For now, I need to create a view (for the analytics team), to which the following data should be reported in the view.

    ➤ Order ID
    ➤ Date and time of order creation
    ➤ Customer's first and last name
    ➤ Delivery date
    ➤ Item code and description...
    See more | Go to post

  • WIPE
    started a topic Calling a PHP page through Javascript

    Calling a PHP page through Javascript

    I must call a PHP page with a Javascript command.

    I developed a function that does almost exactly what I needed:

    View code: Example 1

    But in the last part where it makes me "view" (document.getEl ementById('show Result')) only the result, I need to do it in a way that instead calls me another PHP page, where it will execute the instructions passed in this page.

    Code used:
    ...
    See more | Go to post

  • WIPE
    started a topic On-Screen Alert checkbox

    On-Screen Alert checkbox

    I have a PHP page with some checkboxes.

    I need to do that: When I click on a button, an alert comes out to show me all the IDs of the selected boxes. How can I do this?

    Visual example:

    | BUTTON| - View the selected tests in an alert.

    ⬜ ALL | PRODUCT | SAMPLE ID

    ⬜ - - - Test 1 - - SD7168

    ⬜ - - - Test 2 - - BH1560

    ⬜ -...
    See more | Go to post

  • WIPE
    started a topic If I select a checkbox, I deactivate another

    If I select a checkbox, I deactivate another

    Here's the situation: As you can see in the visual example below. I have four - buttons radio - I need to make an event where when I select the option "NO" of the compo I automatically disable the two selections in the field .

    If "YES" is selected, the two other selections must remain active. My problem is because the four stamps are "radio buttons" and not a checkbox.

    Visual example:...
    See more | Go to post
No activity results to display
Show More
Working...