Hi
I have a database table that contains alert statements, each having a unique id. I have a javascript function that makes a call to the database taking in the unique id as parameter .
for ex [HTML]var stmt = callDbase(12345 ); [/HTML] . The function returns the alert statement, I am able to retrieve the alert statement from dbase, now i need to execute the variable stmt that holds the alert statement in my javascript.
I am not able to that.
Plz give me any suggestions regarding this ASAP as it is urgent.
Thanks
Mansoor.
I have a database table that contains alert statements, each having a unique id. I have a javascript function that makes a call to the database taking in the unique id as parameter .
for ex [HTML]var stmt = callDbase(12345 ); [/HTML] . The function returns the alert statement, I am able to retrieve the alert statement from dbase, now i need to execute the variable stmt that holds the alert statement in my javascript.
I am not able to that.
Plz give me any suggestions regarding this ASAP as it is urgent.
Thanks
Mansoor.
Comment