Is there a command or way to open a popup window and display the parent's source code in IE?
I'm in an IE only environment where all the menus, tool bars, address bar, and right-clicking is disabled, but am expected to debug js.
Any help would be appreciated!
I am using one select box to populate another through ajax. If there is only 1 option to be popuplated, I will default it to that option (which they can blank out by selecting '--none--' with an empty string value, so there are a min. of two options once the first dropdown value has been...
Does anyone here use or develop software that is web based for project tracking? I'm looking for something similiar to MS Project on a smaller scale and open souce is alway a plus for my company.
Thanks,
Ann
I have done a search entire site for a session variable and it came up with 1105 items in 178 documents. I was told to print a list of the pages and where it is used and I would prefer not to type out all instances of this variable. Does anyone know how I can either print out my search results...
I am assigned to adding validation to our project. It is a web application for internal use in small companies and we are selling the package requiring javascript. Our forms include customer entry, inventory entry, invoice entry, and several number collecting screens. In this stage, we are...
Hi,
I would like to do something similiar to the following:
$counter = 1;
$year = "year: NDX year: NDX";
$year = str_replace("NDX", $counter++, $year);
and get the result:
year 1 year 2
It echos out 1 for both years, so how would you guys go about getting this result? I made this...
I have a system that is required to force a page to its main section after thirty minutes of inactivity. Then after another hour of inactivity the user is logged out. I have done this using JavaScript, but now have a problem with multiple widows open. When a user is using only one window/tab...
When my company initially designed our project we expected it to be a small addition to another much larger system. We figured there would be about 4 screens that would need the same information and we were planning to use $_SESSION variable.
After we got started the president of the company...
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.