I created two frameset , one is fixed and other is changing . The data is created through JavaScript (dynamically) and that data I have to send virtually to other html page . basically in this Project I am Using only html , CSS , JavaScript.
---> I created random list of student Using JavaScript in one html page and that generated student list I wish to send in another html page which is named as notice page by using JavaScript.
How I can do it? I tried local storage option but it not worked.