hi to all
i want to change the properties of some objects. is it possible
i am sending my code please go through this and tell is it possible
regardsCode:<html> <head> <script language="javascript"> function put() { //here it redirects to insert page } function putupdate() { /*here i want to write code to find the record of entered number and put those values at relevent fields, i want to hide "Insert" button and also change the method which is going to call "Update" button to update()*/ } function updateing() { //here it redirects to update page } </script> </head> <body> <form name="f1"> <br><br> <center> Number:<input tpe="text" name=t1"><br> Name:<input type="text" name="t2"><br> Address:<input type="textarea" rows=4 cols=4 name="ta1"><br><br> <input type=button value="Insert" onClick="put()"> <input type="button" value="Update" onClick="putupdate()"> </body> </html>



Reply With Quote
.

Bookmarks