Click here to Skip to main content
15,886,919 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 11:43
professionalUser 17164925-Sep-15 11:43 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 12:00
professionalGuyThiebaut5-Sep-15 12:00 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 12:22
professionalUser 17164925-Sep-15 12:22 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 19:51
professionalGuyThiebaut5-Sep-15 19:51 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 23:36
professionalUser 17164925-Sep-15 23:36 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter5-Sep-15 20:43
professionalKornfeld Eliyahu Peter5-Sep-15 20:43 
JokeRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter6-Sep-15 3:42
professionalKornfeld Eliyahu Peter6-Sep-15 3:42 
QuestionDOM XSS and createElement() and getElementsByTagName() methods Pin
Supriya Tonape3-Sep-15 4:55
Supriya Tonape3-Sep-15 4:55 
Hello,

I am wondering if following methods in my script are vulnerable for DOM XSS attack? If yes, what is the best practice to write them. Kindly help if you can guide about it.

1. document.createElement()
2. document.getElementsByTagName()


(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

Thank you for your time.

Best Regards,
Supriya
QuestionHow to fake or declare a kendo controls in jasmine test Pin
phetolel23-Aug-15 23:17
phetolel23-Aug-15 23:17 
QuestionMy website is ok? Pin
David m costa23-Aug-15 19:59
David m costa23-Aug-15 19:59 
AnswerRe: My website is ok? Pin
Richard MacCutchan23-Aug-15 21:18
mveRichard MacCutchan23-Aug-15 21:18 
AnswerRe: My website is ok? Pin
ZurdoDev31-Aug-15 5:08
professionalZurdoDev31-Aug-15 5:08 
Questionhow to display image on datalist from sql server in asp.net Pin
SujataJK19-Aug-15 19:53
SujataJK19-Aug-15 19:53 
SuggestionRe: how to display image on datalist from sql server in asp.net Pin
Richard MacCutchan19-Aug-15 21:00
mveRichard MacCutchan19-Aug-15 21:00 
QuestionDeploy ASP.NET MVC application with ftp on web server Pin
DPaul199417-Aug-15 19:48
DPaul199417-Aug-15 19:48 
AnswerRe: Deploy ASP.NET MVC application with ftp on web server Pin
Richard MacCutchan17-Aug-15 21:11
mveRichard MacCutchan17-Aug-15 21:11 
GeneralRe: Deploy ASP.NET MVC application with ftp on web server Pin
DPaul199418-Aug-15 9:39
DPaul199418-Aug-15 9:39 
AnswerRe: Deploy ASP.NET MVC application with ftp on web server Pin
Afzaal Ahmad Zeeshan17-Aug-15 23:18
professionalAfzaal Ahmad Zeeshan17-Aug-15 23:18 
GeneralRe: Deploy ASP.NET MVC application with ftp on web server Pin
DPaul199418-Aug-15 9:40
DPaul199418-Aug-15 9:40 
QuestionLimiting the number of connected systems of a web app using php Pin
Member 1178652211-Aug-15 22:30
Member 1178652211-Aug-15 22:30 
QuestionRe: Limiting the number of connected systems of a web app using php Pin
DamithSL12-Aug-15 0:24
professionalDamithSL12-Aug-15 0:24 
AnswerRe: Limiting the number of connected systems of a web app using php Pin
Member 1178652212-Aug-15 1:18
Member 1178652212-Aug-15 1:18 
QuestionHow to define +91 as default value on TextBox in simple html Pin
kumarravishankar11-Aug-15 8:08
professionalkumarravishankar11-Aug-15 8:08 
AnswerRe: How to define +91 as default value on TextBox in simple html Pin
User 418025411-Aug-15 8:32
User 418025411-Aug-15 8:32 
AnswerRe: How to define +91 as default value on TextBox in simple html Pin
ZurdoDev11-Aug-15 9:50
professionalZurdoDev11-Aug-15 9:50 

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.