Moderators: Derry, Goldie, Harpo
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Working Mechanic
Picture of Nykol
Posted
I need to imbed some code into an I-frame to link to a payment gateway. Anyone know how to do this?
 
Posts: 99 | Registered: January 25, 2006Reply With QuoteEdit or Delete MessageReport This Post
Honorary 'Aussie' Mechanic
Picture of postyr
Posted Hide Post
Not quite sure what your problem is here.

An iFrame normally contains another page from your project, so if you place the code into the page that is to appear in the iFrame, problem solved.
 
Posts: 1143 | Location: Australia | Registered: April 17, 2007Reply With QuoteEdit or Delete MessageReport This Post
Working Mechanic
Picture of Nykol
Posted Hide Post
I think my problem is that the code is very long and when I paste it in it will only take about the first 15 characters of the code. It is in an asp file too and I don't know anything about this and it is not offered as a choice in the I frame either.
 
Posts: 99 | Registered: January 25, 2006Reply With QuoteEdit or Delete MessageReport This Post
Honorary 'Creative' Mechanic
Picture of Klimt
Posted Hide Post
As Terry said, the Iframe contains the page you want to apear in it. Place a code as a Code Object on a separate page. The length of the code shouldn't matter, just check the necessary size parameters inside the code and make your IFrame big enough to show the content. Create an IFrame on the page where you want it to show (Format: HTML(IFrame)) and when you've previewd both pages the content of the code should show in the IFrame.
 
Posts: 1720 | Location: Vienna, Austria | Registered: July 17, 2006Reply With QuoteEdit or Delete MessageReport This Post
Guru 'Geezer' Mechanic
Picture of larryd
Posted Hide Post
If it is ASP code, then it needs to be located on the server. ASP cannot execute in a browser - it is a server-side scripting language like PHP and is geared for the Microsoft IIS server.

The code you are using is probably meant to be executed from a form on your page, maybe a form image acting as a submit button.
 
Posts: 5067 | Registered: December 03, 2006Reply With QuoteEdit or Delete MessageReport This Post
Working Mechanic
Picture of Nykol
Posted Hide Post
I am having a hard time with the company that is going to be the gateway for payment and now here is the situation.....

I am trying to create a payment portal on a web page I created with Web Engine 2.00 j BETA. I am told I need my web page making program to generate my pages in Php, or coldfusion or java. What format does my web engine program create in? and is it adjustable to one of these others?

Then I need to upload a file within my web pages to the server that contains the code from the payment gateway people Php, jave or coldfusion.
 
Posts: 99 | Registered: January 25, 2006Reply With QuoteEdit or Delete MessageReport This Post
Guru 'Geezer' Mechanic
Picture of larryd
Posted Hide Post
All VM products can output their pages as php by selecting that file extension when (1) creating the page via the Page Editor->Page Select tab via the HTML File Extensions drop-down menu, or (2) publishing via the Publisher->Pages tab Page File Names and Extensions section using the extensions rop-down menu.

By selecting the .php file extension, your page is run through a PHP processor to allow any embedded PHP script on the page to be executed before the page is displayed. I imagine that the PHP code your gateway wants you to use will place some displayable object on the page when it is executed.
 
Posts: 5067 | Registered: December 03, 2006Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 


™ & © 1998 - 2008, Virtual Mechanics Inc. All rights reserved.