Jump to content

Recommended Posts

Posted

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.

Posted

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?

Posted
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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...