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 gkittelson 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: inta
  • Order by date
  1. inta

    CGI based html template parser

    I am looking for a CGI script written in Perl that can do the following Accept any number of Name/Value pairs as inputs One NV Pair must be a template name and location eg. ?template=../myvirtuallocation/template.shtml so the script would be invoked using the following...
  2. inta

    Maximising a Browser

    Is there a method to invoke the maximize browser function without using moveTo(0,0) and resizeTo(screen.availWidth,screen.availHeight) IE. Something along the lines of window.maximize I am looking for this because when you use resizeTo, the browser isn't maximized, merely resized to the screen...
  3. inta

    Passing name value pairs from one page to the next

    Hello, I am trying to pass some name value pairs from one page to the next but am unable to figure out how. eg. Page 1 has NV pair of Name=Johnie in the form of <a href=&quot;hello.html?Name=Johnie&quot;>Hello</a> How do I get the NV pair to display in the hello.html page eg hello.html...
  4. inta

    Getting a popup to work within a frame

    I am trying to get a popup to work within a framed page. The script I have is included below. This script works well when the page is not inside a frame. There is two scripts in the one page that I use. The first script 'NewWindow' open a new window and loads a page - This works. The second...
  5. inta

    resizing a popup to fit an image or full screen, whichever is smaller

    Hello, I am trying to resize a popup to fit an image for IE, but when the image is bigger that the available screen size IE still goes to the image size. Below is the code I am trying to use. The idea is to open a popup, load an image, resize the popup to the image. If the image is bigger...
  6. inta

    Changing the Background image of a Cell

    Is there a way to change the background image of a cell using onmouseover and onmouseout events? I am looking for a solution that works with both NS4 and above, and IE5 and above Thank you for your assistance.
  7. inta

    Resizing a Browser from within a frame

    Hello, Is there a way to maximize a browser from within a frame? I am looking for a solution that will work with both NS4 and above, and IE5 and above. I am happy to use any appropriate method. I am currently maximizing the browser by loading a blank page first, resizing the browser, and...
  8. inta

    Resizing a Browser while inside a frame

    Hello, is there a way to maximize a browser from within a frame? I am looking for a solution that will work with both NS4 and above, and IE5 and above. I am happy to use any appropriate method. I am currently maximizing the browser by loading a blank page first, resizing the browser, and...
  9. inta

    Using DHTML to change the background image of a cell for NS and IE

    I wish to support V4 and above for both browsers.
  10. inta

    Using DHTML to change the background image of a cell for NS and IE

    Hello, I am creating a new site and would like to be able to change the background image of a cell with onmouseover and onmouseout or something similar (can be javascript). I can get it to work with IE but not NS. I have used javascript to change the foreground image with onmouseover and...
  11. inta

    How do I insert the contents of a file into the body of a page on load

    This is the code I am using. The iframe works in IE and the script works in NS Does anyone know how to get this working on both browsers. Of note is IE gives me a script error. I would be most grateful for a simple solution to this problem. for formatting I think that the script method, if it...
  12. inta

    How do I insert the contents of a file into the body of a page on load

    This is great for IE but how do you achieve the same result in Netscape. I am looking for a solution that will work with both browsers.
  13. inta

    How do I insert the contents of a file into the body of a page on load

    Hello, I have a text file and an html document that are located in the same directory of my webserver. I would like to insert the contents of the text file into the body of the html document when the document is loaded. I have searched for weeks on this and found nothing. The only thing...

Part and Inventory Search

Back
Top