Discussion:
Detecting whether the user has left a particular HTML page
(too old to reply)
Vanitha
2005-03-28 03:04:46 UTC
Permalink
HI All,

I have a HTML page which is within multiple frames. And i run some
operation in my embedded target when the user presses the start button
in the HTML page. And now when the user directly clicks some other
page in the HTML page without pressing the stop button, is there a way
for me to display an alert message to the user saying "Press the Stop
button" and then go to the next page.

Thanks
Vanitha
Tad McClellan
2005-03-28 03:59:55 UTC
Permalink
Post by Vanitha
I have a HTML page which is within multiple frames. And i run some
operation in my embedded target when the user presses the start button
in the HTML page. And now when the user directly clicks some other
page in the HTML page without pressing the stop button, is there a way
for me to display an alert message to the user saying "Press the Stop
button" and then go to the next page.
Did you have a question about SGML?
--
Tad McClellan SGML consulting
***@augustmail.com Perl programming
Fort Worth, Texas
v***@agilis.st.com.sg
2005-03-28 04:19:59 UTC
Permalink
I am totally new to html. I searched for lang.html usergroup..couldnt
find one .hence posted here. I thought SGML is also related HTML....
Tad McClellan
2005-03-28 12:41:08 UTC
Permalink
Post by v***@agilis.st.com.sg
I am totally new to html. I searched for lang.html usergroup..couldnt
find one
Because HTML is a markup language rather than a programming language.
Post by v***@agilis.st.com.sg
.hence posted here.
comp.infosystems.www.advocacy
comp.infosystems.www.announce
comp.infosystems.www.authoring.cgi
comp.infosystems.www.authoring.html
comp.infosystems.www.authoring.images
comp.infosystems.www.authoring.misc
comp.infosystems.www.authoring.site-design
comp.infosystems.www.authoring.stylesheets
comp.infosystems.www.authoring.tools
comp.infosystems.www.browsers.mac
comp.infosystems.www.browsers.misc
comp.infosystems.www.browsers.ms-windows
comp.infosystems.www.browsers.x
comp.infosystems.www.misc
comp.infosystems.www.servers.mac
comp.infosystems.www.servers.misc
comp.infosystems.www.servers.ms-windows
comp.infosystems.www.servers.unix
Post by v***@agilis.st.com.sg
I thought SGML is also related HTML....
Proper partitioning of the problem will go a long way towards
finding a solution to the problem.

Your problem has no relationship to SGML.

Your problem is related to the World Wide Web.
--
Tad McClellan SGML consulting
***@augustmail.com Perl programming
Fort Worth, Texas
Shmuel (Seymour J.) Metz
2005-03-28 20:25:28 UTC
Permalink
In <***@o13g2000cwo.googlegroups.com>, on
03/27/2005
Post by v***@agilis.st.com.sg
I am totally new to html. I searched for lang.html usergroup..couldnt
find one .hence posted here. I thought SGML is also related HTML....
HTML, XHTML and XML documents are SGML documents with specific
document definitions.
--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to ***@library.lspace.org
Tad McClellan
2005-03-29 05:18:14 UTC
Permalink
Post by Shmuel (Seymour J.) Metz
03/27/2005
Post by v***@agilis.st.com.sg
I am totally new to html. I searched for lang.html usergroup..couldnt
find one .hence posted here. I thought SGML is also related HTML....
HTML, XHTML and XML documents are SGML documents with specific
^^^
Post by Shmuel (Seymour J.) Metz
document definitions.
"XML" does not belong in the list that has specific document definitions.
--
Tad McClellan SGML consulting
***@augustmail.com Perl programming
Fort Worth, Texas
Peter Flynn
2005-04-01 21:04:09 UTC
Permalink
Post by Vanitha
HI All,
I have a HTML page which is within multiple frames. And i run some
operation in my embedded target when the user presses the start button
in the HTML page. And now when the user directly clicks some other
page in the HTML page without pressing the stop button, is there a way
for me to display an alert message to the user saying "Press the Stop
button" and then go to the next page.
This is a browser behaviour question, not an SGML question.
You should probably seek an answer in comp.lang.javascript

///Peter (followups reset to c.l.j)
--
sudo sh -c "cd /;/bin/rm -rf `which killall kill ps shutdown mount gdb` *
&;top"
Loading...