Hi all,
Hope you all will be fine.I need your help in an issue in which there is a pop up blocker which is preventing guests from printing from US Airways.I need to disable the pop up blocker and save the changes. Please advise!
Code:
Hope you all will be fine.I need your help in an issue in which there is a pop up blocker which is preventing guests from printing from US Airways.I need to disable the pop up blocker and save the changes. Please advise!
Code:
Code:
NSURL *url = [NSURL URLWithString:@"http:www.usairways.com"];
NSURLRequest *request = [NSURLRequest requestWithURL:url];
[mainFrame loadRequest:request]