server.execute and frames

M

Mats

We have a webshop that has frames (content and "menu in two parts")
I'm experimenting with the general layout and have changed the
location of the link to the cart to be in the (upper) menu frame. The
cart is hidden unless you "call" it.
When something is added to the cart there is a redirect back to where
the customer put something in the cart.
But I also want the link to the cart to change so that it reflects the
fact that something has been put there.
I've tried Server.Execute("logg2.asp") but nothing happens, but a
refresh changes the link.
We use Server.Execute for asp pages in the same frame and that works,
so
I suspect this to be the result of logg2.asp being in another frame
than basket.asp (the cart).
Any ideas (besides not using frames)
Mats
PS I'd rather use dhtml and layers, but the browser support for that
is not sufficient (yet)
 
M

Mats

Nope- I'm not trying to direct something to another frame. As ASP is
serverside I thought that a Server.Execute would generate a result
regardless of frame, but that does not seem to bee the case.
Server.Execute("logg2.asp") should simply result in a slightly changed
link to the cart, the visible text now "You have items in your cart"
instead of just
"Your cart", but nothing happens. However if you refresh the side
(e.g. hit F5)
the text changes
Mats
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top