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

    iframe inside iframe endless loading in Firefox

    I found a solution. The problem was in loading pages. So first the First page should be loaded and then the function on Second page executed. So the solution was to put on a First page window.onload = function(){ifrm.ifrm2()}
  2. bokula

    iframe inside iframe endless loading in Firefox

    Hi all! I have 2 pages. First page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>first page</title> </head> <body> <iframe src="second_page.htm" frameborder="1" width="500" height="500" id="ifrm"...
  3. bokula

    How to check if list is nested?

    Hi! Thanks. This seems to be simplest and shortest way. B
  4. bokula

    How to check if list is nested?

    Hi! How can I check if some list is nested? I have a list: mylist = ['a', 'b', 'c'] then I make a change: mylist[0] = ('a1', 'a2') Now I have nested list: [('a1', 'a2'),'b', 'c'] When I want to loop through mylist and print it, I need to check somehow if some list index is nested or not because...
  5. bokula

    Problem with nested quotes

    Maybe the problem is in show_settings() function. Can you post it?

Part and Inventory Search

Back
Top