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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DarkKodiak

    Determine in or not in frame.

    Pete, Can you please explain? Where do I put the return?
  2. DarkKodiak

    Determine in or not in frame.

    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...
  3. DarkKodiak

    Use NT Login to Allow/Block Access to Certain page

    Hey Adam, I came up with something similar before reading your post: (Mine is not as elegant as yours) % Const ForReading = 1 Const Create = False Dim objFSO ' FileSystemObject Dim TS ' TextStreamObject Dim strLine ' local variable to store Line Dim login_id '...
  4. DarkKodiak

    Use NT Login to Allow/Block Access to Certain page

    Hey Tood, Great Catch! Thank you for the help. It works now, but now I want to compare the user's login against a text file. The text file will look like this: john anthony mark I know how to read from a text file (line by line), but how can I check if the user's login exists in the text...
  5. DarkKodiak

    Use NT Login to Allow/Block Access to Certain page

    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...
  6. DarkKodiak

    How did they do this?

    Is there a way to put a semi-transparent colored layer on top of a background or another layer?
  7. DarkKodiak

    How did they do this?

    If you pick the Anime theme from http://wanders.arsware.org/ how do they create the transparent blue layer?
  8. DarkKodiak

    Frame look without Frames.

    Look into iframes: http://hotwired.lycos.com/webmonkey/96/37/index2a.html?tw=authoring
  9. DarkKodiak

    High Tech Websites???

    Check his out: www.2advanced.com
  10. DarkKodiak

    Sun MC Server

    Have any of you guys/gals installed Sun MC successfully...I have it installed but the Server can not see the Agent layer...
  11. DarkKodiak

    How do they do this?

    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...
  12. DarkKodiak

    Layout Deign Qustion

    Tom, Thanks, but can you show me an example? Not quite sure if I am getting the point. Thanks, Anthony
  13. DarkKodiak

    Layout Deign Qustion

    Invisible frame?? Can you explain...first time I heard of such a thing.
  14. DarkKodiak

    Layout Deign Qustion

    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...
  15. DarkKodiak

    Frames, should I use them or not?

    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...

Part and Inventory Search

Back
Top