
shortage
Members-
Content Count
10 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout shortage
-
Rank
Newbie
-
no because taht only does it with one row plu i want it so when i press the create button a new row coems up like i have done but make it also have the same functionality
-
hi i have posted quite a bit of questions nad they have been answerd nicly just havea tird question.while creating my cotpit i wont to be able to tick a check box and then when it is checked the text feilds on that row become un disabled?Editheres my code <html> <head><link href="css/common.css" rel="stylesheet" type="text/css" /><link href="css/M_G1_masthead.css" rel="stylesheet" type="text/css" /><link href="css/M_G3_pageTitle.css" rel="stylesheet" type="text/css" /><link href="css/tools.css" rel="stylesheet" type="text/css" /><link href="css/M_G5_le
-
thank you for ll of your help
-
i would have thought it would be on a differnt key frame inside the movieclip? just use stop(); commands and the tabs as buttons that move to differnt key frames
-
this is my code :\ <html> <head><link href="css/common.css" rel="stylesheet" type="text/css" /><link href="css/M_G1_masthead.css" rel="stylesheet" type="text/css" /><link href="css/M_G3_pageTitle.css" rel="stylesheet" type="text/css" /><link href="css/tools.css" rel="stylesheet" type="text/css" /><link href="css/M_G5_leftNav.css" rel="stylesheet" type="text/css" /><link href="css/M_G42_CobrandedPageTitle.css" rel="stylesheet" type="text/css" /><link href="css/t_4col.css" rel="stylesheet" type="text/css" /><link href="css/t_popup.css" re
-
still cant get it to work :\
-
in my table i have delete buttons that are suppose to delete the rows. but whne i click the delete button it deletes the top row. the code on the button is. <span class="mLeft10"> <input name="submit8" type="button" class="goAnchor mBot2" onClick="deleteRow(this)" value="Delete" /> </span> and the function code is. function deleteRow®{var i=r.parentNode.parentNode.rowIndex;document.getElementById('biotab').deleteRow("1");} how can i make so it deletes the row? not the top one
-
thanks guys for the help
-
Ok well im new to this so ill give it a go :)i am creating a tax cotpit for a company i need help on useing tables and buttons in java scriptbasicly what i have is check boxes on every row and the readonly text boxes on each row. what i want to do is when a button is pressed and the check box on that row is checked that the readonly boxes on that row are no longer readonly.thank you