[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Repost of Left Frame problem
Hi,
You can use the following javascript : (this script reload another frame
onload)...
<script>
function refreshwindow() {
parent.mv_left_frame.location.reload();
}
window.onload=refreshwindow
</script>
But if the location isn't the same, use :
<script>
function refreshwindow() {
parent.mv_left_frame.location="file.html" ;
window.location.reload()
}
window.onload=refreshwindow
</script>
----- Message d'origine -----
De : Glenn A. Polsey <gpmain@laspantry.com>
À : <minivend-users@minivend.com>
Envoyé : 8 novembre, 1999 10:13
Objet : [mv] Repost of Left Frame problem
> ****** message to minivend-users from "Glenn A. Polsey"
<gpmain@laspantry.com> ******
>
> Hi the name is Glenn. I have a need for assistance in trying to change
> the left frame of a framed page. I've tried looking at the archives for
> a related subject. I found that it only related to SSL problems. It is
> probably that I am missunderstanding how the minivend tags are being
> used.
>
> Here is what I'd like to happen: The left frame has the catagories or
> areas of choice for the customer. In the Simple demo there are the
> different catagories for paintings. I would like to have a subcatagory
> or titles of different catagories, I'm dealing with a food store.
>
> Store Catagories
> Food Items
> Dry Goods
> Frozen Foods
>
> Click on Food Items and the left frame changes into the different lists
> to choose from.
>
> Food Items
> Coffee
> Baking
> Dinners
> As each catagory is chosen the items are shown in the main frame. (Which
> is not a problem for the main frame.)
>
> Here is what I have tried so far: (This is taken from the left.html
> page.)
>
> <TR><TD VALIGN=top [var TABLEFG] ALIGN=right
> width=100%><AHREF="[areatarget frames/left1]"><FONT SIZE=2
> FACE=ARIAL,HELVETICA style="text-decoration: none"><B>Food
> Items </FONT></A><BR></TD></TR>
>
> I am using left1 (left1.html) to be the new left frame. I've used the
> [pagetarget left1 left] (left1.html being in the page directory) with a
> result of the new frame showing up in the main frame, double left
> frames.
>
> I follow good examples. Any ideas that could be shared?
>
> Thanks,
> Glenn Polsey
> LASPantry.com
>
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to
Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>