I want to disable a table with javascript. In this table i have 'n' record and each record has 3 buttons. If you click a button does an action. I want to disable the all table.
Is there any way to disable all this table without have to disable each
button of each record?
I have a form, with two drop down boxes. I want to be able to disable the second drop down box when a specific value is chosen on the first. I can't seem to figure out how to do this.
Go easy on me, I'm a newbie for the most part, but here is my code...
Does anyone know how to disable javascript in the new Netscape 8 -- for off line testing (like can be done readily with the current MSIE, Firefox or Opera browsers) ?
When I try tools -> options -> site controls -> web features and check or uncheck the 'enable javascript' box, nothing changes -- it stays enabled.
I've searched FAQs, archives and google about the issue, with no luck.
The odd thing is I swear last summer I managed past the problem intermittently by clearing the cache, restarting the program, rebooting the system, or something like that . . . but then got busy with other things and now I don't recall what I did -- or if I was dreaming.
If no-one else can disable javascript on NN8, then why worry? I don't know -- to be thorough, I guess. Would a third party security program 'disable javascript' feature be a way to test NN8 under these circumstances? Or maybe it's the case that the 'disable javascript' controls in NN8 work only for online content (the reverse of the MSIE controls). I'll check it out and report back.
If the browser disable the javascript, what happen to Ajax? can i slove the problem by using server side script? any suggestion for this?
i currently do some dirty projects with perl/cgi, and I would like to add more client side features which relate to ajax, and do some validation on the client side with javascript. but it is possible that the javascript may be disable with some browsers. what can i do if the client's broweer disable the javascript.
Is there anyway of disabling images in javascript, so that the alternative text appears instead of the images? I'm trying to do a text-only version of my site.
Does anyone know how to disable selecting when drawing VML objects? I have a sketchpad program, where I draw polylines when you do a mouse drag. The problem is that when i drag the mouse, it is drawing the line but also selecting the previous VML stuff, which is sort of annoying. Is there a way to disable this in javascript?
I'm working on a little frames based web market research tool (not for public consumption) which allows us select various supplier websites via a link in a header frame, to be loaded in a main frame, from which we may drag data to be dropped into a form in a third form_frame which then submits to our database. All in all, this works nicely until we come to one of the supplier sites which has implemented a frame-killer script.
Now, I know it would be bad form (probably illiegal even) to force a site into the frames of another site for public consumption but I don't think that is an issue here so I ask you all ... Is it possible to disable JavaScript (on the fly) for a given frame only?
will both show the javascript link on the browser status bar...of course you can use onmouseover to set the status bar text...but you need to do on all the link....a little over kill.
Most of the browsers has a feature that prompts the user to save the username or password when filling a form.
I just want to disable this feature. Can i disable this feature using Javascript?
Because there are some users that will not read on the message or information on the pop window that prompts them to save the username and password. I know it can be disabled manually through the browser's preferences.
On the time sheet page i have created a years worth of entries in the database for a user so that they may create entries ahead of time(for holidays etc.).
My problem is that when i load the page, i display the current month for that user and it displays:
Date Month Day TimeInMorning TimeIn Evening etc..
What i would like is that a user may update any field and click on a save button which will update the field(s) that they have changed. I ahve attempted in javascript to do this but i am failing.
I am looking for a table generator that works with prompts. Something like this the first prompt asks How many rows? second prompt How many columns? third prompt Border size fourth prompt Bgcolor and fifth prompt Create table.
i have no idea about javascript and have been fiddling with this form for a while now... i would love to be able to have a table containing a label in 1 column and a text box and buttun in the other.
When the button is clicked the javascript funcion adds another row to the table with another textbox and button to add more...
I am trying to develop a function where the user rolls over the days ( all inside their own <td> ) inside a table of a single month calendar. And when he clicks on a day, it get its color permanently changed until he choses another day for focus. I tried onMouseOver, onClick and onMouseOut, but I just cannot find a way for it to lose focus on the day last clicked when I click anew.
I am looking for a package i found once that created excel style html tables with javascript. It would do all sorts of things like column resizing, sorting, rearranging etc.
I don't remember the name but I am sure there are similar packages like this. Anyone have a list of links?
I have this dynamically created table in my one of my php forms that shows the names of the people the user has entered into a text field. When they hit add a row displays, showing the name they entered. Also, an image that allows them to delete shows beside the name upon creation.
The delete removes the name from the table and pushes the other names to the top. Simple stuff, however, if I delete the last name displayed(the bottom of the table), then the next, then the next, IN ORDER, I have no problems. If I pick a name that is in the middle or top of the table, everything below does not allow me to delete Code:
I don't know the problem with IE6. I have tried three methods, and they all failed. I eliminated the use of mootools' framework in method 3. MooTools is not the problem. Because the table is created but is not showing up. I have checked that with IE developper toolbar. Code: