airfarenow Posted February 21, 2006 Posted February 21, 2006 Hi! I'm working with Amadeus form over which output template I have no control. I need to provide the result page with my own navbar to keep visitors around, and provide them with the means to try again, display my logo, and hide provider's URL. Do I need php script to force the output into my frames. Or is there any better and simpler solution? Thanks in advance. Quote
stevevan Posted February 21, 2006 Posted February 21, 2006 Welcome to the forums. I personally haven't heard of anything like that, but that's not to say that a ready-made script doesn't exsist. Have you tried looking at script sites like hotscripts.com? Quote
TCH-Don Posted February 21, 2006 Posted February 21, 2006 Not familiar with the Amadeus form script perhaps a link to the script would help. Quote
airfarenow Posted February 21, 2006 Author Posted February 21, 2006 Welcome to the forums. I personally haven't heard of anything like that, but that's not to say that a ready-made script doesn't exsist. Have you tried looking at script sites like hotscripts.com? Yes, Steve. But most of those ready-made scripts, specifically redirect scripts are about placing php header in order to redirect the page that contains the header [depending on the page contents/audience browser et cet.]. What I need basically is a means to append to : <form action="../routing/routing.asp?source=86" method="post" name="form1"> not just [target=_blank] but [target=another_url_main_frame.html] turning it into : <form action="../routing/routing.asp?source=86" method="post" name="form1" target="another_url_main_frame.html"> Or possibly add to the output stream before it gets formatted out there at someone else's server my own data like title, logo, navbar to be included with subsequent formatting. Can someone here help me? Quote
travisc Posted February 22, 2006 Posted February 22, 2006 What Amadeus platform are you working with? I might be able to point you at something that helps. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.