javascript

  1. S

    What should I choose as a payment system on my client's website?

    So guys, I'm doing a website. My client does some digital tutorials and sells some digital products. Both of them related to CGI. Digital products includes, but not limited to plugins/template for Nuke, Adobe AE, Autodesk Maya. Too much of meta talking now let's proceed to real talk...
  2. Desmond

    CodeCombat - An action packed way to learn JavaScript

    CodeCombat is a game that will teach you how to code in JavaScript using an action packed RPG like game. CodeCombat There is also a Multiplayer mode that you can use to test your skills against other players.
  3. A

    Problem in assigning a particular value of submit using javascript

    <html> <head> <script language="javascript"> function check() { if (document.getElementById("t1")==1) { document.form.submit(); } } </script> </head> <body> Enter a no <input type="text" id="t1"></input> <input type="submit" name="sub" value="First"></input> <input...
  4. Renny

    Software/Testing course in Bangalore?

    Which is the best institute to join to learn testing in Bangalore? (Heard good things about qspiders)? Also a good institute to learn core java, javascript? PS - Placement assistance must be GOOD!
  5. doomgiver

    How do I pass a file/document as a JavaScript argument? (Using HTML)

    I'm using HTML to get a file from local disk using input type="text". I want to pass the file as an argument to a Javascript code that will convert it to base64. I cannot figure out how to pass the file to the JS code.
  6. cray.x

    need a javascript for my blog.

    hey guys i wanted a javascript for my blog, actually i have made an android app and i have given the link of the google drive address of the app in my blog but i want to monitor how many downloads or clicks have been done on that link. so can anybody help me???? how can we do that. the address...
  7. Sridhar_Rao

    visitor redirection using javascript cookies

    I am trying to implement visitor redirection depending on the browser screen size using javascript. Whenever a visitor accesses the desktop version using a mobile device, the javascript detects the screen size. Visitor is prompted to select between desktop version and mobile version. Visitor's...
  8. T

    Wanting to incorporate some movie tech into web page

    You must've seen the movie " the net"... Remember how she hit ctrl+shift+mouse click.., Well I was thinking about incorporating the same in my upcomming website! So I have searched and searched for maybe the JavaScript needed but I couldn't get anything... Anyone who can help me,I just want...
  9. clmlbx

    sequence in Javascript

    guys I want to print this in Javascript *______* **____** ***__*** ******** Below is the code for it.. to simplify above sequence has total 8 characters in any line.. ( 8 - stars) = underscores in any line var row = ""; var co; for(i=1;i<=4;i++){ for(j=1;j<=i;j++){ row +=...
  10. vickybat

    Post HTML5, Javascript & CSS3 queries here

    Learning these currently and i feel many developers in TDF are into developing web apps for multiple platforms including the mobile ecosystem like ios & android. So i feel there should be a thread to discuss all queries related to the above and share knowledge. Let me start first: In...
  11. mohityadavx

    Proxy having javascript support

    Can anyone tell me a proxy which support javascript except vtunnel.com .
  12. mohityadavx

    javascript pass variable next page

    Well i am having a problem. i have made a form and on clicking the submit button, javascript validation is done to check all fields are correctly filled or not. Now the problem is I want to use these entered variables so the only way remains is redirect the page to next page after clicking...
  13. Harivel

    Google proposes a JavaScript replacement: Dart

  14. cute.bandar

    Basic javascript questions

    I am not learning javascript ATM , but want to know how to do a couple of things for a php project. Problem 1. This page: Zenfolio has a nice javascript effect. Click on 'send message' and via onmousedown event a method is called. But this doesn't work if I save the source of the page...
  15. speedyguy

    xhtml help

    i need to write an xhtml code with a paragraph where i need to assign colors based on their words. for example, all prepositions with color red. how do i do that? now what i know is, i can use css to assign colors, or use javascript to pass events. but how do i put up an if for a particular...
  16. sygeek

    Convert your Facebook friend contacts to CSV.

    Source Code By Vytautas Jakutis . To execute this JavaScript code, you need to open the friends list from your own profile. Also, do not forget to scroll down, until all friends are loaded. When the script is finished, a pop up window with a filled text field is opened. You need to select...
  17. TSPatange_1309

    Webpage on Drugs - Javascript

    Hey Hello Guyzz...i just found one vry funny javascript...& i wanna share it with u...! the name of tht javascript is "webpage on drugs"...!:mrgreen::mrgreen: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200...
  18. cute.bandar

    Javascript passing option's value to a function

    HI, I am making a site for which require a bit of javascript magic. asking for your help because I am still learning javascript. Javascript Code - function changeMap() { imagesource =...
  19. slugger

    javascript to open page in new tab

    Hi, I recently dragged this bookmarklet into my browser [forgot the site - will post it if it remember]...
  20. nisargshah95

    No addition support in calculator in JavaScript.

    Hi, I am a beginner in programming. I just made a calculator in JavaScript but could find a way to add the integers. Here's my code - <html> <head> <title>JavaScript Calculator</title> <script type="text/javascript"> function calculator(p,q) { var r=prompt("Enter '-' sign for...
Top Bottom