NetTalk Central

Author Topic: Link to open browse in Frame App  (Read 2577 times)

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Link to open browse in Frame App
« on: June 10, 2013, 01:45:04 PM »
Hi!

In my app I use frames and some of my forms sends an emails to user with link in body ie http://mydomain.com/somebrowse?myvalue=123. The question is how to open browse in frame from direct link instead of single browse? In my case I see only one browse and don't see frames.

Alexandr
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: Link to open browse in Frame App
« Reply #1 on: June 10, 2013, 07:11:24 PM »
Hi Alexandr,

>> In my app I use frames

Frames have some significant draw-backs. You may be interested in this article;
http://www.capesoft.com/docs/NetTalk7/NetWebTasks.htm#ConvertFrames
Converting to not use frames takes 30 mins to an hour for most apps.

>> The question is how to open browse in frame from direct link instead of single browse?

the link would need to contain the frame, and the parameters would need to tell the frame where to open. Then in the frame procedure itself it should set the "initial page" based on your parameters, and then include the rest of the parameters in the local page call. It's doable, and it's not all that hard, but it's only the beginning of many problems for you.

Do yourself a favor - convert to a non-framed site. You will open the door to a lot more possibilities if you do.

cheers
Bruce

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Link to open browse in Frame App
« Reply #2 on: June 10, 2013, 09:40:47 PM »
Hi Bruce,

Thanks for advice, I will try  :-)
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92