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
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
Comment