Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
working with Frames and OScript
Sapna_Shah_(sapna.shah_-_(deleted))
Hi,My Q is how can I get Oscript values passed in frames??I have my main html file called by a RH ===========;;oscript{String img = .IMG()String src = img + "gtm/Doclist.html";;} ================Then in my Doclist.html, I want a list of records from DB displayed (which is a list of some image files) and when each one clicked, I want that image displayed in the adjacent frame.Issue is 1. The doclist.html that I call from the main page that defines frame, I need to put in Support dir and then only it gets called.. As that is the dir defiend in IIS. Is there any other way to call?2. How can I pass or call my RecArray in the html that is called in frame? 3. I also need to pass some values from the main file that defines frames into the files that is displayed in the frame.I will greatly appreciate aNy ideas, code samples???thxsapna
Find more posts tagged with
Comments
Sapna_Shah_(sapna.shah_-_(deleted))
Hi, I got answer for my Q.. This for the benefit of anyone else trying to do the same.In my main file that defines frameset, I changed the code as below;;oscript{ String url = .URL();;} And then created RH called DocResults, that will launch the html for my left frame and will enable passing of parameters, etcsapna