Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old January 24th, 2006, 04:09 PM
CCCP CCCP is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 17 CCCP User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 8 m 35 sec
Reputation Power: 0
differences Mozilla FF and IE

in index page i have a form name customer_sub and selectbox customer_val.

i open popup page and search a customer value


php Code:
Original - php Code
  1. <a href="#" onclick="javascript:window.open('customer_search.php','popu  p','resizable=no,scrollbars=yes,width=350,height=4  00');">otsi</A>


and in customer_search.php show wounded searcing result
values as link with values and call function founded
values in searsh result and selectbox list customer_val is identical.
php Code:
Original - php Code
  1.  
  2. <A HREF="javascript:founded('founded_value');">founded value</A>


function must give selectbox customer_val value "founded_value" andsubmit customer_sub form.
php Code:
Original - php Code
  1.  
  2. function founded(symbol) {
  3.         if (window.opener && !window.opener.closed) {
  4.             window.opener.document.customer_sub.customer_val.v  alue = symbol;
  5.             window.opener.document.customer_sub.submit();
  6.             window.close();
  7.         }
  8.     }

it works fine with FF, but doesnt work IE
(doesnt give a value and doesnt submit)
what is wrong?

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > differences Mozilla FF and IE


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway