I am trying to write a javascript function for one of my web applications. The function will take a string value from the current page and do a POST on a separate search application. The challenge for me is - the particular webpage (asp) of the search app is built on frame and the soruce of the frame that I need to post the value on is itself built on frames (2 fold). How do I do a effective post by referencing frames.
Start Free Trial