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

    Javascript and Frames

    Dan, Yes, actually I solved it. I fixed it yesterday as a matter of fact. I had put it down for awhile as I worked on other applications. For some reason (I hope someone can explain this to me). The actual javascript code had to be on the page that referenced the include file. In...
  2. wdperson

    Javascript and Frames

    Dan, I actually tried that but the application doesn't even load the navigation structure to be able to navigate to the page that needs troubleshooting. Mike
  3. wdperson

    Javascript and Frames

    Dan, >You say you are running the "codename" function from a >checkbox inside "the form" (presumably the one >named "IntranetRegistration"). yes, this is correct. I may have misspoke about the include file. This code is very hard to read and very disorganized. I believe it works such as...
  4. wdperson

    Javascript and Frames

    Dan, Here is the main page that holds the frames. Thanks. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title> </title> <!-- #Include File=CheckSession.asp --> </head> <frameset ROWS="55,*,0,0" border="0"> <frame...
  5. wdperson

    Javascript and Frames

    Thanks for everyone's reply. ashim2: The form and the javascript are on the same asp page. Just for kicks, I used the code you suggested and it didn't resolve the problem. It gave an "undefined" error. snotmare: I tried the code you suggested also and it didn't resolve the problem...
  6. wdperson

    Javascript and Frames

    Dan, Thanks for the help. The Hierarchy is as follows (this is bad, but I didn't do it this way): Main page: Intranet_frames.asp ----> contains frame layout with right side of page referencing intranet_main.asp intranet_main.asp references the following code: parent.load.location.href...
  7. wdperson

    Javascript and Frames

    Hello, I am at my wits end with some code I am doing. I am working on a website that uses frames and has the following in a form. The code is as follows: function codename() { if(document.IntranetRegistration.chbxVirtual.checked) { document.IntranetRegistration.Address.disabled=true; } else {...

Part and Inventory Search

Back
Top