473,805 Members | 2,007 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

eval() working with IE but not with firefox

22 New Member
My code is to change the frequency display as each radiobutton is pressed.
ie,when radio button for daily is pressed corresponding data displays
when radio for weekly pressed....etc
The code works well in IE but not in firefox.I hope its the problem with eval()
If i put the code can anyone please help me to find a better solution.


<input name="dayType" type="radio" value="Y" onClick="dontSh owthis('4');" <?=$checked4? >>
//there are 4 radio buttons like this

<div id="layID1" style="position :absolute; visibility:<?=$ visible1 ?>;">

<table width="100%" border="0" cellspacing="0" cellpadding="0" style="vertical-align:top;">
<tr>
<td height="30"><in put name="day_recur " type="radio" value="days" <?=$day_recur_c hecked1 ?>>Repeat every <input name="day_text" type="text" id="day_text" size="5" value="<?=($VAR S[day_text]?$VARS[day_text]:$defaultinput) ; ?>"> day(s)
</td>
</tr>
<tr>
<td height="30"><in put name="day_recur " type="radio" value="weekday" <?=$day_recur_c hecked2 ?>> Every weekday &nbsp;</td>
</tr>
</table>
</div>

function dontShowthis(cu rrent){

for(i=1;i<=4;i+ +){
layerName = eval("layID"+i) ;

if (i!=current){
layerName.style .visibility='hi dden';
}else
layerName.style .visibility='vi sible';
}

}


Thank u
Jan 9 '07 #1
3 5743
acoder
16,027 Recognized Expert Moderator MVP
Instead of using eval, use
Expand|Select|Wrap|Line Numbers
  1. document.getElementById("layID"+i);
Jan 9 '07 #2
nishac
22 New Member
Instead of using eval, use
Expand|Select|Wrap|Line Numbers
  1. document.getElementById("layID"+i);
The code worked well..Thanks alot
Jan 10 '07 #3
acoder
16,027 Recognized Expert Moderator MVP
The code worked well..Thanks alot
You're welcome.
Jan 10 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

12
3462
by: knocte | last post by:
Hello. I have always thought that the eval() function was very flexible and useful. If I use it, I can define functions at runtime!! However, I have found a case where eval() does not work properly. It works, for example, when invoking functions (alert('hello')), but not for defining functions. The case occurs when retrieving the javascript code with
18
3165
by: Joe Fallon | last post by:
I have some complex logic which is fairly simply to build up into a string. I needed a way to Eval this string and return a Boolean result. This code works fine to achieve that goal. My question is what happens to the dynamically created assembly when the method is done running? Does GC take care of it? Or is it stuck in RAM until the ASP.Net process is recycled? This code executes pretty frequently (maybe 4 times per transaction) and...
4
9035
by: Angel | last post by:
Hello Everybody, I have the following lines in my code 1) totalElements=eval("document."+formname+".RCBillingCycle"+totalRCRows+".length") 2) var newoption=new Option (BillingCycleName,BillingCycleId); eval("document."+formname+".RCBillingCycle"+totalRCRows+".options= newoption");
7
3967
by: petermichaux | last post by:
Hi, I have tried the following based on suggestions of the best way to insert JavaScript into a page. This is instead of using eval(). Unfortunately IE says "unexpected call to property or method access" for the second to last line of my function. If you know what I've done wrong or how to fix it I would appreciate the help.
7
5066
by: Darko | last post by:
Hello, I have this particular problem with eval() when using Microsoft Internet Explorer, when trying to define an event handler. This is the code: function BigObject() { this.items = new Array(); this.values = new Array();
9
5943
by: princeHector | last post by:
Hello ppl, I am new to working with the Safari browser supported in Mac OS, I am trying to perform eval of a Javascript(string) which is working in IE / Firefox but not working in Safari. I am basically trying to create an instance of an object with eval. For ex: eval( "var x = new ImageLoader( );" ) ; any leads or suggestions on this issue would be great.
3
4851
by: theS70RM | last post by:
Hey, Im at my wits end! Im trying to get IE to store a string that defines a multi-demensional array as an actual array. Heres what the array definition would look like: foo = Array( {'key' : 'value', 'key2' : 'value2'},{'key' : 'value', 'key2' : 'value2'}, {'key' : 'value', 'key2' : 'value2'}, {'key' : 'value', 'key2' : 'value2'}); alert(foo);
4
2152
by: radhakoteru | last post by:
eval(String) not working in firefox
4
1990
by: Adam C. | last post by:
Mozilla.org suggests using the with statement to control bindings: var f = 2; with({f: 3}){ eval("f"); // evaluates to 3 } But that doesn't work for binding "this".
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10604
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10361
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10103
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9179
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7644
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6874
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
3006
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.