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!

Search results for query: *

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

    How to Convert Excel file to .PDF

    I have MS Office 2000 Professional operating under Windows 2000. I want to convert an Excel file to a Acrobat .PDF document. I thought that on the File Menu in Excel I would find something like "Save As .PDF" or "Convert to .PDF" but it wasn't there. What do I need to do to have that appear, or...
  2. gns100

    Convert .pmd file to .pub?

    I have a Pagemaker (.pmd) file that I would like to convert to MS Publisher. Is there some way to do that? I tried opening it in MS Publisher but it stopped half-way through the conversion. Any help on this would be appreciated. Thanks.
  3. gns100

    HTML code within a conditional stmt in JS

    I want to make a series of links to popup windows active on certain calendar dates. I know how to get the date part working but need to know how to adjust the HTML code (bold & blue) so that the link becomes live after a certain date. See blue section below. The HTML version (red) worked OK...
  4. gns100

    Button to hyperlink

    I have created a slideshow page and want to allow the visitor to use an "exit" button in a form to go back to another page on my website. I wasn't able to use a hyperlink directly from the button which seemed the obvious way to go, but thought I could do something like the following. Sorry for...
  5. gns100

    Displaying text for slideshow

    I want to add several lines of changing text below images in a slideshow. I had been using a select (drop-down) box to display a few words of text and that worked but I can't wrap that text and the new text extends to several lines for each image. What are my options? Can I simply create an...
  6. gns100

    Getting results from a function

    Simple question. I'm trying to return the result for calculation of "xout" from the function test() below. Instead of the result "xo = 4), I get xo is "undefined", I'm missing something basic here. Eventually, I want to return the results of many calculations from the function test(). Any help...
  7. gns100

    Getting back to original page after pop-up window closes.

    Here's some simple code that illustrates my problem. On the first page I just "Click here" to go to the pop-up window. <html> <head> <title>Initial Page</title> </head> <body> <p><a href="test-initial.html">Click Here</a></p> </body> </html> Pop-up window code <html> <HEAD> <SCRIPT...
  8. gns100

    Keeping buttons &quot;greyed out&quot; and text displayed after form submitted

    In the form below I'm trying to use the preservedata="Yes" option in order to keep the form data in the same manner after it's been submitted. If the Mexico or San_Diego option is selected from the drop-down list, then only the "Week" button can be used. After the form is submitted it...
  9. gns100

    How to &quot;grey&quot; a radio button so it can't be selected?

    First, I'm using a drop down list in a form to select an item. Next I need to select a radio button from say 3 choices. Depending on the selection from the list, not all of the radio button choices will be valid. Can I &quot;grey out&quot; the inappropriate choices so they can't be selected. How...
  10. gns100

    Displaying horiz. &amp; vert. format images.

    I'm displaying a slide show of images which rotate. It works except for the following problem. Some images are in landscape format others are in portrait format. The landscape ones display as they should, however, the portrait ones get squeezed into the horizontal format. To solve this I...
  11. gns100

    Displaying text from a document in a slide show

    I'm trying to transfer the text in a document which is in a function to the <body> section of the code to be displayed in a slide show. I was able to transfer a string but I want to replace the string with a number of text files (e.g. myText_1.txt to go with the first slide etc.). The code below...
  12. gns100

    I want to print text from a documen

    I want to print text from a document identified in a JS function (myText_1.txt below) by transferring it to the <body> section where it will be shown on the website. The text is comments that go with a slide show. Here is code that I have used in the past to transfer a string. I simply want to...
  13. gns100

    Displaying images with correct dimensions.

    I'm trying to transfer the slideHeight and slideWidth info from the JS function in the switch() section to the <body> section in order to display the photos using their correct heights and widths. The slideText info works OK. I've just displayed the key code parts to simplify the problem...
  14. gns100

    Preserving photo dimensions during rotation

    I have a program I wrote in JS that rotates images. The photos are different sizes (some are in landscape format, some in portrait) - also it is difficult to get all the landscape ones to be the same size, esp. after cropping. I have made them all the same width, say 4 inches. At the moment...
  15. gns100

    Opening new window over original with both visible.

    I'm trying to solve a trivial problem of opening a new window over the original window where the link to the window was clicked. At the moment, the new window opens but I loose the original window. I need the original window to be visible (stay open) at the same time as the new (smaller) window...
  16. gns100

    Closing window using onClick=&quot;function()&quot;

    The code below opens a window and creates a close button. I can get the window to close by using <button onClick=&quot;window.close()&quot;> but I want to do this using the function closeWindow() as shown. What am I missing here? It should be fairly simple. Thanks, <html> <head> <title>New...
  17. gns100

    How to overlap rotating images

    Is there a way to display 2 slide show images such that image set A slightly overlaps image set B (just part of the corner). Each set rotates separately. The effect I am looking for would be similar to displayed playing cards on a table with a slight overlap i.e. only the last card displayed is...
  18. gns100

    Getting setTimeout() to work.

    I want to delay the execution of nextPart() by 3 sec. each time i increments in the following code. What happens is that i increments and I only get one call to nextPart(). What's wrong? Thanks. <html> <head> <script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;> var i...
  19. gns100

    Add time delay in rotating images

    I have two groups of images (A & B) which I display next to each other. Each group rotates on a 6 sec interval. I use setInterval() to achieve this. This works. I want to modify my code to have Group B rotate 3 sec later than Group A. Both sets still change every 6 sec. How can I do this...
  20. gns100

    How do I fade out one image and fade in another?

    I am rotating a series of images on my webpage adn would like to add a fade or other dissolvve feature to go from one image to the other. I've seen something like the following but don't know how to impliment it. style.filter=&quot;progid:DXImageTransform.Microsoft.Fade(duration=0.5)&quot...

Part and Inventory Search

Back
Top