"whatever"? What did I point out then that you atre aware of?
By "whatever" I meant that I know that ASP pages have to be accessed
via
http://localhost.otherwise IIS will not be active on my pages and
the ASP pages will be seen as strange pages by my browser and also the
ASP code will not be executed.
Quote:
|
What is the difference between "open" and "selecting" ?
|
Selecting means going to My Computer, navigating to some folder &
SINGLE-CLICKING a file with the mouse (or by using the Arrow keys on
the keyboard) to just highlight it. If I just SINGLE-CLICK a, say, HTML
file, then that file will not open in Internet Explorer; it will just
get highlighted.
Opening means going to My Computer, navigating to some folder &
DOUBLE-CLICKING a file with the mouse to open the file For e.g. to
open a HTML file in Internet Explorer, I have to double-click the file
to open the HTML file in Internet Explorer.
Of course this behavior can be changed by going to the
'Tools'--->'Folder Options' menu & under the 'General' tab, selecting
the appropriate radio button under 'Click items as follows:' In my m/c,
the "Double-click to open an item (single-click to select)" radio
button is checked.
I guess I should have used the term "My Computer" instead of "Windows
Explorer".
I open "My Computer", navigate to C:\Inetpub\wwwroot\Folder1 where the
HTML file with the 3 frames named "Index.html" resides.
The 1st frame displays a HTML page named "IndexTop.html"
The 2nd frame displays a HTML page named "IndexLeft.html"
The 3rd frame displays a ASP page named "IndexBottom.asp"
In C:\Inetpub\wwwroot\Folder1, there are many other files as well like
HTML files, other ASP files, images etc. I locate Index.html in this
folder & then just single-click Index.html so that it gets highlighted.
I don't press the "Enter" key on the keyboard after highlighting
Index.html nor do I double-click Index.html. I just highlight
Index.html in C:\Inetpub\wwwroot\Folder1. This is when the "File
Download" dialog appears.
I am NOT OPENING Index.html in Internet Explorer by navigating to the
File--->Open menu, then clicking the 'Browse' button, then navigating
to C:\Inetpub\wwwroot\Folder1, locating Index.html & then selecting
Index.html to open Index.html. I am NOT doing anything like this. If I
do so, then the "File Download" dialog pops-up which is what happens if
one tries to open a ASP file in a browser using its physical path. Also
under such circumstances, the address bar in Internet Explorer displays
the physical path where Index.html resides like this:
C:\Inetpub\wwwroot\Folder1\Index.html
Using the above physical path in Internet Explorer, Index.html will
correctly display the 2 frames whose URLs are set to IndexTop.html &
IndexLeft.html but the 3rd frame whose URL is set to a ASP page named
IndexBottom.asp will remain blank.
To correctly use Index.html wherein one of the 3 frames has a ASP page,
I have to type the virtual path where Index.html resides which happens
to be
http://localhost/Folder1/Index.html.
Evertjan. wrote:
Quote:
wrote on 03 jan 2007 in microsoft.public.inetserver.asp.general:
> Quote:
Evertjan. wrote: Quote:
>
Access the pages via http://localhost/... otherwise IIS will not be
active on your pages, and the ASP pages will be seen as strange pages
by your browser and also the ASP code will not be executed.
| | >
[Please do not toppost on usenet]
> Quote: |
I am very much aware of whatever you have pointed out,
| >
"whatever"? What did I point out then that you atre aware of?
> Quote:
Evertjan but I
am not trying to open the HTML file with the 3 frames in a browser.
All I am doing is just selecting the HTML page with the 3 frames in
Windows Explorer which is when the "File Download" dialog pops-up.
| >
What is the difference between "open" and "selecting" ?
>
I suppose we are talking about opening/selecting the frames page?
Or the 3 sepretately, which would be impossible as the frames page will
open the other two already?
Do you use the http:// local host form?
> Quote:
I have been working with ASP for quite some time now but never have
come across anything as such which is why I am inquisitive to know why
is this happening. If I just select a ASP file in Windows Explorer,
this doesn't happen; so why is this happening?
| >
Same questions. Please elaborate.
>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|