|
 |
asp_web_howto thread: Re: Hiding Full URL
Message #1 by Debi Prasad Mohanty <debi_pm@y...> on Wed, 12 Jun 2002 13:48:53 -0700 (PDT)
|
|
Did you got any on this.??
--- Shaun Steckley <SSTECKLEY@P...> wrote:
> We will need to know what types of problems you are
> encountering before any
> advise can be given...
>
> I use frames currently and have no problems in
> either version...
>
> -----Original Message-----
> From: debi [mailto:debi_pm@y...]
> Sent: Tuesday, June 11, 2002 6:18 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] Re: Hiding Full URL
>
>
> Hi,
>
> I am using Frames to show only the main url through
> out the application,
> but it is giving me problem in the IE6.0 where as it
> is working fine in
> IE5.5,
> Please suggest some thing
>
> Thanks&Regards
> Debi
>
>
> > Hi...
> > I get a problem and looking for help.
> > I wanna remove the full url, I mean every time I
> browse the page, the
> > address bar always show the main url only.
> > Eg: http://www.mypage.com/link1/link2/data.asp
> become
> > http://www.mypage.com only.
> >
> > Thank you for help.
> >
> > HERY
> >
>
> ---
>
> Improve your web design skills with these new books
> from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
>
********************************************************************
> The information contained in this email is
> confidential and
> is intended solely for the use of the person
> identified and
> intended as the recipient. If you are not the
> intended
> recipient, any disclosure, copying, distribution, or
> taking of
> any action in reliance on the contents is
> prohibited. If you
> receive this message in error, contact the sender
> immediately and delete it from your computer.
>
> Personal e-mails are restricted by PSECU policy. As
> such,
> PSECU specifically disclaims any responsibility or
> liability
> for any personal information or opinions of the
> author
> expressed in this email.
>
********************************************************************
>
>
>
> ---
>
> Improve your web design skills with these new books
> from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
Message #2 by Shaun Steckley <SSTECKLEY@P...> on Tue, 11 Jun 2002 17:22:27 -0400
|
|
We will need to know what types of problems you are encountering before any
advise can be given...
I use frames currently and have no problems in either version...
-----Original Message-----
From: debi [mailto:debi_pm@y...]
Sent: Tuesday, June 11, 2002 6:18 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: Hiding Full URL
Hi,
I am using Frames to show only the main url through out the application,
but it is giving me problem in the IE6.0 where as it is working fine in
IE5.5,
Please suggest some thing
Thanks&Regards
Debi
> Hi...
> I get a problem and looking for help.
> I wanna remove the full url, I mean every time I browse the page, the
> address bar always show the main url only.
> Eg: http://www.mypage.com/link1/link2/data.asp become
> http://www.mypage.com only.
>
> Thank you for help.
>
> HERY
>
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
********************************************************************
The information contained in this email is confidential and
is intended solely for the use of the person identified and
intended as the recipient. If you are not the intended
recipient, any disclosure, copying, distribution, or taking of
any action in reliance on the contents is prohibited. If you
receive this message in error, contact the sender
immediately and delete it from your computer.
Personal e-mails are restricted by PSECU policy. As such,
PSECU specifically disclaims any responsibility or liability
for any personal information or opinions of the author
expressed in this email.
********************************************************************
Message #3 by Debi Prasad Mohanty <debi_pm@y...> on Tue, 11 Jun 2002 14:42:49 -0700 (PDT)
|
|
My code is like this
<FRAMESET COLS = "100%, *" FRAMEBORDER = "NO" BORDER
"0">
<FRAME SRC = "card.html" NAME = "all" NORESIZE>
<FRAME SRC = "" NAME = "none" NORESIZE>
</FRAMESET>
<!-- START: NOFRAME html code for dummie browsers -->
<NOFRAMES>
Here for IE 5.5. it is working fine. But for the users
with IE 6.0, when they are moving from one link to
other links they are always stuck with the main page,
whcich shows them on the url box.
Thanks&Regads
Debi
--- Shaun Steckley <SSTECKLEY@P...> wrote:
> We will need to know what types of problems you are
> encountering before any
> advise can be given...
>
> I use frames currently and have no problems in
> either version...
>
> -----Original Message-----
> From: debi [mailto:debi_pm@y...]
> Sent: Tuesday, June 11, 2002 6:18 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] Re: Hiding Full URL
>
>
> Hi,
>
> I am using Frames to show only the main url through
> out the application,
> but it is giving me problem in the IE6.0 where as it
> is working fine in
> IE5.5,
> Please suggest some thing
>
> Thanks&Regards
> Debi
>
>
> > Hi...
> > I get a problem and looking for help.
> > I wanna remove the full url, I mean every time I
> browse the page, the
> > address bar always show the main url only.
> > Eg: http://www.mypage.com/link1/link2/data.asp
> become
> > http://www.mypage.com only.
> >
> > Thank you for help.
> >
> > HERY
> >
>
> ---
>
> Improve your web design skills with these new books
> from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
>
********************************************************************
> The information contained in this email is
> confidential and
> is intended solely for the use of the person
> identified and
> intended as the recipient. If you are not the
> intended
> recipient, any disclosure, copying, distribution, or
> taking of
> any action in reliance on the contents is
> prohibited. If you
> receive this message in error, contact the sender
> immediately and delete it from your computer.
>
> Personal e-mails are restricted by PSECU policy. As
> such,
> PSECU specifically disclaims any responsibility or
> liability
> for any personal information or opinions of the
> author
> expressed in this email.
>
********************************************************************
>
>
>
> ---
>
> Improve your web design skills with these new books
> from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
Message #4 by "debi" <debi_pm@y...> on Tue, 11 Jun 2002 22:17:28
|
|
Hi,
I am using Frames to show only the main url through out the application,
but it is giving me problem in the IE6.0 where as it is working fine in
IE5.5,
Please suggest some thing
Thanks&Regards
Debi
>
> hi
>
> if you want to show the main url only then you'll have to use Frames.
>
> Imran Ashraf
> Acrologix (pvt) Ltd.
> 106/3 Saint Johns Park,
> Lahore, Pakistan.
> Tel: 92-42-666-4301~6
> Fax: 92-42-666-4307
> Mob: 0300 - 8662678
> Email: iashraf@a...
>
>
>
Message #5 by "debi" <debi_pm@y...> on Tue, 11 Jun 2002 22:17:57
|
|
Hi,
I am using Frames to show only the main url through out the application,
but it is giving me problem in the IE6.0 where as it is working fine in
IE5.5,
Please suggest some thing
Thanks&Regards
Debi
> Hi...
> I get a problem and looking for help.
> I wanna remove the full url, I mean every time I browse the page, the
> address bar always show the main url only.
> Eg: http://www.mypage.com/link1/link2/data.asp become
> http://www.mypage.com only.
>
> Thank you for help.
>
> HERY
>
|
|
 |