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 wOOdy-Soft 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 gronsky

  1. gronsky

    Outlook 2003 - saving images other than as bmp

    Opps, my error. Yes, I meant that Outlook 2003 will only allow me to save the image as file type - .bmp
  2. gronsky

    Outlook 2003 - saving images other than as bmp

    Morning, My os is Windows XP, and am using Outlook 2003. When I receive an email and it has a image in the body of the email, let's say it's an animated gif, and I would like to save the gif file, normally I would right click on the image and choose "save as" to save the image. However, in...
  3. gronsky

    Gradient fill Problems in PSP9

    Howdy, Lately I've noticed that when I use the gradient fill tool in PSP9 the fill appears "blocky." I other words there is no smooth transition between colors but rather definite delineations between colors. I tried using gradient fill in another paint program, Micrografx Picture Publisher...
  4. gronsky

    Link to anchor in an iframe

    Hey Chessbot. Thanks for the reply. Ah, duh. What's the old saying, "if it were a snake..." I was trying to link href="thumbnails.html#2000" target="gpl">2000 It was driving me nuts, never thought to look to make sure I had the correct html. Again, thanks so much for your assistance and...
  5. gronsky

    Link to anchor in an iframe

    Hi! I am working on a page that has frames; the top using caption.html, left column using thumbnails.html the right column using image.html In thumbnails.html I have a scrollable iframe. (<iframe id="photodata" name="gpl" src="../Photo-ifram.html"...</iframe>) The iframe displays the thumbnail...
  6. gronsky

    Non Scrolling image (page already has watermark)

    While I was surfing for css sites I found one that boggled my mind. I know that you can only have one background image but it seems that the following page has two non scrolling images. I know how to create the watermark, but I am stumped as to how the image at the top of the page is fixed...
  7. gronsky

    Template Help - user input displayed in multiple fields in same doc

    Thanks macropod, After I posted my question I returned to my document and discovered the bookmark method. It does the trick for me. Thanks for your reply. gronsky
  8. gronsky

    Template Help - user input displayed in multiple fields in same doc

    I'm new to doing this so please be gentle. Using Word 2000, I have a document where I use; {MACROBUTTON NoMacro[Click here and type A.D.'s name]} elsewhere in the document I have; Any questions please feel free to ask ?????????????? Where ????????????? is the value that the user types in...
  9. gronsky

    Wingdings won't print

    Morning, I have a document in which I use the font Wingdings lower case r, which gives a shadowed box. However, when I print the document the boxes don't print! Any help would be greatly appreciated. I'm using Word 2000, Windows 98, and a HP laser printer.
  10. gronsky

    Checking which checkbox was selected

    Morning, (sorry for the double post, forgot to add a subject line in the last post!) HELP! In a, somewhat, perfect world what should happen in the following code is that the customer ticks the checkbox for a particular Production Date and then chooses how many Adult and/or Children tickets...
  11. gronsky

    [code] &lt;html&gt;&lt;head&gt; &lt;script type=

    Morning, HELP! In a, somewhat, perfect world what should happen in the following code is that the customer ticks the checkbox for a particular Production Date and then chooses how many Adult and/or Children tickets they need for that production. The code below is an abbreviated one for the...
  12. gronsky

    Trying to pass parseSearchString() variables into a table

    Thanks for the reply BillyRayPreachersSon, It Works! I added the '{' and ')' and also a ';'.
  13. gronsky

    Trying to pass parseSearchString() variables into a table

    It's me again. I have a form in which after the inputs are validated they are then to be passed into a new page. I didn't like the look of the output, ie; name = John address = 1234 Some St. I would like some alignment; name = John address = 1234 Some St. The original function was...
  14. gronsky

    After validating a form then show data in new window

    Hey mwolf00, Yes that's it! Great! Thanks!! Now for the big question, since I'm new to javascript, how would you do the looping????
  15. gronsky

    After validating a form then show data in new window

    My dele...dilemm...problem is this, when the html below is run, it will validate the forms's inputs. What I would then like to do after the validation is to open a formatted html doc in a popup window that shows the form's data. Could this be done with document.write? Also could all of this be...

Part and Inventory Search

Back
Top