Forum Moderators: open

Message Too Old, No Replies

Froogle & my site

         

church

7:12 pm on Aug 29, 2003 (gmt 0)

10+ Year Member



I am wanting to get my products in Froggle but I have a problem. My site uses frames along with Miva. The frames allow me to keep my toolbar and such the way I like it. The problem is Froogle wants to see the products and prices and the "buy it now" when a consumer clicks on a Froogle link.
If I give them the acutal page link from inside Miva, the consumer will only see my Miva page only (main frame page) and not the rest of the site. I have found a way around this when people are searching and going to individual webpages. You can acutally force the searched page to open inside the frames, but I cant get this to work with Miva. Can any one help? I know I not the only one who has this problem.
Here is how I got around it in my web pages:

function frameMe(){
var frameset = "default.asp"; //name of the frameset page
var frame = "contentframe"; //name of the frame to load document into
page = new String(self.document.location);
var pos = page.lastIndexOf("/") + 1;
var file = page.substr(pos);
if(window.name!= frame){
var s = frameset + "?" + file + "&" + frame;
top.location.replace(s);

Please help!