Click here to Skip to main content
15,905,232 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to parsing text file in Javascript? Pin
see_sharper31318-Aug-09 21:37
see_sharper31318-Aug-09 21:37 
AnswerRe: How to parsing text file in Javascript? Pin
Marc Firth18-Aug-09 22:05
Marc Firth18-Aug-09 22:05 
AnswerRe: How to parsing text file in Javascript? Pin
msn9219-Aug-09 8:02
msn9219-Aug-09 8:02 
QuestionASP Pin
rajiv_kadam18-Aug-09 21:03
rajiv_kadam18-Aug-09 21:03 
AnswerRe: ASP Pin
Ashfield18-Aug-09 21:16
Ashfield18-Aug-09 21:16 
QuestionJavascript: url in html Pin
msn9218-Aug-09 20:35
msn9218-Aug-09 20:35 
AnswerRe: Javascript: url in html Pin
Marc Firth18-Aug-09 22:02
Marc Firth18-Aug-09 22:02 
GeneralRe: Javascript: url in html Pin
msn9219-Aug-09 7:23
msn9219-Aug-09 7:23 
GeneralRe: Javascript: url in html Pin
Marc Firth19-Aug-09 21:57
Marc Firth19-Aug-09 21:57 
Questionhow to get object iframe with asp Pin
ranuth18-Aug-09 17:52
ranuth18-Aug-09 17:52 
AnswerRe: how to get object iframe with asp Pin
Marc Firth18-Aug-09 22:00
Marc Firth18-Aug-09 22:00 
QuestionTransfer JavaScript Array between pages Pin
Joshua Henderson18-Aug-09 17:16
Joshua Henderson18-Aug-09 17:16 
AnswerRe: Transfer JavaScript Array between pages Pin
Marc Firth18-Aug-09 21:52
Marc Firth18-Aug-09 21:52 
GeneralRe: Transfer JavaScript Array between pages Pin
Joshua Henderson20-Aug-09 2:23
Joshua Henderson20-Aug-09 2:23 
GeneralRe: Transfer JavaScript Array between pages Pin
Marc Firth20-Aug-09 2:47
Marc Firth20-Aug-09 2:47 
You could send the items of data individually using AJAX if, for example, it is entered into a form and have PHP convert it into the array.

Also, if the amount of data is too long you could encrypt it and store it as an encrypted cookie - so long as it doesn't affect usability if the cookie is deleted (You can pass cookies between javascript and PHP).

Joshua Henderson wrote:

It definitely does work (and it gives me a way to get the array from javascript to php without too problems as well!), but it isn't the most elegant solution.


Depends on you definition of "elegant solution", development speed or short fancy code. Your code looks fine to me anyway. Clean, readable and concise.


Questionhow to show an Alarm ? Pin
Lagziyan18-Aug-09 3:23
Lagziyan18-Aug-09 3:23 
QuestionClosing page in Java Script Pin
Hakmeh Mohannad17-Aug-09 20:53
Hakmeh Mohannad17-Aug-09 20:53 
AnswerRe: Closing page in Java Script Pin
Marc Firth17-Aug-09 23:48
Marc Firth17-Aug-09 23:48 
GeneralRe: Closing page in Java Script Pin
Hakmeh Mohannad18-Aug-09 0:11
Hakmeh Mohannad18-Aug-09 0:11 
GeneralRe: Closing page in Java Script Pin
Marc Firth18-Aug-09 0:13
Marc Firth18-Aug-09 0:13 
AnswerRe: Closing page in Java Script Pin
nacool31-Aug-09 0:54
nacool31-Aug-09 0:54 
QuestionAccessing remote window HTML elements via getElementsByTagName [modified] Pin
Art K17-Aug-09 11:26
Art K17-Aug-09 11:26 
QuestionVolunteer FD Seeking Help in designing small training website Pin
MadFrenchieFire17-Aug-09 6:49
MadFrenchieFire17-Aug-09 6:49 
AnswerRe: Volunteer FD Seeking Help in designing small training website Pin
David Mujica17-Aug-09 8:06
David Mujica17-Aug-09 8:06 
GeneralRe: Volunteer FD Seeking Help in designing small training website Pin
MadFrenchieFire17-Aug-09 8:21
MadFrenchieFire17-Aug-09 8:21 

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.