Re: Desktop shortcuts not executing .ASP and ASPX pages
From: CES (NONE_at_NOEMAIL.com)
Date: 10/26/03
- Next message: CES: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Previous message: Rob Mckinstry: "RPC error keeps shutting machine down"
- In reply to: CES: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Next in thread: Roger Abell: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Reply: Roger Abell: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 25 Oct 2003 18:59:23 -0400
Roger ,
I"I'm a lot stupider then I look...
I set my default browser to Netscape and then back to IE and all is well.
It's always a simple answer but it takes forever to think of it.
Thanks for your Help
CES
"CES" <NONE@NOEMAIL.com> wrote in message
news:%23e092N0mDHA.2732@TK2MSFTNGP11.phx.gbl...
> Roger,
>
> I'm not sure what your asking but using the below script I put a shortcut
> onto me desktop, and double click the page will not render, conversely if
I
> put the shortcut into my Favorites folder( and execute from their it's
runs
> just fine); it doesn't mater if the script is run from my development
server
> or if the shortcut points to my isp's server.
>
> CES
>
>
> Start Script
> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
> <%@ Page Explicit="TRUE" Language="vb" %>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
>
> </head>
>
> <body onload="">
>
> <p id="id_temp">
>
> </p>
> <form action="test0.htm" method="get" name="Form_0">
> <input name="Text_0" type="text"><br>
>
> </form>
>
>
> <form action="test1.htm" method="get" name="Form_1">
> <input id="id_1" name="Text_1" type="text" ID="Text1"><br>
> <input id="id_2" name="Text_2" type="text" ID="Text2"><br>
> </form>
>
> <form action="test2.htm" method="get" name="Form_2">
> <input id="id_3" name="Text_3" type="text" ID="Text3"><br>
> <input id="id_4" name="Text_4" type="text"><br>
> <input id="id_5" name="Text_5" type="text"><br>
> </form>
>
> <form action="test2.htm" method="get" name="Form_3">
> <input id="id_6" name="Text_6" type="text"><br>
> <input id="id_7" name="Text_7" type="text"><br>
> <input id="id_8" name="Text_8" type="text"><br>
> <input name="Text_6" type="text"><br>
> <input id="id_10" name="Text_9" type="text"><br>
> </form>
>
> </body>
> </html>
>
>
> End Script
> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
> "Roger Abell" <mvpNOSpam@asu.edu> wrote in message
> news:eZiNaoxmDHA.2652@TK2MSFTNGP09.phx.gbl...
> > But does the downstream html contain script or
> > object tags ?
> >
> > --
> > Roger Abell
> > Microsoft MVP (Windows Server System: Security)
> > MCSE (W2k3,W2k,Nt4) MCDBA
> > "CES" <NONE@NOEMAIL.com> wrote in message
> > news:%237sXXAxmDHA.2964@tk2msftngp13.phx.gbl...
> > > Roger,
> > >
> > > I tried your idea of copying the shortcut into my favorites directory
> and
> > > then double clicking on the icon (with the browser closed) and it
work.
> So
> > > that leads me to beleave that MSFT has changed some security setting
> that
> > > will only allow you to execute a scripting page from within the
> favorites
> > > folder ... if anyone knows how to change this behavior please let me
> know,
> > > It's driving me crazy!
> > >
> > > I can't beleave I'm the only one experiancing this ???
> > >
> > > CES
> > >
> > > "Roger Abell" <mvpNOSpam@asu.edu> wrote in message
> > > news:uoKGkqvmDHA.2500@TK2MSFTNGP10.phx.gbl...
> > > > I am waiting to see a response from the IE side of your post,
> > > > as with all the recent changes to IE it would not be surprising
> > > > if something induced this side-effect.
> > > >
> > > > If you make it a favorite it is not a problem, but as a shortcut
> > > > elsewhere it is ?
> > > >
> > > > --
> > > > Roger Abell
> > > > Microsoft MVP (Windows Server System: Security)
> > > > MCSE (W2k3,W2k,Nt4) MCDBA
> > > > "CES" <NONE@NOEMAIL.com> wrote in message
> > > > news:eVdtnrqmDHA.988@TK2MSFTNGP10.phx.gbl...
> > > > > Its a shortcut to my development server i.e.
> > > http://127.0.0.1/default.aspx
> > > > .
> > > > >
> > > > > CES
> > > > >
> > > > > "Doug Knox MS-MVP" <dknox@mvps.org> wrote in message
> > > > > news:OfbdcJpmDHA.2456@TK2MSFTNGP09.phx.gbl...
> > > > > > Is this a shorctut to the actual web site, or to an ASP/ASPX
file
> on
> > > > your
> > > > > > computer (Physical path)?
> > > > > >
> > > > > > --
> > > > > > Doug Knox, MS-MVP Windows XP/ Windows Smart Display
> > > > > > Win 95/98/Me/XP Tweaks and Fixes
> > > > > > http://www.dougknox.com
> > > > > > --------------------------------
> > > > > > Associate Expert
> > > > > > ExpertZone - http://www.microsoft.com/windowsxp/expertzone
> > > > > > --------------------------------
> > > > > > Please reply only to the newsgroup so all may benefit.
> > > > > > Unsolicited e-mail is not answered.
> > > > > >
> > > > > > "CES" <NONE@NOEMAIL.com> wrote in message
> > > > > > news:uTOhUznmDHA.2488@TK2MSFTNGP12.phx.gbl...
> > > > > > > All,
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > I was just wondering if anyone else has experienced this
> problem:
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Basically when I double click on a IE ".asp or .aspx" shortcut
> the
> > > > > > shortcut
> > > > > > > launches IE but doesn't execute the page (shortcut), I get the
> > empty
> > > > > shell
> > > > > > > of IE (just like if you have no home page setup). I need to
drag
> > the
> > > > > > > shortcut into the IE browser window again to run the page.
> However
> > > > .htm
> > > > > > > pages load just fine when I click on them
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > All was working just fine until a copula days ago and I've run
> my
> > > > > spyware
> > > > > > > and anti-virus programs but all reports normal???
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Any suggestions on how to fix this would be appreciated.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > CES
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: CES: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Previous message: Rob Mckinstry: "RPC error keeps shutting machine down"
- In reply to: CES: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Next in thread: Roger Abell: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Reply: Roger Abell: "Re: Desktop shortcuts not executing .ASP and ASPX pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|