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 Shaun E 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: *

  • Users: IonCurici
  • Content: Threads
  • Order by date
  1. IonCurici

    cpu vs memory

    Need an advice on best solution - whether to load memory or cpu. Subj: script performing calculations based on the user input (2 mandatory + 3 optional elements) and outputting a result consisting of 48 to 144 elements. solution 1 page1: <form method="post" action="page2"> page2...
  2. IonCurici

    IE not displaying phpMyAdmin frames

    does anyone have a clue on why phpMyAdmin does not always load all the frames in IE? namely frame #3 seems to have a problem - The page cannot be displayed... |-------------| | 1 | | |-----| 2 | | 3 | | |-----|-------| I was advised on the security settings in IE, but...
  3. IonCurici

    frames phpMyAdmin

    does anyone have a clue on why phpMyAdmin does not always load all the frames in IE? namely frame #3 seems to have a problem - The page cannot be displayed... |-------------| | 1 | | |-----| 2 | | 3 | | |-----|-------| thanks
  4. IonCurici

    Screen Regulation

    Can anyone throw light on this? -- 1. Compaq 171FS (17&quot;) on a M/B ZIDA BX98 Slot1 + Celeron 266 @ 333mhz 128+64 DIMM AGP NVidia Vanta 32mb ==>the screen regulation is hardly noticeable 2. same monitor on a M/B JetWay 618 AS + Celeron 1000 mhz (no overclocking) 256 SDRAM...
  5. IonCurici

    another print issue

    <body onafterprint=&quot;self.close()&quot;> -- this doesn't seem to even attempt close the document after it is printed. what can be wrong? i use ie6
  6. IonCurici

    onafterprint

    <body onafterprint=&quot;self.close()&quot;> what's wrong with this? it doesn't close the document in ie6.
  7. IonCurici

    Print issue

    the documents printed from ie show the document title in the header and the document path in the footer. now: - how can i get rid of the footer, so that the user printing the page cannot see the document path of the hard copy? - how can i set the document title dynamic or get rid of it at all...
  8. IonCurici

    iFrame height

    how can i set the height of the iframe dynamic, so that it fit its contents - i mean so that there would appear no scrollbar, but at the same time the document inside would not be cropped?
  9. IonCurici

    Read the TITLE of the Frame from another frame

    how do i read other properties of the frame from another frame, like title, bgColor, etc? pls help.
  10. IonCurici

    null or not an object

    i have a <iframe name=&quot;main&quot;> what i get from the browser is that parent.frames[0] (or parent.main) is null or not an object. any ideas?
  11. IonCurici

    dynamic height of iframe

    i have a page with an iframe right in the middle. when you click a link on the page it opens a specific document in the iframe. if the document is shorter than the specified height of the iframe it is ok, but if the document is longer there appears the scrollbar and, man, this is annoying. now...
  12. IonCurici

    refresh page frame

    Is there a possibility to refresh 1. page frame from a link on top frame? 2. whole frameset from a link on a specific frame?
  13. IonCurici

    closes.Click()

    doesn't work :( the child opens, but the parent wouldn't close unless i click the href. here is what it is: <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1251&quot;> <script language=&quot;JavaScript&quot;> <!--...
  14. IonCurici

    classid=&quot;clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11&quot;

    This is working fine when using <a href=&quot;javascript:closew.Click()&quot;>Close the window</a>. Is there a way to close the window onload? Here is what it is intended to be: 1. user launches blank parent 2. onload parent launches child with custom toolbars and menus 3. parent kills itself...
  15. IonCurici

    Hi, I have two questions: 1. How

    Hi, I have two questions: 1. How can I close the current document without browser to warning me about closing? 2. How can I reset menu and toolboxes when loading a document, preserving these changes only for the curent document? I would like to perform these operations without using references...

Part and Inventory Search

Back
Top