| View previous topic :: View next topic |
| Author |
Message |
dkastle
Joined: 11 Feb 2007 Posts: 7 Location: Easton, PA
|
Posted: Sun Feb 11, 2007 6:02 pm Need to load a shopping page with in a HTML document. |
|
|
|
I have an HTML website that has a Miva shopping cart program. The cart program runs in its own url.
http://www.trm1005.web.aplus.net/mm5/merchant.mvc
I want this URL to load in my shopping page at this site.
http://www.twinriversmusic.com/id47.html
I know basic HTML and can figure most things out with enough guidance. I have had extensive Macromedia training so i do understand most of the functionality. I just never did any raw coding myself except for minor changes. I am hoping to find even a java script that will do the trick.
When the customer opens the page I want to see a consolidated version of the Miva page.
Please help!
Dkastle |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8260 Location: Castle Rock CO USA
|
|
dkastle
Joined: 11 Feb 2007 Posts: 7 Location: Easton, PA
|
Posted: Mon Feb 12, 2007 1:48 pm Thanks for the info |
|
|
|
I am not familiar with first 3 you listed. I could use a little more information as to how they are used. Could you elaborate a little on this?
Thanks
Dale K |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8260 Location: Castle Rock CO USA
|
Posted: Mon Feb 12, 2007 2:30 pm |
|
|
|
What are you using - ASP, PHP, SHTML? The examples hopefully are pretty good but I don't want to explain the wrong one.
_________________
Corey
My Merchant Account Blog | Merchant Accounts |
|
dkastle
Joined: 11 Feb 2007 Posts: 7 Location: Easton, PA
|
Posted: Mon Feb 12, 2007 2:43 pm Our hosting company supports PHP |
|
|
|
| I set up the PHP4 file and activated it on the site. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8260 Location: Castle Rock CO USA
|
|
dkastle
Joined: 11 Feb 2007 Posts: 7 Location: Easton, PA
|
Posted: Tue Feb 13, 2007 12:43 pm |
|
|
|
A php.ini file was created. I am not familiar with scripting languages and how they are used. I've used Style Sheets and understand the functionality of it.
This seems like such a simple undertaking I dont have the budget to hire a programmer to do this for us.
Mivas support is not very good. |
|
dkastle
Joined: 11 Feb 2007 Posts: 7 Location: Easton, PA
|
Posted: Tue Feb 13, 2007 1:10 pm |
|
|
|
| Ok I created and uploaded a php file and tested it and it works. So the functionality is there. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8260 Location: Castle Rock CO USA
|
|
dkastle
Joined: 11 Feb 2007 Posts: 7 Location: Easton, PA
|
Posted: Thu Feb 15, 2007 9:33 am |
|
|
|
do you mean like this?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<?php include("includes/http://www.trm1005.web.aplus.net/mm5/merchant.mvc"); ?>
</body>
</html> |
|
dkastle
Joined: 11 Feb 2007 Posts: 7 Location: Easton, PA
|
Posted: Thu Feb 15, 2007 9:34 am |
|
|
|
| Do I just put that line of code in the page then too? I am not familiar with how to use these types of scripts. |
|
|