Re: Confirmation message instead of page
From: Ronx (ronx917_at_hotmail.com)
Date: 11/24/04
- Next message: clintonG: "Re: Section 508 - Accessability issues"
- Previous message: Jim Cheshire: "Re: FrontPage 2000 Removes all text between <Body> Tag"
- In reply to: Jonathan Blitz: "Re: Confirmation message instead of page"
- Next in thread: Jonathan Blitz: "Re: Confirmation message instead of page"
- Reply: Jonathan Blitz: "Re: Confirmation message instead of page"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Nov 2004 20:36:16 -0000
Hiding the toolbar etc. can only be done using a JavaScript popup window,
which cannot be a confirmation page.
Since you can use ASP, consider writing your own form handler in ASP, which
could recreate the original form with the original data and parameters, thus
making a popup unnecessary.
-- Ron Symonds (Microsoft MVP - FrontPage) Reply only to group - emails will be deleted unread. "Jonathan Blitz" <((jb))@anykey.co.il (remove brackets)> wrote in message news:OukgeBm0EHA.2568@TK2MSFTNGP11.phx.gbl... > Is there any way to hide the toolbar etc or can that only be done using > script? > > -- > Jonathan Blitz > AnyKey Limited > Israel > > Tel: (972) 8 9790365 > > "When things seem bad > Don't worry and shout > Just count up the times > Things have worked themselves out." > "Ronx" <ronx917@hotmail.com> wrote in message > news:e6Wtdyk0EHA.1300@TK2MSFTNGP14.phx.gbl... >> Can't be done using FrontPage extensions. You could try adding >> target="_blank" to the <form> tag, this will open the confirmation page >> in > a >> new window. >> example: (taken from Code view) >> >> <form target="_blank" method="POST" action="--WEBBOT-SELF--"> >> >> -- >> Ron Symonds (Microsoft MVP - FrontPage) >> Reply only to group - emails will be deleted unread. >> >> >> "Jonathan Blitz" <((jb))@anykey.co.il (remove brackets)> wrote in message >> news:%23lPmQAk0EHA.2876@TK2MSFTNGP12.phx.gbl... >> > When using the file upload Frontpage uses a confirmation page (default > or >> > customised) to confirm that the upload has been successful. >> > >> > I would rather just display a pop-up message to the user and not move >> > to >> > another form. An important reason is that I need to keep the values on > the >> > form, especially those that I have picked up from the parameters on the >> > link. >> > >> > How do I do this? >> > >> > -- >> > Jonathan Blitz >> > AnyKey Limited >> > Israel >> > >> > Tel: (972) 8 9790365 >> > >> > "When things seem bad >> > Don't worry and shout >> > Just count up the times >> > Things have worked themselves out." >> > >> > >> >> > >
- Next message: clintonG: "Re: Section 508 - Accessability issues"
- Previous message: Jim Cheshire: "Re: FrontPage 2000 Removes all text between <Body> Tag"
- In reply to: Jonathan Blitz: "Re: Confirmation message instead of page"
- Next in thread: Jonathan Blitz: "Re: Confirmation message instead of page"
- Reply: Jonathan Blitz: "Re: Confirmation message instead of page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|