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...
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...
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...
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...
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...
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...
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...
The code below opens a window and creates a close button.
I can get the window to close by using <button onClick="window.close()"> 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...
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...
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="JavaScript" type="text/JavaScript">
var i...
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...
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="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"...
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.