473,394 Members | 1,889 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

HTA's & ASP

Does any one know how to display data from a database and display it in an
HTML Application?

Can this be done?

The reason I ask is that I am developing an internal web based application
that requires 1 datasource for many sites (geographical locations) and I
wish to remove the tool bar facility from the browser to stop people hitting
the back button etc. etc.

Any help always greatly appreciated.

Thanks

Stuart
Jul 19 '05 #1
7 1542
How are you going to navigate to the site in the first place ? You might
have to build a custom app around a web-browser control.

You can always use parameters of window.open in client script to control
browser appearance.
"Stuart" <st****@nowhere.co.uk> wrote in message
news:OU**************@TK2MSFTNGP09.phx.gbl...
Does any one know how to display data from a database and display it in an
HTML Application?

Can this be done?

The reason I ask is that I am developing an internal web based application
that requires 1 datasource for many sites (geographical locations) and I
wish to remove the tool bar facility from the browser to stop people hitting the back button etc. etc.

Any help always greatly appreciated.

Thanks

Stuart

Jul 19 '05 #2
Mike,

How would I go about building a custom app around a web control???

I am willing to learn, so if you could point me in the right direction for
references on building something like this I would be very grateful.
Regards,

Stuart
"Mike Florio" <mi**@micro-point.com> wrote in message
news:10*************@corp.supernews.com...
How are you going to navigate to the site in the first place ? You might
have to build a custom app around a web-browser control.

You can always use parameters of window.open in client script to control
browser appearance.
"Stuart" <st****@nowhere.co.uk> wrote in message
news:OU**************@TK2MSFTNGP09.phx.gbl...
Does any one know how to display data from a database and display it in an HTML Application?

Can this be done?

The reason I ask is that I am developing an internal web based application that requires 1 datasource for many sites (geographical locations) and I
wish to remove the tool bar facility from the browser to stop people

hitting
the back button etc. etc.

Any help always greatly appreciated.

Thanks

Stuart


Jul 19 '05 #3
I've done this in Visual C++ using MFC. You base your view class on a web
browser control. I suppose you can do it in Visual Basic too. Of course,
you'd have to deliver your app to all your clients... This has nothing to
do with HTA's by the way. You would really be essentially writing your own
web browser for your own website.

"Stuart" <st****@nowhere.co.uk> wrote in message
news:O%****************@TK2MSFTNGP10.phx.gbl...
Mike,

How would I go about building a custom app around a web control???

I am willing to learn, so if you could point me in the right direction for
references on building something like this I would be very grateful.
Regards,

Stuart
"Mike Florio" <mi**@micro-point.com> wrote in message
news:10*************@corp.supernews.com...
How are you going to navigate to the site in the first place ? You might
have to build a custom app around a web-browser control.

You can always use parameters of window.open in client script to control
browser appearance.
"Stuart" <st****@nowhere.co.uk> wrote in message
news:OU**************@TK2MSFTNGP09.phx.gbl...
Does any one know how to display data from a database and display it in
an HTML Application?

Can this be done?

The reason I ask is that I am developing an internal web based application that requires 1 datasource for many sites (geographical locations) and

I wish to remove the tool bar facility from the browser to stop people

hitting
the back button etc. etc.

Any help always greatly appreciated.

Thanks

Stuart



Jul 19 '05 #4
Stuart,

Why do want to use HTA's?

Who are your users?

Brian

Jul 19 '05 #5
Brian

The site is for an internal Web based application.

I want to stop users clicking back button and I want to be able to control
the whole navigation process.

Some people just cannot be trusted to leave things alone - they keep messing
with the address strings.

Stuart
"Brian Staff" <brianstaff@[NoSpam]compuserve.com> wrote in message
news:VA.00000252.8b251ce5@bstaffw2k...
Stuart,

Why do want to use HTA's?

Who are your users?

Brian

Jul 19 '05 #6
Stuart,
The site is for an internal Web based application.

I want to stop users clicking back button and I want to be able to control
the whole navigation process.


Why not launch a browser window using DHTML window.open() where you can specify
no menubar and no toolbar and then you can use standard ASP...JAT

Remember though that the backspace key still simulates the "Back" button, but
you can probably intercept that.

Brian

Jul 19 '05 #7
Just a note from someone who's been there:

If you take away standard - read "expected" or "familiar" - functionalities,
you're going to get HUGE pushback from your end users. I can understand
needing to control process, but you might take a real close look at the end
goals and see if they're still acheived with the interface left alone.
Admittedly, the view's not very good from the cheap seats, here, but that's
my 2p worth.

- Wm

--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri

"Stuart" <st****@nowhere.co.uk> wrote in message
news:OT**************@TK2MSFTNGP09.phx.gbl...
Brian

The site is for an internal Web based application.

I want to stop users clicking back button and I want to be able to control
the whole navigation process.

Some people just cannot be trusted to leave things alone - they keep messing with the address strings.

Stuart
"Brian Staff" <brianstaff@[NoSpam]compuserve.com> wrote in message
news:VA.00000252.8b251ce5@bstaffw2k...
Stuart,

Why do want to use HTA's?

Who are your users?

Brian


Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Jazzis | last post by:
As some people here I've been thinking into converting some of my applications to HTA, but will they work for the Netscape folks? Adam
8
by: chuck clark | last post by:
Hi, I am sorry if this is not the most appropriate group to ask this in (if not, please point me in the right direction). I am following examples from this page,...
4
by: Sharon | last post by:
Hi! After transforming XML to CSV format I open an HTA to save the CSV to the client. All goes well, the function looks like this: function buttonExportClick() { var xslt = new...
2
by: Colin Graham | last post by:
I have created an application using both html and javascript. I have added an HTA shortcut to the desktop to run the application. In certain areas of the application i get javascript errors when i...
5
by: Kathy Burke | last post by:
Hello. I have an aspx page with a button onclick that opens an HTA page that simply runs javascript to open a client desktop application...the aspx form remains open. I would like to set...
26
by: Herb Stull | last post by:
Hello All, A response I received from a recent post suggested that I develop an HTA to enable my ASP.NET application to run in full screen mode in the user's browser. I've played with this a...
8
by: Tony Yums | last post by:
Hi, I was wondering if someone had any ideas on the following : What is the reason to use HTA (HTML application) in stead off (or visa versa) ASP. NET ? We have an asp HTA website, but want...
20
by: Highlander | last post by:
Hello all. Consider the following HTA: <html> <head> <title>Date Pulldowns</title> <HTA:APPLICATION ID="HTAUI" APPLICATIONNAME="Date Pulldowns" SCROLL="no" SINGLEINSTANCE="yes"
3
by: Andrew Poulos | last post by:
There's a HTA application that's running on a local computer (not from a URL) and the user can open a new HTML window by clicking a button The first time the user clicks the button the window...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.