Click here to Skip to main content
15,896,111 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Internet configurations Pin
Guffa27-Jun-07 20:56
Guffa27-Jun-07 20:56 
Questionmozilla problem Pin
hkchauhan25-Jun-07 23:43
hkchauhan25-Jun-07 23:43 
AnswerRe: mozilla problem Pin
SHatchard26-Jun-07 0:31
SHatchard26-Jun-07 0:31 
GeneralRe: mozilla problem Pin
hkchauhan26-Jun-07 1:55
hkchauhan26-Jun-07 1:55 
AnswerRe: mozilla problem Pin
Vasudevan Deepak Kumar26-Jun-07 1:46
Vasudevan Deepak Kumar26-Jun-07 1:46 
GeneralRe: mozilla problem Pin
hkchauhan26-Jun-07 1:59
hkchauhan26-Jun-07 1:59 
GeneralRe: mozilla problem Pin
Vasudevan Deepak Kumar26-Jun-07 2:12
Vasudevan Deepak Kumar26-Jun-07 2:12 
GeneralRe: mozilla problem Pin
Guffa26-Jun-07 2:35
Guffa26-Jun-07 2:35 
hkchauhan wrote:
var search = location.search;
search = search.replace(/\?/,'');
var searchAttributes = search.split('&');
for(var no=0;no
{
var items = searchAttributes[no].split('=');
eval("var "+items[0]+" = '"+items[1]+"';");


Noooooooooooooooooooooooooooooooo!

Your code is totally open for code injection. Anyone can add anything to the querystring, and your code will run it.

---
single minded; short sighted; long gone;

QuestionTreeview control in web forms with drag drop functionality??? Pin
sudhakar7925-Jun-07 22:37
sudhakar7925-Jun-07 22:37 
AnswerRe: Treeview control in web forms with drag drop functionality??? Pin
Vasudevan Deepak Kumar27-Jun-07 3:06
Vasudevan Deepak Kumar27-Jun-07 3:06 
GeneralRe: Treeview control in web forms with drag drop functionality??? Pin
sudhakar7927-Jun-07 20:55
sudhakar7927-Jun-07 20:55 
Questioncrystal report in asp Pin
Haresh Boghani25-Jun-07 21:42
Haresh Boghani25-Jun-07 21:42 
AnswerRe: crystal report in asp Pin
Vasudevan Deepak Kumar25-Jun-07 22:01
Vasudevan Deepak Kumar25-Jun-07 22:01 
QuestionDiv Object Pin
L Viljoen25-Jun-07 21:28
professionalL Viljoen25-Jun-07 21:28 
AnswerRe: Div Object Pin
Vasudevan Deepak Kumar25-Jun-07 22:02
Vasudevan Deepak Kumar25-Jun-07 22:02 
GeneralRe: Div Object Pin
L Viljoen25-Jun-07 22:04
professionalL Viljoen25-Jun-07 22:04 
AnswerRe: Div Object Pin
Tamimi - Code25-Jun-07 22:02
Tamimi - Code25-Jun-07 22:02 
AnswerRe: Div Object Pin
RichardGrimmer28-Jun-07 1:10
RichardGrimmer28-Jun-07 1:10 
GeneralRe: Div Object Pin
L Viljoen25-Jun-07 22:04
professionalL Viljoen25-Jun-07 22:04 
GeneralRe: Div Object Pin
.NetRams25-Jun-07 23:41
.NetRams25-Jun-07 23:41 
GeneralRe: Div Object Pin
Vasudevan Deepak Kumar26-Jun-07 2:07
Vasudevan Deepak Kumar26-Jun-07 2:07 
QuestionWebSite Testing Pin
ArchaBhandare25-Jun-07 19:43
ArchaBhandare25-Jun-07 19:43 
AnswerRe: WebSite Testing Pin
Vasudevan Deepak Kumar25-Jun-07 21:54
Vasudevan Deepak Kumar25-Jun-07 21:54 
QuestionDataGrid inconsistent after sorting Pin
Allad25-Jun-07 11:46
Allad25-Jun-07 11:46 
AnswerRe: DataGrid inconsistent after sorting Pin
Vasudevan Deepak Kumar25-Jun-07 22:02
Vasudevan Deepak Kumar25-Jun-07 22:02 

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.