No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Hi, I m not sure that I understand what you said but in order to display the corrasponding data, all you need is to add value to the input tag [CODE] <label>Log Month <input type="text" name="logmonth" size="25" value="<?php echo $LogMonth ?>" /> </label> <label>Log Year <input type="text" name="logyear" size="25" value="<?php … | |
Re: $availibility =$_GET['availibility']; if ($availability == "no") replace avail[B]a[/B]bility by avail[B]i[/B]bility | |
Hello, I am developing a simple graph drawing application where each graph could be painted in internal frame. I want to call a specified function whenever an internal frame got focus. I’ve tried to add “addFocusListener” to the internal frame but it didn’t work. Multiple workspace (internal frame) can be … | |
Re: Add name attribute to the input tag [CODE]<input type="submit" value="Register" name="submit"> [/CODE] | |
Re: Add a new input tag [CODE]<input type="hidden" name="id" value="hi">[/CODE] |
The End.