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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -