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.
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.
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.
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.
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.