Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
LostMIke #1
Return me
:confused;
I need the html for Dreamweaver 8 that will return a person back to a previous
page. They could be coming from any number of previous pages and I need to
return them to the actual one they just came from. Is this possible?
Thanks
LostMIke Guest
-
return SQL ID
one way (I believe to be the best way) is to use a stored procedure and set an output variable to the new SQL ID. a second way is to use a... -
return xml
The following function is used in my webservice which returns a dataset. I now need to return the dataset as xml and have no idea how to do it.... -
goToNetPage, return or not return
hi, I have read in the director's help the netDone() command indicates whether a background loading operation (such as getNetText,... -
How to return my own XML?
When I create a web service, and create a web method that returns a string, the output is always framed within a tag that looks like: <string... -
Return Key
This may sound like an odd question, but does anyone have a "return" key from a Wallstreet powerbook that they don't need? All i need is the key,... -
Michael Fesser #2
Re: Return me
..oO(LostMIke)
Not with HTML alone. There are (at least) three ways:> I need the html for Dreamweaver 8 that will return a person back to a previous
>page. They could be coming from any number of previous pages and I need to
>return them to the actual one they just came from. Is this possible?
1) JavaScript.
=> Unreliable.
2) A server-side script which uses the HTTP referrer.
=> Even more unreliable.
3) A server-side script which keeps track of the previously visited page
in a session and prints out a link to that page when necessary.
=> Still requires server-side scripting.
Micha
Michael Fesser Guest
-
Michael Hager #3
Re: Return me
[url]http://psychology.wichita.edu/surl/usabilitynews/52/breadcrumb.htm[/url]
"LostMIke" <webforumsuser@macromedia.com> wrote in message
news:ejaa5n$jnc$1@forums.macromedia.com...> :confused;
> I need the html for Dreamweaver 8 that will return a person back to a
> previous
> page. They could be coming from any number of previous pages and I need to
> return them to the actual one they just came from. Is this possible?
> Thanks
>
Michael Hager Guest
-
LostMIke #4
Re: Return me
Ah Ha! I wondered what breadcrumbs was all about. It is available in one of the
Dreamweaver readymade templates and I can just copy the html from there and
drop it into my site code. Thanks for the lead.
m
LostMIke Guest



Reply With Quote

