Click to See Complete Forum and Search --> : GUI's


valhala_90
05-13-2003, 04:13 AM
I was wondering if anyone could help me out.

I need to know how to use graphic user interfaces so if anyone has any ideas it would be really helpful!

I basically need to know how to put them on my website and how to make the buttons work etc.

thanks!

Asch
05-13-2003, 05:21 AM
Depends, ther are many parameters for exemple for a button it s like that...

this buttons are like the buttons back and forth of your browser !!! :

<INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)">
<INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)">

-------------

or use an image

<a href="thepage.html">
<img src="your picture" alt="">
</a>

----

have fun

Asch
Royal Programmer


:D

SniperX
05-13-2003, 06:26 AM
There are a few interactive applets - do a google search on them, - what sort of gui would you like to put up?