Click here to Skip to main content
15,891,529 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Re-code to get rid of Absolute Positioning? Pin
W Balboos, GHB4-May-18 7:05
W Balboos, GHB4-May-18 7:05 
QuestionSaving data submitted online as pdf Pin
Deekkris13-Apr-18 9:23
Deekkris13-Apr-18 9:23 
AnswerRe: Saving data submitted online as pdf Pin
David Mujica17-Apr-18 3:20
David Mujica17-Apr-18 3:20 
QuestionNeed to Link to an Image on another Page already containing multiple images Pin
Member 1208020110-Apr-18 8:03
Member 1208020110-Apr-18 8:03 
AnswerRe: Need to Link to an Image on another Page already containing multiple images Pin
Richard Deeming19-Apr-18 2:07
mveRichard Deeming19-Apr-18 2:07 
QuestionRe: Need to Link to an Image on another Page already containing multiple images Pin
Sarcastic CA20-Apr-18 7:56
professionalSarcastic CA20-Apr-18 7:56 
QuestionUsing DOM with Selector Values, Assignment Pin
Member 137687478-Apr-18 9:10
Member 137687478-Apr-18 9:10 
QuestionHow to perform addition from LineTotal to subtotal using HTML JavaScript Pin
Nikhil Dange21-Mar-18 3:24
Nikhil Dange21-Mar-18 3:24 
How to perform addition using JavaScript outputed linetotal1,2,3,4,5 to subtotal

<td><input type="text" name="linetotal1" id="linetotal1" onKeyUp="calc1(this.form)" class="linetotal1" style="border:none;width: 100%;"><hr style="border:transparent;">eg.Output 200
<input type="text" name="linetotal2" id="linetotal2" onKeyUp="calc2(this.form)" class="linetotal2" style="border:none;width: 100%;"><hr style="border:transparent;">eg.Output 300
<input type="text" name="linetotal3" id="linetotal3" onKeyUp="calc3(this.form)" class="linetotal3" style="border:none;width: 100%;"><hr style="border:transparent;">eg.Output 400
<input type="text" name="linetotal4" id="linetotal4" onKeyUp="calc4(this.form)" class="linetotal4" style="border:none;width: 100%;"><hr style="border:transparent;">eg.Output 200
<input type="text" name="linetotal5" id="linetotal5" onKeyUp="calc5(this.form)" class="linetotal5" style="border:none;width: 100%;">eg.Output 200
</td>

<tr align="right">
<td colspan="3" class="noBorder">
<b><font size="4px;">Subtotal<br>Tax (%)</font></b></td>
<td valign="middle" align="center" width="100%">
<input type="text" id="subtotal" name="subtotal" class="subtotal" value="0.00" onchange="result(this.Form)" style="border:none;width: 100%;">eg Subtotal Output 13000
<input type="text" name="tax" value="0.00" readonly="readonly" style="border:none;width: 100%;">
</td>
</tr>
SuggestionQuestion about crud operations Pin
Maniteja Attili20-Mar-18 10:25
Maniteja Attili20-Mar-18 10:25 
QuestionRe: Question about crud operations Pin
Richard MacCutchan20-Mar-18 12:25
mveRichard MacCutchan20-Mar-18 12:25 
AnswerRe: Question about crud operations Pin
Maniteja Attili21-Mar-18 3:34
Maniteja Attili21-Mar-18 3:34 
GeneralRe: Question about crud operations Pin
Richard MacCutchan21-Mar-18 4:08
mveRichard MacCutchan21-Mar-18 4:08 
GeneralTemplates with just HTML/CSS (without a back-end) Pin
Ritwesh6-Mar-18 19:55
Ritwesh6-Mar-18 19:55 
QuestionHTML Tables and CSS control Pin
OzWaz5-Mar-18 11:30
OzWaz5-Mar-18 11:30 
AnswerRe: HTML Tables and CSS control Pin
Richard Deeming5-Mar-18 12:46
mveRichard Deeming5-Mar-18 12:46 
GeneralRe: HTML Tables and CSS control Pin
OzWaz5-Mar-18 21:55
OzWaz5-Mar-18 21:55 
GeneralRe: HTML Tables and CSS control Pin
W Balboos, GHB4-May-18 7:10
W Balboos, GHB4-May-18 7:10 
AnswerRe: HTML Tables and CSS control Pin
Peter_in_27805-Mar-18 14:03
professionalPeter_in_27805-Mar-18 14:03 
GeneralRe: HTML Tables and CSS control Pin
OzWaz5-Mar-18 21:48
OzWaz5-Mar-18 21:48 
GeneralRe: HTML Tables and CSS control Pin
Peter_in_27805-Mar-18 22:46
professionalPeter_in_27805-Mar-18 22:46 
GeneralRe: HTML Tables and CSS control Pin
OzWaz6-Mar-18 20:31
OzWaz6-Mar-18 20:31 
Questionjavascript object.function().function() not working Pin
easyj5-Mar-18 9:40
easyj5-Mar-18 9:40 
AnswerRe: javascript object.function().function() not working Pin
Richard Deeming5-Mar-18 12:39
mveRichard Deeming5-Mar-18 12:39 
Questionwhy my sitemap can not be created by online sitemap generator ? Pin
babak11104-Mar-18 19:45
babak11104-Mar-18 19:45 
AnswerRe: why my sitemap can not be created by online sitemap generator ? Pin
OriginalGriff4-Mar-18 19:49
mveOriginalGriff4-Mar-18 19:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.