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

    passing window references between windows

    wow I'd just thought up a way along the lines of putting video = opener.video; content1 = opener.content1; content2 = opener.content2; function closeOthers(){ video.close(); content1.close(); content2.close(); } in the head of each page, but replacing the windows to grab the windows seems...
  2. digijin

    passing window references between windows

    Hi guys, I've got a client that wants a site where they will have an opening page, and when you launch the site it launches 4 popup windows (1 navigation, 3 content) anyway I can launch them easy enough with window.open, but the client wants it so that if you close any of the 4 windows, all 4...
  3. digijin

    Execute SQL statement from JS function?

    how about you make an iFrame, and either set its width and height to 0 (easy way, but doesnt work properly in firefox, if I recall correctly) or put it in a div offstage or something, and basically submit the form to the hidden iFrame onClick. I did a quick test <form name="form1"...
  4. digijin

    How do you find the browsers position onscreen

    BillyRay, You, my dear sir, are a genius. Thanks for your help, the flicker might be a little bit of a problem, but its better than what I would have to resort to if I couldnt find browser position. James
  5. digijin

    How do you find the browsers position onscreen

    hi Guys, I've got a client that wants a site made where (its kinda hard to explain, bear with me) the website is in multiple browser windows, like navigation in one window, content in another, text in another, Anyway I can handle passing all the data around, but the thing that I cant figure...

Part and Inventory Search

Back
Top