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!

Recent content by geuis

  1. geuis

    cannot see server in terminal services from LAN computers

    I checked this and it was enabled. It was set to default. I changed it to Enable Netbios over tcp/ip but still no deal. Any ideas as to what else I need to check? --Geuis
  2. geuis

    cannot see server in terminal services from LAN computers

    Hope this is the right place to ask for help! I have a windows 2003 server running active directory, terminal services, dhcp server, and dns server. The other day I enabled Routing and Remote Access on the server while experimenting with a VPN and immediately lost the ability for any computer...
  3. geuis

    tutorial to make DHTML menu?

    I've been looking all over the place for something like this and I cannot find it anywhere. I want to learn how DHTML menus made with <div> tags work. I've seen the examples of the Suckerfish Dropdown, but I don't want to use unordered lists. Just DIVs. What I've learned so far is that some...
  4. geuis

    Checking status of remote server

    I am trying to write a tool for a website that will check to see if a remote server is up or down. Depending on the status, the web page will then report if the server is on or offline. I would like to make this so that the page checks when a user loads the page, instead of having the script...
  5. geuis

    Passing data from javascript var to html

    I am trying to write some code that will create a new mail message when clicked on, but will include the time of creation in the body of the message. I am *not* trying to get it to auto-send. I still need to be able to make changes to the email if necessary, then manually send it. Code I have...
  6. geuis

    Getting secondary frame to submit

    I tried that code and now I get a debug error in IE 'Access denied.' I checked the code of the pages that will fill frame2 and found there are no forms, so the forms[0] portion of the code is not gonna work. I even tried onclick='parent.frames[0].document.submit();' but got the same error. Also...
  7. geuis

    Getting secondary frame to submit

    I am in a situation where I have a single page divided into 2 frames. I have a <input type=&quot;button&quot; value=&quot;Next&quot;> that is located on the 2nd frame. What I need to do is be able to click on Next, have it call a javascript function that will get the 1st frame to do a submit. I...

Part and Inventory Search

Back
Top