Hi,
I have a site that uses frames. I dont want any of my pages to be orphans. I am trying to write a script that determines if a page is in or not in a frame. So far I am doign this:
if (top.location==self.location)
{
frame this page code goes here.
}
This sort of works, but even...
Hi,
I have a page that only certain users should view. Currently, I am able to get the NT login of the user trying to view the page:
Dim login ' user's NT login
login = Request.ServerVariables("LOGON_USER")
login = Right(login, (Len(login) - Trim(InStr(1,login...
How can I "preload" or include html code that is the same on all my pages...for example how does
http://www.godaddy.com
do there tab-like webpage...
If I use layers on my page say for my top navigation menu, can I use javacript or html to just change the content under the top navigation menu?
For example, http://newyork.citysearch.com/section/restaurants/?cslink=topbar_restaurants
In this site, if I click on say Classifieds>Personal, only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.