cLFlaVA,
thanks for the code.
Unfortunatley we have a java wrapper for IE and are expected to debug the js. We don't even get to see all the layers for createing the GUI. I'm not sure if all the bars are disabled through js or our wrapper. We have no way to create a bookmark by useing IE...
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...
To add to sostek's prev post I would recommend checking out some local professional organizations in the fields you are interested. Talk to them and network. Many may know if their company is looking for interns or of other companies that need interns. When I first graduated I had a guy I met...
Thanks DRJ478! That is exactly what I was looking for. Unfortunately I don't think I made myself clear enough and you saved me from figuring out how to repeat myself a different way.
It wasn't an operator problem I was having. It was a lack of knowing which function to use.
Thanks again...
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...
Thanks, I think we are pointed in the right direction. I would like to share our thoughts on what we are going to do to make sure we are on the right path.
On our edit an item page we are going to redirect them (using JavaScript) to a different page to unlock that record. On a page with the...
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...
Thank you for your fast response and the FAQ. I've printed it to discuss this in our meeting tomorrow.
Do you know of any sites that talk about design considerations using php functions especially about the tradeoff costs (time, space,...)? Or is this something I have to wait for while I...
We are planning for a PostgreSQL database. What we wrote earlier didn't use a database for the GUI display so I am not sure about connectivity. Right now we are using WAMP to view the code but will be up on an apache server (hopefully) by the end of the week.
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.