|
 |
asp_web_howto thread: Is this interface using asp? pls help
Message #1 by "King Chow" <kingsingchow@h...> on Tue, 17 Apr 2001 15:52:35
|
|
hi all,
I am trying to develop something similar to that on this page:
http://moneycentral.msn.com/investor/finder/customstockspi.asp?
But I don't know what technologies are involved. This page has a really user friendly query building
machinism (menu bar such as File, Edit, View functions). It also lets you save your queries. I also want to
how the page allows users to export their queries into MS Excel. And how the page has results in that format
instead of in tables.
I appreciate if someone can shed some light on this.
Thanks,
King.
Message #2 by "phil hamm" <philiphamm@h...> on Tue, 17 Apr 2001 12:10:19 -0400
|
|
Bring up the screen, Right click and choose the View Source. This will
display the programming code and show you what they are doing.
>From: "King Chow" <kingsingchow@h...>
>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>
>To: "ASP Web HowTo" <asp_web_howto@p...>
>Subject: [asp_web_howto] Is this interface using asp? pls help
>Date: Tue, 17 Apr 2001 16:57:54 +0100
>
>hi all,
>
>I am trying to develop something similar to that on this page:
>http://moneycentral.msn.com/investor/finder/customstockspi.asp?
>But I don't know what technologies are involved. This page has a really
>user friendly query building
>machinism (menu bar such as File, Edit, View functions). It also lets you
>save your queries. I also want to
>how the page allows users to export their queries into MS Excel. And how
>the page has results in that format
>instead of in tables.
>
>I appreciate if someone can shed some light on this.
>
>Thanks,
>King.
>
>
Message #3 by "King Chow" <kingsingchow@h...> on Tue, 17 Apr 2001 19:35:58
|
|
I did look at the source code. I just don't understand this block of code. Thanks.
<embed type="application/x-npwrap"
CLASSID="1C4CE63C-CF59-44f1-8E32-3FF51215491C"
NPCODEBASE="http://fdl.msn.com/public/investor/v9.5/npwrap.cab#Version=1,0,0,17"
CODEBASE="http://fdl.msn.com/public/investor/v9.5/investor.cab#Version=9,2001,0108,1"
CONTROLNAME="MSN MoneyCentral Investor"
WIDTH=620 HEIGHT=300
ServerRoot="http://moneycentral.msn.com"
AppRoot="/investor"
OFXEnabled="0"
PlugIn="1"
ComStock="1"
Premium="1"
Screenver="900"
FldDescVer="24"
FirstValidTriggerDate="2450829"
MemberID="11cee26393e4cabd"
Mode"0"
></embed>
Message #4 by George Smyth <george.smyth@U...> on Tue, 17 Apr 2001 14:22:59 -0400
|
|
I think you're looking at Java.
Cheers -
George L Smyth, Webmaster
US Naval Academy Alumni Association
-----Original Message-----
From: King Chow [mailto:kingsingchow@h...]
Sent: Tuesday, April 17, 2001 11:58 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Is this interface using asp? pls help
hi all,
I am trying to develop something similar to that on this page:
http://moneycentral.msn.com/investor/finder/customstockspi.asp?
But I don't know what technologies are involved. This page has a really
user friendly query building
machinism (menu bar such as File, Edit, View functions). It also lets you
save your queries. I also want to
how the page allows users to export their queries into MS Excel. And how
the page has results in that format
instead of in tables.
I appreciate if someone can shed some light on this.
Thanks,
King.
Message #5 by "Drew, Ron" <RDrew@B...> on Wed, 18 Apr 2001 08:15:58 -0400
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C0C801.5338AE80
Content-Type: text/plain
They are using cab files. cab files are cabinet files. Microsoft developed
their own zipping technique much like Winzip. cab files get unzipped using
the Microsoft software when you purchase it. Windows operating systems come
on a CD as cab files. The setup unzips them. It is their way of preventing
copies.
-----Original Message-----
From: King Chow [mailto:kingsingchow@h...]
Sent: Tuesday, April 17, 2001 3:36 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: Is this interface using asp? pls help
I did look at the source code. I just don't understand this block of code.
Thanks.
<embed type="application/x-npwrap"
CLASSID="1C4CE63C-CF59-44f1-8E32-3FF51215491C"
NPCODEBASE="http://fdl.msn.com/public/investor/v9.5/npwrap.cab#Version=1,0,0
,17"
CODEBASE="http://fdl.msn.com/public/investor/v9.5/investor.cab#Version=9,200
1,0108,1"
CONTROLNAME="MSN MoneyCentral Investor"
WIDTH=620 HEIGHT=300
ServerRoot="http://moneycentral.msn.com"
AppRoot="/investor"
OFXEnabled="0"
PlugIn="1"
ComStock="1"
Premium="1"
Screenver="900"
FldDescVer="24"
FirstValidTriggerDate="2450829"
MemberID="11cee26393e4cabd"
Mode"0"
></embed>
---
SoftArtisans helps developers build robust, scalable Web applications!
Excel Web reports, charts: http://www.softartisans.com/excelwriter.html
File uploads: http://www.softartisans.com/saf.html
Transactional file management: http://www.softartisans.com/saf1.html
Scalability: http://www.softartisans.com/saxsession.html
ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html
$subst('Email.Unsub')
|
|
 |