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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by KizMar

  1. KizMar

    Barcode Fonts

    Anyone have usefull information when your company decides to start adding bar codes to documents that are created using Word & .NET? Things like; which kind is the best, where to buy, can you get them for free?
  2. KizMar

    HTML Links with iFrames

    Here’s the deal… you made a web site: http://www.ats-tech.net You made another website also: http://www.balloonattics.com The problem: You want to put a link on www.Balloonattics.com that points to the “Hosting” page on www.ATS-Tech.net. You used an iframe for the “content” of ATS-Tech, so...
  3. KizMar

    HTML Links with iFrames

    What I'm trying to do seems simple but it is hard to explain... Say I have a web page with an iFrame to display the main content, the "body" of the page (http://www.ats-tech.net). If I'm on another web page that's linked to "ats-tech" and I want to direct them to a page...
  4. KizMar

    HTML Links with iFrames

    It is possible to link someone to a an index page with a 'main' iframe and send them to a certain page within that iframe? Example: http://www.balloonattics.com I want to be able to send someone to this page, and have the iframe load a page other then the "src" page in the iframe.
  5. KizMar

    JavaScript & Netscape 7+

    That sure did work, thank you!
  6. KizMar

    JavaScript & Netscape 7+

    <%@ Language=VBScript %> <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;> <html> <head> <title>Please wait...</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;> </head> <body> <table height=&quot;100%&quot...
  7. KizMar

    JavaScript &amp; Netscape 7+

    Why is it that the following line: <script language=&quot;JavaScript&quot;>t.submit();</script> ...will submit the form in IE 6, but Netscape just sits there, like the form isn't submitting?
  8. KizMar

    Refresh on Focus

    The long story is I was opening a popup window and then at a later point closing it. I didn't have the syntax correct to &quot;reload&quot; the parent window from the logoff routine. I hadn't used that method before and didn't know you had to use &quot;location&quot; just before it. So at the...
  9. KizMar

    Refresh on Focus

    I figured out a way to do it. Thank you though!
  10. KizMar

    Refresh on Focus

    How do you code a page so when the window &quot;focus()&quot; is set the page will refresh?
  11. KizMar

    Have a happy holiday season!

    Tek-Tips is the best forum ever man.. *sob* I love you guys! Merry Christmas all!
  12. KizMar

    Why would it be that when I call a

    That worked, it was the &quot;return&quot; that I needed in the input tag. WOHOOO!!! Thanks!!!
  13. KizMar

    Why would it be that when I call a

    Well, that does work with less code, thank you for showing me a quicker way to check that! Unfortunately though, I still can't get it to set the focus &/or select the text in the field. It's still moving the cursor to the next field in the form. =(
  14. KizMar

    Why would it be that when I call a

    Why would it be that when I call a function: &quot; function validateZip(textObj) { // Must be all numbers and 5 digits var str = textObj.value var aChar = &quot;&quot; var formObj = document.frmAbstractor if (str.length != 5) { alert('Please enter a valid Zip Code.')...
  15. KizMar

    Session Variables (passback)

    They say: &quot; An API (Application Programming Interface) is used in many different contexts in this industry. To clear this up with our service read below: We offer a Common Gateway Interface (CGI). This means your site will need to contain an HTML form or link with cgi parameters appended...

Part and Inventory Search

Back
Top