Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / JavaScript / July 2009



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Running code from a string01 Aug 2009 00:54 GMT4
I have a JavaScript code that fetches code lines from another page
into a string, but I don't know how to run this code in the page I
need.
I've tried this but it didn't work:
FAQ Topic - What are object models? (2009-08-01)01 Aug 2009 00:18 GMT1
-----------------------------------------------------------------------
FAQ Topic - What are object models?
-----------------------------------------------------------------------
Object models (OMs) are not part of the ECMAScript language; they
FAQ Topic - What is JScript? (2009-07-31)31 Jul 2009 22:59 GMT1
-----------------------------------------------------------------------
FAQ Topic - What is JScript?
-----------------------------------------------------------------------
JScript is Microsoft's implementation of ECMAScript.
Callback from JQuery get() function always sends "success"30 Jul 2009 09:35 GMT3
I'm not real familiar with JQuery, but it's my understanding that the
callback called back from the "get()" function takes two parameters,
the first being the data returned from the call, and the second is
always the string "success".  Is that correct?  What is the point of
removal dangerous chrs?30 Jul 2009 06:40 GMT17
I am having to remove/change any dangerous characters in a text input
using Javascript and
wsp2[i] = wsp2[i].replace(/&/,"and");
works fine but
Getting a textbox inside a table cell29 Jul 2009 22:31 GMT13
I have a table that contains two columns. Each column has a textbox in
it. I need to sum up the numbers entered into the textboxes. This has
to be done client side using javascript, the rest of the application
is an asp .net application.
Blackberry Javascript limitation29 Jul 2009 21:59 GMT17
I have some Javascript on this page:
http://yong321.freeshell.org/misc/CardGame24.html
When I use my Blackberry to access it, only the Deal button works as
expected. When pressing the Show Answer button in the page, nothing
FYI:  [a,b].join('') !== '' + a + b; // for some 'a' and 'b'29 Jul 2009 18:30 GMT35
I was expecting
   [a, b, c].join('');
to be equal to
   '' + a + b + c;
[ANN] h4dev.com, knowledgebase / searchable database for javascript     language, browser implementation29 Jul 2009 14:59 GMT2
http://h4dev.com/entries?search=javascript+ie+8+bugs
The h4dev.com knowledgebase is a project to see whether it's possible
to develop a different search interface for common questions about the
JS language, browser implementations, and supporting libraries /
FAQ Topic - How do I make a suggestion? (2009-07-29)29 Jul 2009 12:50 GMT1
-----------------------------------------------------------------------
FAQ Topic - How do I make a suggestion?
-----------------------------------------------------------------------
To make a suggestion to the FAQ, use either the FAQENTRY method
uncaught exception when opening window29 Jul 2009 12:15 GMT2
environment: WinXP client, Ubuntu server
I use the following code to open a new window:
function newMail(msg_num)   { // open window to get new mail
  var url = "newmail.php/?type=" + msg_num;
Move value from one form element to another, hidden element via     JavaScript29 Jul 2009 04:33 GMT6
I am working on changing some HTML.  I need to find how the value of a
hidden field is being set.  The value of the hidden field will be set
based upon a user selection. This HTML has a hidden field.  The value
of the hidden field comes from a value that is not displayed but is
Post Your Pic29 Jul 2009 01:31 GMT13
Recent discussions about trolling inspired this thread.
This newsgroup is not just some fantasy cybergroup. It is, at best,
knowledge sharing among diverse intellectuals.
Each and every message here is written by a person. Saying that none of
is json the answer here?28 Jul 2009 21:34 GMT15
At the moment I am using Ajax.Updater to send data to a php file but
the posted data received by the php file seems to vary with the
browser being used and I have been recommened to use json.
I have googled but so far have not found anything simple enough!
Warning newbies of the dangers due to the global object28 Jul 2009 21:20 GMT95
Douglas Cockcroft, on page 140 of his Good Parts book, wrote
"JavaScript's global object [...] is far and away the worst part of
JavaScript's many bad parts."
Whether or not you agree with this statement (and please don't discuss
Pages: 1 2 3 4 5 6 7 8 9 June, 2009
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.