Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hiding a HTML Page

Status
Not open for further replies.

GooDog

Programmer
Feb 11, 2002
34
IN
Hi All,
I want to know how to hide a html page,but the javascript functions in that should work.For more clearly when a button is clicked a html page should open which should not visible to the user.but the javascript function written in that page should work.How to achive this.Any help will be great.

Thanks in advance,
Prakash
 
You could just create an empty HTML skeleton and add an onload Javascript event, alternatively, if you have content, then use CSS/DHTML and have your content in a container such as a DIV or SPAN and then you can set the DISPLAY or VISIBILITY property of that container.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top