S
Stephanie Stowe
You have a page. On top of the page, there are some search criteria and
other input elements and a submit button. The submit button is clicked,
sending a request to the server. Server-side code is executed to write
client-side vars. Based on these vars, divs are shown or hidden.
Why not just write or not write the html stuff server-side? I cannot
understand it. And it is UGLY. If other client-events were going to interact
with the divs, I could see it. But... they aren't. The page is always posted
back to itself for any kinds of show/hide stuff.
What am I missing?
S
other input elements and a submit button. The submit button is clicked,
sending a request to the server. Server-side code is executed to write
client-side vars. Based on these vars, divs are shown or hidden.
Why not just write or not write the html stuff server-side? I cannot
understand it. And it is UGLY. If other client-events were going to interact
with the divs, I could see it. But... they aren't. The page is always posted
back to itself for any kinds of show/hide stuff.
What am I missing?
S