
July 5th, 2000, 07:02 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
<i><b>Originally posted by : Devarajan (devarajan.kaladipet@formulasys.com)</b></i><br />Hi mark,<br /> What ever you are trying to do can be done using client-side javascripting..<br /><br />for ex:<br />click on a button<br /><br /><input type=button name=x value=x onclick="alert('hello');><br /><br />This is client-side scripting..<br /><br />Suppose you want to submit the page to the server,then submit the form using client-side scripting.<br /><br />Hope,I have thrown some light..For any further queries,please mail to me<br /><br />regards,<br />devarajan<br />------------<br />Mark at 5/2/2000 6:55:41 PM<br /><br />Please help me out from confusing, I know its pretty eezee but actually I’m confused.<br /><br />I'm working on ASP.<br /><br />My confusion is :<br /><br />1) I added control like command button, I want to write click_event when user "click" on the button, but how ?<br /><br />2) let say "double click"<br /><br />3) or say text box "Key Press"<br /><br />I appreciate if you guide me....<br /><br />Thanks a lot in adv.<br /><br />
|