I have UIViewController from which i have to pass nWordID value to Webview. This webview push another webview on which i have to use nWordID (use it on second webview).
didselect method looks like: nWordID = [[rowData objectForKey:@"WordID"] intValue];
[PDF_Viewer passwordID:nWordID]; // Try but not work. PDF_Viewer is web view.passwordID is define in webview.
Is it possible to pass nWordID directly to second webview?