Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Onclick event or just a href on images? Re: Onclick event or just a href on images?

#102106
Blackhawkso
Member

@antonylimere I’m a little confused is what your wanting the site to do is if someone clicks to say there a wizard it would then load the page with items that are to do with being a wizard. If that’s right all you really need to do to your code is this.


Classes









Then at the top of the targeted php file you add the following code.

$class = $_GET;

and then you will have the selected class in a php string to do what ever you want with it.

hope this helps.