Good points.
What I presented here is just a piece of much larger code. The variables presenting windows are placed global in the live version. But the same problem exists. This example I've provided here represents the problem.
google_window in this example is declared outside the function...
Hi,
I have hit a wall with how to use variable names inside certain statements (such a "if"). There are a few others I have issues with but to keep it simple, this shows the problem.
Here are two nearly identical pages. Each attempts to open Google in a new window. A function -...
Thanks Vacunita.
I am keeping a new window referenced as such:
a_height=screen.availHeight;
a_width=screen.availWidth;
var window1=window.open('1.html','Nav','location=no, menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, width=a_width, height=a_height');
So in this...
Hi,
I have a web app in which Javascript opens a number of windows. Which ones get opened depend on user actions so I can't be sure which are opened.
When the user causes a window to open, I first want to check if that window IS already open.
Is there a way to do this? I can't find anything...
BillyRayPreachersSon and johnwm:
My client confirmed - it's an Artisteer template. It validated on CSS and XHTML, but was missing a modern DOCTYPE. Once I put that in - it worked in IE!
Thanks for the help.
KB
hi all,
I set up an example of the problem, the URL to view is:
http://www.testthishere.com/phone/members
In Firefox it looks fine - the menu appears.
in IE, it doesn't appear. Actually it sort of appears - if you move the mouse around the white space words from the menu will appear, and...
HI all, I fixed it and here is what the deal is:
You take your Word 2007 file, or template as my case had been. Rename it with a zip extension. Then open the zip file - you get a number of directories and files - what actually shows up depends on what was in the file in the first place.
For my...
xhelp - it did not work.
Tony - I didn't create it. It was given to me to change. I don't know how it got created. I've been playing around with how to make a new one but haven't gotten that far. Why MS would make this so much harder than before is beyond me.
Hi,
I have been given a Word 2007 template (dotm) to update. When opened, or when a document is opened based on it, there is an extra tab on the ribbon, let's call it "Mystuff"
Clicking Mystuff changes the ribbon to display various custom items that lead to various functionality. I don't need...
Hi,
The following routine will work on some servers, not on others. When it does not work, it gets as far as where it tried to connect, and then nothing happens. The echo numbers are for seeing how far the programming goes. When it does not work, it echoes "2" and then just keeps spinning its...
Hi All,
First, yes I know tables should go, but I am handed someone else's work and a limited budget. So the issue I am having is that I put a div in a td - and the div is in the css file and doing what it should - in IE and Firefox. Safari on the other hand seems to ignore the styling provided...
Hi,
I'm trying to find a way to clear the values being included with a form's post.
The form posts back to its own page. I need to keep it this way due to other needs of the client.
Also it is post, not get. That has to stay too.
Within the php code, certain messages are echoed to the...
Hi,
Kinda of a newbie.
How can I set up an action such that when an image is clicked on, a new window opens set to a url specified in the click event. I read that it can't be done on an image but instead to convert the image to a button (although it will still appear as the graphic?)...
Hi,
I've been handed a project with tables already in place. I am using PHP to construct and run SQL statements.
One of the tables is named Values.
This creates a problem when running this SQL statement within it being constructed in PHP:
select gref.Field1, gref.Field2, othertable.Field3...
Hi,
I have a report that is built on a Union Query:
SELECT Contributors.FirstName, Contributors.LastName, Donations.DonationDate, Donations.DonationAmount as "Amount", Donations.Loan, Donations.DonationReported, "Donation" AS Type
FROM Contributors INNER JOIN Donations ON Contributors.ID =...
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.