Hello ppl,
I am new to working with the Safari browser supported in Mac OS, I am trying to perform eval of a Javascript(stri ng) which is working in IE / Firefox but not working in Safari. I am basically trying to create an instance of an object with eval.
For ex:
eval( "var x = new ImageLoader( );" ) ;
any leads or suggestions on this issue would be great.
I am new to working with the Safari browser supported in Mac OS, I am trying to perform eval of a Javascript(stri ng) which is working in IE / Firefox but not working in Safari. I am basically trying to create an instance of an object with eval.
For ex:
eval( "var x = new ImageLoader( );" ) ;
any leads or suggestions on this issue would be great.
Comment