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 IamaSherpa 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
  • 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

    Thanks Adam for the suggestion - I got it working. However, as I mentioned I want to transfer more than one variable. I have modified the example below to illustrate. I need both xo and yo. <html> <head> <title>Test Function</title> </head> <body> <SCRIPT LANGUAGE="JavaScript"> function...
  7. 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...
  8. 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...
  9. 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...
  10. gns100

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

    Thanks Kaht. I used your suggestions but the &quot;disabled&quot; feature didn't work as I expected. Both &quot;disabled&quot; true or false greyed out the button. I want to clear the disabled values when another item (say &quot;mex&quot;) which doesn't have the same restrictions is selected. I...
  11. gns100

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

    Stormbind -- I used your suggestion, probably incorrectly. Here's a simple example of what I'm trying to achieve. I want the &quot;week&quot; radio button option to be unavailable if I select &quot;Hawaii&quot;. <html> <head> <title>Test Page</title> </head> <body> <form...
  12. 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...
  13. 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...
  14. gns100

    I want to print text from a documen

    vbkris: I just want to display the text (in the HTML section, on the same page) which I produce in the JS section. I don't want to create a frame. Look at the source code above (at the original posting). The text gets generated in &quot;function timedPhoto()&quot;. I simply want to display it...
  15. gns100

    I want to print text from a documen

    vbkris: The code I have shown displays &quot;file:///j:/myText_1.txt&quot; not the text in the file. The following code lines I have written imageText_3 = &quot;file:///j:/myText_1.txt&quot; document.photoText=imageText_3...
  16. gns100

    I want to print text from a documen

    Thanks for your quick response. Your code writes &quot;THREE&quot; on a new page. I want to place the text in a specific area of the slide show and am trying to move it back to the <body> area where the slides and other text is displayed. (See the code at the bottom of the initial posting). I...
  17. gns100

    I want to print text from a documen

    Thanks vbkris. For example, if imageText_3=&quot;THREE&quot; how do I get the contents of imageText_3 (THREE) back to the <BODY> section to display. I want to create a list (1, 2, 3 ....) of slide titles for display.
  18. 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...
  19. 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...
  20. gns100

    Preserving photo dimensions during rotation

    Hi Adam, Sorry, I was confused and posted another item with the code. See thread216-680085 &quot;Displaying images with correct dimensions&quot; posted on 11/14/03 The issue is I'm trying to transfer the height and width info from a JS function into the <body> section for each photo as it is...

Part and Inventory Search

Back
Top