Ask a Question related to Dreamweaver AppDev, Design and Development.
-
-D- #1
anchoring page on redirect
Is there a way to do the following. I have a form page where I submit to a
new page and process the information and redirect back to the form page. If
the user is entering information at different sections of the form page, is
it possible to have the page return back to that section of the page on the
redirect, rather than at the top of the page and have to scroll down to the
section of the page prior to submitting the form? Using an anchor or some
other method?
Thanks,
-D-
-D- Guest
-
Redirect to specific page
Is there a way to configure the User Authentication so that each login is taken to a specific page? So a visitor with the login name... -
Code to redirect old page
Hi. I just purchaed my own domain name and switched hosting service. What is the HTML code to have my old site automatically forward to the new... -
Redirect page
Can anyone direct me to internet help pages that show how to create a redirect page. Using Flash would be a plus, be basic redirect pages that are... -
redirect to another page.
I have a address that I want to automatically send the viewer to another page. I've heard that html redirects are faster than java but how would I... -
redirect to another page based on text in the URL of the current page
Hi JPElectron, You were looking good until you got to the code. You're trying to use client-side code for your redirects, when you should be... -
CarlGrint #2
Re: anchoring page on redirect
If you pass the anchor name in your link/form to the processing page, you
should then be able to reference it in the redirect url for the Insert script.
Originally posted by: Newsgroup User
Is there a way to do the following. I have a form page where I submit to a
new page and process the information and redirect back to the form page. If
the user is entering information at different sections of the form page, is
it possible to have the page return back to that section of the page on the
redirect, rather than at the top of the page and have to scroll down to the
section of the page prior to submitting the form? Using an anchor or some
other method?
Thanks,
-D-
CarlGrint Guest
-
CMBergin #3
Re: anchoring page on redirect
Yes, an anchor will work. If you're passing a query string back with an
anchor, you'll have to do it a little funny:
mypage.asp?p1=something&p2=something&#anchor
The &# is kinda weird, but it's the only way I've ever gotten an anchor to
work with a query string.
"-D-" <noone@nospam.com> wrote in message
news:cv6g57$bes$1@forums.macromedia.com...a> Is there a way to do the following. I have a form page where I submit toIf> new page and process the information and redirect back to the form page.is> the user is entering information at different sections of the form page,the> it possible to have the page return back to that section of the page onthe> redirect, rather than at the top of the page and have to scroll down to> section of the page prior to submitting the form? Using an anchor or some
> other method?
> Thanks,
> -D-
>
>
CMBergin Guest



Reply With Quote

