Re: Href (link) staying on the same page
From: Chris Barber (chris_at_blue-canoe.co.uk.NOSPAM)
Date: 02/24/04
- Next message: Ohaya: "Re: Confused about ASP, "sessions", and queuing of multiple requests"
- Previous message: J P Singh: "Dropdown from the database"
- In reply to: A.S.: "Href (link) staying on the same page"
- Next in thread: Michel Thiffault: "Re: Href (link) staying on the same page"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 09:47:57 -0000
Have a zero sized image on the page that is being served (doesn't need to
actually serve anything) from an ASP reference. You can then change the src
of the image to be the ASP page with a querystring thus allowing an
arbitrary ASP page to be executed (no return values of course).
Alternatively look at using a 'hidden' frame (eg. zero height), XMLHTTP,
dynamic embedded IFRAME, or the remote execution applet included with
Interdev (I think there are other).
Chris.
"A.S." <xweb10@lycos.NOSPAM.com> wrote in message
news:c4A_b.6918$aT1.2183@newsread1.news.pas.earthlink.net...
I would like to have a link that when clicked, sends info to an ASP page to
process, but does not submit the entire page. This way, the user will
click on a link and will not be taken to another page, but precessing will
occur.
This is mainly for a 'Rating' Application.
Amazon.com does this and I want to know how they do it. Here is the link to
the amazon page (you may need to be logged in)
http://www.amazon.com/exec/obidos/tg/new-for-you/new-for-you/-/main/ref=pd_nfyhl_gw_n/102-5480771-6490552.
Any ideas besides a hidden frame or popping up a window to do the
processing?
Thanks,
Ariel
- Next message: Ohaya: "Re: Confused about ASP, "sessions", and queuing of multiple requests"
- Previous message: J P Singh: "Dropdown from the database"
- In reply to: A.S.: "Href (link) staying on the same page"
- Next in thread: Michel Thiffault: "Re: Href (link) staying on the same page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|