after clicking Ok button i got all my text of web page increased in size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jalpari
    New Member
    • Dec 2009
    • 1

    after clicking Ok button i got all my text of web page increased in size

    hi all,
    i have created a form in which i have a button for searching records from database, when a record is found it'z displayed in the table fields and whenever the record'z not found it displays a message that the record not found, m using the following javascript in order to display the message

    Response.Write( "<script>window .alert('Record Not Found')</script>");

    my problem'z this when the message'z displayed and i click on "OK" button, the labels and all other text on my page got increased in size, i have tried alot but cant get the solution for this
    ne hlp????
    it'z urgent
  • sanjib65
    New Member
    • Nov 2009
    • 102

    #2
    Please try this code without javascript and see what happens!

    Comment

    Working...