RomanCart.com Forum Homepage
Forum Home Forum Home > RomanCart > Integration
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

Need help DIVS/PHP

 Post Reply Post Reply
Author
Message
ipssissimus View Drop Down
Newbie
Newbie


Joined: 17 January 2008
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote ipssissimus Quote  Post ReplyReply Direct Link To This Post Topic: Need help DIVS/PHP
    Posted: 21 January 2010 at 3:14pm
Hi Guys

I'm trying to update my website from framesets to divs. I previously was able to use the TARGET functionality to point the search results and the basket to my own web pages.

I have:

<?php include('php/' . $_GET['page'] . '.php'); ?>

in the div that I want the data to appear

Whilst

<li><a href=index.php?page=../php/angelic onfocus="if(this.blur)this.blur();">Angelic</a></li>

works fine from my menu to the main body of the web I can't get the results of the search or the basket to do the same. I've tried:

<a href=index.php?page=www.romancart.com/cart.asp?storeid=33321&itemcode=erbm16>

<a href=index.php?page=http://www.romancart.com/cart.asp?storeid=33321&itemcode=erbm16>

To point the shopping cart to my main div

and


<form class="basket" target="body" action='index.php?page=http://www.romancart.com/search.asp'>
<input type=hidden value=33321 name=storeid>
Search: <input type=text value='' name=searchterm>
<input type=submit value='Go'>
</form>


To redirect the search results.

I can probably live without the search functionality if I have to but I don't want the shopping basket to act as a pop up OR completely fill the web page as it is now without any redirection

Current site: www.ipssissimus.co.uk

New site testing: www.andrewhelme.co.uk

Any help or pointers as to where I might find answers would be appreciated.

Many thanks

Andrew Helme

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.063 seconds.