html - Is it possible to use the URL to change the CSS being applied? -


i have 2 pages have related topics, , share significant amount of data & text between 2 pages.

since these 2 pages both linked same location, side side, wondering if can use argument link change css being applied , have data on 1 page.

the original setup:

domain.com/subdir/one.page.php

domain.com/subdir/two.page.php

can use instead?

domain.com/subdir/full.page.php?one domain.com/subdir/full.page.php?two

and that, have page selectively use css visible attribute change displayed on screen?

no, css cannot affected url.

instead, should use server-side programming language display appropriate content.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

How to call a javascript function after the page loads with a chrome extension? -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -