Answer Posted / punit
by following tricks:
1: using sleep call followed by occuring of event.
2: using do{
event generating call
}while(1)
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
snippet to prevent submission of form when certain/any validations got failed
how to copy form data between different pages
communication between main window and new windows
Code to Block submission of form by pressing Enter Key
how to create an anonymous function
how to create a Custom Scrollbar
Create a Menu that can be activated while clicking on Right Mouse button
how to create Expandable and Collapsible Menus
create Drop-Down Navigation Menus
code to set the main window's size
advance the focus to next consecutive fields when Enter Key is pressed
function to combine two or more arrays
code to keep a page Out of the browser history
code to detect availability of cookies
I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: