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...
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.
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...
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...
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...
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...
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...
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...
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...
Thanks Kaht. I used your suggestions but the "disabled" feature didn't work as I expected. Both "disabled" true or false greyed out the button.
I want to clear the disabled values when another item (say "mex") which doesn't have the same restrictions is selected. I...
Stormbind -- I used your suggestion, probably incorrectly.
Here's a simple example of what I'm trying to achieve. I want the "week" radio button option to be unavailable if I select "Hawaii".
<html>
<head>
<title>Test Page</title>
</head>
<body>
<form...
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 "grey out" the inappropriate choices so they can't be selected. How...
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...
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 "function timedPhoto()". I simply want to display it...
vbkris:
The code I have shown displays "file:///j:/myText_1.txt" not the text in the file.
The following code lines I have written
imageText_3 = "file:///j:/myText_1.txt"
document.photoText=imageText_3...
Thanks for your quick response.
Your code writes "THREE" 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...
Thanks vbkris.
For example, if imageText_3="THREE" 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.
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...
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...
Hi Adam,
Sorry, I was confused and posted another item with the code. See
thread216-680085
"Displaying images with correct dimensions" 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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.