So basically I have this button on my webpage wich has no function, I mean, when I click it nothing happens when it supposed to send you to other page. What shall I do?
This is my button:
I'm using Gesior, just to be clear and I want that button to send me to this direction:
How can I do it?
This is my button:
PHP:
<div class="Loginstatus" style="background-image:url(<?PHP echo $layout_name; ?>/images/loginbox/loginbox-textfield-background.gif)" >
<div id="LoginstatusText_2" onClick="LoginstatusTextAction(this);" onMouseOver="MouseOverLoginBoxText(this);" onMouseOut="MouseOutLoginBoxText(this);" ><div id="LoginstatusText_2_1" class="LoginstatusText" style="background-image:url(<?PHP echo $layout_name; ?>/images/loginbox/loginbox-font-create-account.gif)" ></div><div id="LoginstatusText_2_2" class="LoginstatusText" style="background-image:url(<?PHP echo $layout_name; ?>/images/loginbox/loginbox-font-create-account-over.gif)" ></div></div>
</div>
I'm using Gesior, just to be clear and I want that button to send me to this direction:
Code:
/index.php?subtopic=accountmanagement
How can I do it?