NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: estadok 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
-
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
-
Hi Bruce,
Thanks for advice, I will try :-)