GUI's

admin

Administrator
Staff member
I was wondering if anyone could help me out.<br />
<br />
I need to know how to use graphic user interfaces so if anyone has any ideas it would be really helpful!<br />
<br />
I basically need to know how to put them on my website and how to make the buttons work etc.<br />
<br />
thanks!<!--content-->Depends, ther are many parameters for exemple for a button it s like that...<br />
<br />
this buttons are like the buttons back and forth of your browser !!! :<br />
<br />
<INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)"><br />
<INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)"><br />
<br />
-------------<br />
<br />
or use an image<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"thepage.html"><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"your picture" alt=""><br />
</a><br />
<br />
----<br />
<br />
have fun<br />
<br />
Asch<br />
Royal Programmer<br />
<br />
<br />
:D<!--content-->There are a few interactive applets - do a google search on them, - what sort of gui would you like to put up?<!--content-->
 
Back
Top