Forum: Web Development Job Offers Mar 4th, 2008 |
| Replies: 0 Views: 515 We have two very interesting projects for a skilled Java developer. Please send me a private message with your U.S. phone number. Thanks! |
Forum: IT Professionals' Lounge Mar 4th, 2008 |
| Replies: 10 Views: 1,767 You left out the best one (my opinion) Safari, which works in both PC and Mac OS. |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2007 |
| Replies: 3 Views: 2,128 Here is my problem and it may be that you are talking over my head. I want to close the frameset window. It is not a frame. |
Forum: Web Development Job Offers Aug 8th, 2007 |
| Replies: 3 Views: 1,049 We are looking for a high level PHP developer ASAP! It would be great to also know Java. For the right person, this will be a long-term relationship. |
Forum: JavaScript / DHTML / AJAX Aug 8th, 2007 |
| Replies: 3 Views: 2,128 The following code worked perfectly when I was using a normal window, but now that I have changed it to a frameset, it does not work. I have been reading as much as I can find on the subject and I... |
Forum: JavaScript / DHTML / AJAX Aug 3rd, 2007 |
| Replies: 16 Views: 4,710 No problem at all. Yes, it works very well. I was simply thanking you and informing you of our success with the code. |
Forum: JavaScript / DHTML / AJAX Aug 3rd, 2007 |
| Replies: 16 Views: 4,710 I want to thank you, albeit you were not very friendly, you did continue to help me through creating a successful script. I finally narrowed down the problem to the code regarding the varible for the... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2007 |
| Replies: 16 Views: 4,710 I am sorry. Maybe you missed what I said.
Your code did work fine, but only for one window, not 3. We have 3 windows that the user may choose to have open at the same time. That is why I needed to... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2007 |
| Replies: 16 Views: 4,710 This still isn't working. Can someone help?
<SCRIPT>
<!--
// create a custom window
function openWindow(url, wnd)
{
var theName = null;
theName = wnd; |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2007 |
| Replies: 16 Views: 4,710 Thanks, you are being so helpful! We are very close. The only problem left to resolve is that the user cannot open the 3 different windows at the same time, which we want. The reason is that we need... |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2007 |
| Replies: 16 Views: 4,710 I do not see the difference between what you did and what I did. Anyway, would you like to earn money for your advice. We have need for a developer with these skills. Please send your contact info to... |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2007 |
| Replies: 16 Views: 4,710 I truly appreciate your help. I modified my script per your sample (I think), but it doesn't work. With what I have here the window doesn't open. Do you or anyone else see the problem?
<SCRIPT>... |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2007 |
| Replies: 16 Views: 4,710 I am new to DOM and need a little help. I have opened a named page with window.open. Later when the user clicks on the link from the parent page that was used to open the child window, they are... |