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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -