Re: Confirmation message instead of page

From: Jonathan Blitz (((jb))_at_anykey.co.il)
Date: 11/24/04


Date: Wed, 24 Nov 2004 18:19:44 -0400

Not quite following.
Do you mean replace the whole upload page with ASP or something in the
confrimation page?

-- 
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:OjCEAVm0EHA.3908@TK2MSFTNGP12.phx.gbl...
> 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."
> >> >
> >> >
> >>
> >>
> >
> >
>
>


Relevant Pages

  • re: File Upload Confirmation
    ... ASP is incompatible with most browse-time features ... that saves uploaded files. ... Microsoft FrontPage MVP ... >4) File (upload) ...
    (microsoft.public.frontpage.client)
  • Re: File Upload Confirmation
    ... You need to use a ASP upload component, as you can not use FP run-time ... component with server-side scripts. ... Thomas A. Rowe (Microsoft MVP - FrontPage) ...
    (microsoft.public.frontpage.client)
  • Re: upload and asp
    ... .html extension and are processed by a server-side scripting engine, such as ASP, ASP.Net, PHP, etc. ... You will need to check with your host to see if they offer access to a ASP upload component, ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ...
    (microsoft.public.frontpage.client)
  • Re: Confirmation message instead of page
    ... The form page can stay as .htm, but the form action points to an ASP page, ... The confirmation page will be a re-write of the original form page, ... > Jonathan Blitz ... >> Ron Symonds (Microsoft MVP - FrontPage) ...
    (microsoft.public.frontpage.programming)
  • Re: Upload image into SQL Server database
    ... To find the best Newsgroup for FrontPage support see: ... |> ASP, ASP.Net or some other server-side programming technology to do it. ... |> FrontPage 2003 that can upload a file. ... |>> How do I build the form so that includes both an insert into an SQL ...
    (microsoft.public.frontpage.programming)