Jump to content

josekarun

Members
  • Posts

    2
  • Joined

  • Last visited

josekarun's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Oho scott thats solved my problem!!! Thanks a lot
  2. When I click the button which I creted dynamically, its giving error, actully It should call Show() ? Would appriciate anybody can provide some help on this?<html><head><title> Dynamic Page</title><script type="text/javascript">function Show(){ alert("hi");}function testit(){ document.write("<input type="+"button"+" value="+"click me"+" onclick="+"Show()>" ) }</script></head><body><input type="Button" value="Click and see the wonder" onclick="testit()"></body></html>
×
×
  • Create New...