Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Reloading Original Page

Reply
 
Old 01-16-2009   #1 (permalink)
Antonette


 
 

Reloading Original Page

My Original Page is www.abcjqxyz.com

I want to go back to that Page.

<Form Name="FormA" Method="Post" Action="../../PageB.asp> ' This Works

PageB.asp

<Form Name="FormB" Method="Post" Action="../../PageC.asp> ' This Works

PageC.asp

<Form Name="FormC" Method="Post" Action="../../PageD.asp> ' This Works

PageD.asp

<Form Name="FormD" Method="Post" Action="../../PageA.htm> ' This Fails

I have tried about twenty different scripts including

<Form Name="FormD" Method="Post"
Action="http://www.abcjqxyz.edu/Region19/PageA.htm>

When I want to go back to the original page, how do I do it?

Everything I try comes back with Page Not Found.

Thanks in Advance

Toni

My System SpecsSystem Spec
Old 01-17-2009   #2 (permalink)
Joe Fawcett


 
 

Re: Reloading Original Page


"Antonette" <Antonette@xxxxxx> wrote in message
news:7D310AA7-0C60-407A-B304-ACEFD2948AF4@xxxxxx
Quote:

> My Original Page is www.abcjqxyz.com
>
> I want to go back to that Page.
>
> <Form Name="FormA" Method="Post" Action="../../PageB.asp> ' This Works
>
> PageB.asp
>
> <Form Name="FormB" Method="Post" Action="../../PageC.asp> ' This Works
>
> PageC.asp
>
> <Form Name="FormC" Method="Post" Action="../../PageD.asp> ' This Works
>
> PageD.asp
>
> <Form Name="FormD" Method="Post" Action="../../PageA.htm> ' This Fails
>
> I have tried about twenty different scripts including
>
> <Form Name="FormD" Method="Post"
> Action="http://www.abcjqxyz.edu/Region19/PageA.htm>
>
> When I want to go back to the original page, how do I do it?
>
> Everything I try comes back with Page Not Found.
>
> Thanks in Advance
>
> Toni
Where is the page the form is on in relation to the page you want to
display?
(It sounds like you just want to reload the current page)

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name

My System SpecsSystem Spec
Old 01-17-2009   #3 (permalink)
Antonette


 
 

Re: Reloading Original Page

Thanks for getting back to me!

I have 4 pages. A,B,C and D. When I am finished with Page D, I want to go
back to Page A. the original Page or Default Page.

Toni

"Joe Fawcett" wrote:
Quote:

>
> "Antonette" <Antonette@xxxxxx> wrote in message
> news:7D310AA7-0C60-407A-B304-ACEFD2948AF4@xxxxxx
Quote:

> > My Original Page is www.abcjqxyz.com
> >
> > I want to go back to that Page.
> >
> > <Form Name="FormA" Method="Post" Action="../../PageB.asp> ' This Works
> >
> > PageB.asp
> >
> > <Form Name="FormB" Method="Post" Action="../../PageC.asp> ' This Works
> >
> > PageC.asp
> >
> > <Form Name="FormC" Method="Post" Action="../../PageD.asp> ' This Works
> >
> > PageD.asp
> >
> > <Form Name="FormD" Method="Post" Action="../../PageA.htm> ' This Fails
> >
> > I have tried about twenty different scripts including
> >
> > <Form Name="FormD" Method="Post"
> > Action="http://www.abcjqxyz.edu/Region19/PageA.htm>
> >
> > When I want to go back to the original page, how do I do it?
> >
> > Everything I try comes back with Page Not Found.
> >
> > Thanks in Advance
> >
> > Toni
>
> Where is the page the form is on in relation to the page you want to
> display?
> (It sounds like you just want to reload the current page)
>
> --
>
> Joe Fawcett (MVP - XML)
> http://joe.fawcett.name
>
>
My System SpecsSystem Spec
Old 01-18-2009   #4 (permalink)
Joe Fawcett


 
 

Re: Reloading Original Page

Okay, then just use a link rather than a form submit. Or use script,
window.location = "pagea.asp" (or "http://www.abcjqxyz.com" or more simply
"/" if PageA.asp is the default for the site)
Or, if you want to use a form submit, then state the structure of the
folders that contain the pages.

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name
"Antonette" <Antonette@xxxxxx> wrote in message
newsD4BE2CC-CE48-4B61-ABEF-061329F1E17A@xxxxxx
Quote:

> Thanks for getting back to me!
>
> I have 4 pages. A,B,C and D. When I am finished with Page D, I want to
> go
> back to Page A. the original Page or Default Page.
>
> Toni
>
> "Joe Fawcett" wrote:
>
Quote:

>>
>> "Antonette" <Antonette@xxxxxx> wrote in message
>> news:7D310AA7-0C60-407A-B304-ACEFD2948AF4@xxxxxx
Quote:

>> > My Original Page is www.abcjqxyz.com
>> >
>> > I want to go back to that Page.
>> >
>> > <Form Name="FormA" Method="Post" Action="../../PageB.asp> ' This Works
>> >
>> > PageB.asp
>> >
>> > <Form Name="FormB" Method="Post" Action="../../PageC.asp> ' This Works
>> >
>> > PageC.asp
>> >
>> > <Form Name="FormC" Method="Post" Action="../../PageD.asp> ' This Works
>> >
>> > PageD.asp
>> >
>> > <Form Name="FormD" Method="Post" Action="../../PageA.htm> ' This Fails
>> >
>> > I have tried about twenty different scripts including
>> >
>> > <Form Name="FormD" Method="Post"
>> > Action="http://www.abcjqxyz.edu/Region19/PageA.htm>
>> >
>> > When I want to go back to the original page, how do I do it?
>> >
>> > Everything I try comes back with Page Not Found.
>> >
>> > Thanks in Advance
>> >
>> > Toni
>>
>> Where is the page the form is on in relation to the page you want to
>> display?
>> (It sounds like you just want to reload the current page)
>>
>> --
>>
>> Joe Fawcett (MVP - XML)
>> http://joe.fawcett.name
>>
>>


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Reloading Vista Vista General
Reloading System Vista performance & maintenance
quoting original text doesn't work if original mail is UTF-8 Vista mail
stopping web page reloading when clicking files/photos Vista General
reloading XP Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46