Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 04 JUN 2013 12:16:02PM Roger Richardson wrote:

Is there a way to have an inet routein load a specific webpage.

I want to add and item to my cart then display a webpage I have on my site.


At 05 JUN 2013 03:48AM Roger Richardson wrote:

I figured out one way.

web := "<HTML>"

web := "<HEAD>"

web := "<TITLE>Summit Botanicals</TITLE>"

web := "<META content='Microsoft FrontPage 5.0' name=GENERATOR>"

After the add to cart then put the page to be displayed below

web := '<META HTTP-EQUIV=REFRESH CONTENT="0;URL=http://summitbotanicals.com/shopping_cart.html">'

web := "</BODY>"

web := "</HTML>"

return web


At 05 JUN 2013 12:02PM Jared Bratu wrote:

Using this method works. Depending on the content in the page and context of the redirect you could also use JavaScript as shown here http://www.w3schools.com/js/js_window_location.asp

If you write you own HTTP headers you can also set the redirect when the request is first made by the client before content is loaded. According to this article it's the preferred method. http://www.w3.org/QA/Tips/reback

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/aef591197f1aab0b0d1fafd89.txt
  • Last modified: 2023/12/28 07:39
  • by 127.0.0.1