string to href? [rookie]1328 (9/2/2011 4:59:41 PM) comp.lang.javascript Hi There, I got a link as follows: xyz and a javascript function gethtml('es') that returns the url string. Now how do i get the url string into the html link in ? Thank you! ... ron.eggler(227)
"eval" query821 (9/24/2011 7:00:56 PM) comp.lang.javascript Is there any string S for which eval(S) will give a Date Object? If so, for the pedants, what is it? If there is, existing code will serve with added text. Otherwise, new code will need to be written. -... reply1138(6)
retreive cookies422 (10/7/2011 6:27:52 AM) comp.lang.javascript hi. iwanto khnow how to retreive cookies from another web siite using an iframe and javascript... Your browser does not support iframes. The value of the marginwidth attribute is: document.write(docu... madushka.prasad(2)
Problem with javascript function call825 (10/9/2011 3:47:11 AM) comp.lang.javascript I've run into a problem trying to call a javascript function in a larger pr= oject that I'm working on. I've duplicated this problem with a simplified = html and javascript page.=20 I'm trying to call a java... glennlangdon(2)
Get value of named object1424 (10/22/2011 10:56:39 AM) comp.lang.javascript If I have the name of an object in a variable, how would I go about getting the value of that object? Example: varname = 'navigator.appName'; How would I get the value of navigator.appName ? See http://swift... Steve.J.Swift(321)
What is wrong with this code?its not working923 (10/23/2011 6:33:35 AM) comp.lang.javascript function put0(form) { if (form.out2.type=="text") { var val=form.out2.value; var newval=val+0; form.out2.value=newval; } else { var val=form.out.value; var newval=val+0; form.out.value=newval; } } function pu... himanshu1495(4)
Regular expression question #21420 (10/26/2011 4:43:35 AM) comp.lang.javascript Hi There, First thing, I'm a regular expression newbie.... somewhat anyways... I would like to recognize the difference between this url: http://quaaoutlodge.com/site/the-lodge/our-history.html and that url: h... ron.eggler(227)
Changing letters in boxes2119 (10/30/2011 12:26:49 PM) comp.lang.javascript Dear group members: I wanted to accomplish something, and know javascript or jquery can do the work, but my knowledge on both languages is too limited. If possible, please help. My idea is in the following we... fuliopen(33)