|
Shannon, You want to hide a part of the html on the page. One way would be to use <div style="display : none;" id="conditionalHTML">your html stuff</div>. When you want it to display change the style to 'inline', when you want it to hide change the style to none. In IE you would change it like this: document.all.conditionalHTML.style.display='inline'; Bill ----- Original Message ----- From: "Shannon O'Donnell" <shannono@xxxxxxxxxxxxxxx> To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx> Sent: Monday, June 23, 2003 11:02 AM Subject: HTML GOTO > This may sound stupid...but I'm pretty sure I have a valid use for this > functionality: > > > Is there an HTML equivalent of GOTO? > > What I want to do is throw some JavaScript onto a page, and if certain > conditions are not true...I want to close the page/and/or jump around a > block of HTML code (code that is NOT part of the JavaScript). > > > > > Shannon O'Donnell > > > ----- Original Message ----- > From: <MWalter@xxxxxxxxxxxxxxx> > To: <midrange-l@xxxxxxxxxxxx> > Sent: Monday, June 23, 2003 9:51 AM > Subject: Securing an outq > > > > Is there a way, short of running a third part application to secure an > > outq. I've tried giving *public *exclude authority to the outq, but users > > can still see the outq and its contents. Maybe an exit point or something. > > > > Thanks, > > > > Mark > > > > Mark D. Walter > > Senior Programmer/Analyst > > CCX, Inc. > > mwalter@xxxxxxxxxx > > http://www.ccxinc.com > > > > _______________________________________________ > > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing > list > > To post a message email: MIDRANGE-L@xxxxxxxxxxxx > > To subscribe, unsubscribe, or change list options, > > visit: http://lists.midrange.com/mailman/listinfo/midrange-l > > or email: MIDRANGE-L-request@xxxxxxxxxxxx > > Before posting, please take a moment to review the archives > > at http://archive.midrange.com/midrange-l. > > > > > > > _______________________________________________ > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list > To post a message email: MIDRANGE-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/midrange-l > or email: MIDRANGE-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.