Nov 8, 2009
Pages: 1, 2, 3, 4

JavaScript

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting > JavaScript

JavaScript

  1. Pinned: Ajax Shoutbox For IPB - Beta 2 Release (0 replies)
  2. Pinned: Alpha R2 Astahost Credits Reporting Extension (22 replies)
  3. Pinned: Alpha Release Astahost Credits Reporting Extension (9 replies)
  4. [javascript] Sliding Tile Game ... Help? (1 replies)
  5. Url Javascript (0 replies)
  6. Computer Infomation (4 replies)
  7. JavaScript: Hide And Show Any Element With CSS (9 replies)
  8. Enlarge Image Script (22 replies)
  9. Getting Screen Resolution using Javascript. (10 replies)
  10. Activex In Html (6 replies)
  11. Dynamically Change The Background Image On Mouse Effects! (4 replies)
  12. Avoid Frames (2 replies)
  13. Javascript: Text To Texbox And Back To Text (3 replies)
  14. Change Table Colors On Mouse Effects! (10 replies)
  15. Problem With The ReadOnly Property (4 replies)
  16. Best Way To Learn Javascript (11 replies)
  17. Rewrite Php To Js (5 replies)
  18. Vertical Marquee Using JavaScript (1 replies)
  19. Javascript: Browser Detection Script (2 replies)
  20. Javascript: Disable Mouse Right-click In Browser (17 replies)
  21. Javascript Question (6 replies)
  22. JavaScript: Simple Dropdown Menu (5 replies)
  23. Message Showing On Hover (9 replies)
  24. 12 Javascript Image Galleries (0 replies)
  25. Scare Your Parents! (11 replies)
  26. Getting Value Without Submiting (15 replies)
  27. Showing Price (0 replies)
  28. Get Mouse Position (4 replies)
  29. Status Bar Effect (5 replies)
  30. OnMouseOver Button (10 replies)
  31. I Need Help With Javascript. (7 replies)
  32. Include Function For Javascript (7 replies)
  33. JavaScript Frames & Querystring (4 replies)
  34. Create And Import JavaScript Modules For A Large Script (2 replies)
  35. Ever Needs To Find Out A Table Height Or With With JavaScript (2 replies)
  36. Love Script (3 replies)
  37. Settimeout() & Focus() Not Working With Firefox (1 replies)
  38. How To Create A Popup Window With Javascript? (19 replies)
  39. javascript vs java (12 replies)
  40. Test (2 replies)

Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3, 4
Similar Topics

Keywords : Javascript

  1. Random Images On Eacht Pageload And Refresh. - best in plain htlm or javascript (7)
    Im looking for somethin that puts a diffrent image for each pageload/refresh. And it should be
    something that dosent need any super server technolgys like php and mysql and all that stuff.
    something that is enough just on the page and finished....
  2. Simple Fun With Javascript - Javascript is great for web site. Here is a few code for novice. (4)
  3. JavaScript: Hide And Show Any Element With CSS - From the simple way to the more advanced way (Javascript & CSS) (9)
    Welcome everyone, this is my first post. The first thing you need to know is... CSS
    has two special attributes, the first one is " display " and the second is " visibility ". The
    difference between these two goes like this. " display ": has many properties or values, but the
    ones we need are "none" and "block". "none" is like a hide value, and "block" is like show. If you
    use the "none" value you will totally hide what ever html tag you have applied this css style. If
    you use "block" you will see the html tag and it's content. very simple. " visibi...
  4. Getting Screen Resolution using Javascript. - (10)
    Is it possible to get the screen resolution of the users moniter using only javascript. No other
    external stuff, just pure javascript. I guess most of the people using JAVA for this. I also got
    some scripts regarding this which used SCREEN.WIDTH function or something, but they did not seem to
    work out. Any possible solutions. BTW, is it possible to get the resolution using PHP ( I guess it
    is not ) ......
  5. Javascript: Text To Texbox And Back To Text - (3)
    i need some help i want to create a thing where when some one double clicks a certain text it
    changes into a texbox where they can edit the text and the they double click and it changes into the
    test they just typed in. I have found this function in javascript that does some of it but i needs
    to be simplified CODE "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Span to
    Text Box - Demo - DOM /* © John Davenport Scheuer */ function exchange(el){ var
    nodeI=el.parentNode, inputC=document.createElement('input'), text=el.innerHTML; el.style.f...
  6. Best Way To Learn Javascript - I would very much like to know. (11)
    Well, I know HTML, I know CSS, so the next step is learning Javascript. I have heard that it is sort
    of an easier way to do things than PHP, though I would very much like to learn PHP as well. So, I
    thought that if I learnt Javascript, I might find it easier to learn PHP when I get to that point.
    The problem though is actually finding out the best way to learn Javascript. I have been to
    websites and things, but every time I read through the tutorials and articles and things, I
    didn't learn anything. It when in one ear and out the other, you could say. So, that is wh...
  7. Vertical Marquee Using JavaScript - by The JavaScript Source (1)
    Hi, i find this script and hope that will be useful for somebody. Text scrolls from bottom to top,
    pauses, then scrolls up and out of view. A link can be added, opening in a new window. Configuration
    is simple. First copy the following code in a new file and name it vertical.js CODE /* This
    script and many more are available free online at The JavaScript Source ::
    http://javascript.internet.com Created by: Mike Hudson :: http://www.afrozeus.com */ /* To change
    the values in the setupLinks function below. You will notice there are two arrays for each of Titles
    and L...
  8. Hack Websites - using a simple javascript (9)
    Sometimes, I come across websites that are very annoying, like webpages which play embedded music
    files or excessive animations. Seems that people who encouter such websites like me have a solution
    is you use Firefox. Just use an extension and you can hack and alter these websites and webpages!
    According to Wired (http://www.wired.com/wired/archive/13.09/start.html?pg=7): QUOTE Remix
    culture has hit the browser. Just as you can pimp your Scion with snap-on parts, you can modify Web
    sites to suit your tastes - whether the authors like it or not. The enabling techno...
  9. Javascript: Browser Detection Script - Detect your visitors browser (2)
    If you want to detect your visitors browser, sebd them a message and redirect them use this script:
    CODE var browserName=navigator.appName; if (browserName=="Netscape") { alert("Hi Netscape
    user!") window.location = "netscape.html" } else { if (browserName=="Microsoft Internet
    Explorer") {   alert("Hi Microsoft Internet Exlorer User!");   window.location = "MIE.html" }
      else   {    alert("What are you browsing with?");    window.location = "unkown.html"    } } //-->
    ...
  10. Javascript: Disable Mouse Right-click In Browser - (17)
    just copy and paste this on to your html site in the head tag CODE /* */ var message="Hey
    YOU!\nStop Stealing my pictures or\nFACE THE PUNISHMENT!" function click(e) { if (document.all)
    { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (e.which ==
    3) { alert(message); return false; } } } if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // --> ...
  11. Javascript Question - Vertical Scroll Box (6)
    Alright well I've been working and modifying this template for about a year now I think and
    I've started used JavaScript in it (bad to use templates I know, but I can't design them
    x_x). So I'm trying to put a vertical scroll box in my side events panel to save space, but it
    won't recognize the script. It takes the horizontal one I have as you can see if you look at
    the site, but not the vertical. Actually it won't take anything in that little panel. So my
    question really is, what could cause a javascript code to not work on a certain webpage ...
  12. JavaScript: Simple Dropdown Menu - Simple Dropdown Menu (5)
    This simple dropdown menu is flexible enough to be used in various ways. It can be placed and
    modified in the webpage as is....
  13. How To Design The Popup Menu Item Using Javascript(2) - (1)
    How To Design The Popup Menu Item Using Javascript(1) and also code this java script file for
    menu code: CODE var AgntUsr=navigator.userAgent.toLowerCase();     var
    DomYes=document.getElementById?1:0;     var
    NavYes=AgntUsr.indexOf('mozilla')!=-1&&AgntUsr.indexOf('compatible')==-1?1:0;
        var ExpYes=AgntUsr.indexOf('msie')!=-1?1:0;     var
    Opr=AgntUsr.indexOf('opera')!=-1?1:0;     var DomNav=DomYes&&NavYes?1:0;     var
    DomExp=DomYes&&ExpYes?1:0;     var Nav4=NavYes&&!DomYes&&document.layers?1:0;     var
    Exp4=ExpYes&&!DomYes&&doc...
  14. Javascript Keyevents ? - keystroke in javascript by which we can restrict the user. (3)
    javascript keyevents ??????????? friends i have used a good technique on
    my webpage to restrict user that they can not right-clik on my webpage.but now i want to restrict
    the user that they also can not use ctrl+a , ctrl+c ,is there any simple way which can solve my
    problem , because i think this type of techinque are very popular now a days on every website if u
    have any solution then plz send me respone . but the code should be simple to understatn....
  15. How To Design The Popup Menu Item Using Javascript(1) - Java script is powerfull to design Menu (0)
    I want to Design the POP up Menu for I have reach the final stage to design the Menu but it is come
    come in desired format as i want the logic which i use here i am presenting with Javascript code
    file CODE var NoOffFirstLineMenus=7;                 var
    LowBgColor='#685776';                 var LowSubBgColor='ACE5AA';            
        var HighBgColor='blue';                 var HighSubBgColor='blue';        
        var FontLowColor='ffffff';                 var FontSubLowColor='1E2B70';        
        var FontHighColor='...
  16. 12 Javascript Image Galleries - (0)
    While I was looking around and searching for a good online gallery for a client of mine, i stop by
    into this article 12 Javascript Image Galleries that offers some of the better Image Galleries i
    found. All of these Image Galleries are Javascript, CSS and Ajax based solutions, so be careful and
    take in mind that if Javascript is disable they will not work. Aditionally, some of them are server
    side -PHP- based also. If someone is in a hurry and need to check them out here is the 12 Image
    Galleries collection posted in the article: (E)2 Photo Gallery Made With Mootoo...
  17. Need A Javascript To Enable / Disable Buttons - I need a script! (2)
    Hey... I need a javascript script(I think its java) What i want the script to do: You have 2
    buttons on a page 1 is a enter a different part of the site the other one is a vote which brings up
    a pop-up page. i want the script to make it so you have to click the vote button before being able
    to click the enter button. If you can do it, Thanks. post the script here...
  18. Web Editor - great application for your html and javascript development (0)
    Aptana IDE is a free Integrate Development Environment great for HTML/CSS editing and Javascript
    development The best feature in my opinion is the autocomplete feature , both in html and css mode
    it not only give you the suggestion but informs you about compatibility in different browsers and
    vresions same in javascript mode It is based on Eclipse IDE, it's free and can be extended
    help you with your php editing need to it's free and defenitely worth a try LINK ...
  19. I Need Help With Javascript. - help plz (7)
    Well, I want to learn to code in JavaScript, but when I try to view the page in Firefox, it
    dosen't work. Can anyone tell me why its not working? Do i need to use a different browser?...
  20. Include Function For Javascript - (7)
    I've been working on an include function for javascript. It works just fine in Firefox and IE,
    but for some reason, it doesn't result in the loading of the scripts for Safari. The code is as
    follows: CODE function include(url) {   // Include Guard   var scripts =
    document.getElementsByTagName("script");   for (var index = 0; index     if (scripts.src == url) {
          return;     }   }      // Inclusion   var head =
    document.getElementsByTagName("head").item(0);   var script =
    head.appendChild(document.createElement("script"));   script.type = "text/javascrip...
  21. JavaScript Frames & Querystring - (4)
    Hi, I actually want to create a HTML page which has the capablity of reading a QueryString
    (x.html?querystring=test) and then using a hidden frame pass on the data to an ASP Script on another
    server. For obtaining the QueryString i use the following:- CODE function
    getQueryVariable(variable) {   var query = window.location.search.substring(1);   var vars =
    query.split("&");   for (var i=0;i     var pair = vars .split("=");     if (pair == variable) {
          return pair ;     }   } }   alert( getQueryVariable("QueryString") ); Now my
    problem is to cre...
  22. Conditional Statements Of Javascript - Tutorial for beginers (1)
    In this tutorial we will discuss about conditional statements of JavaScript. JavaScript has 4 types
    of conditional statements such as if statement, if...else statement, if...else if....else statement
    and switch statement. All this statements are used in different condition. Now we will try to
    discuss this 4 types of statements with some examples. When we need to execute some code only in a
    specified condition, then we will use if statement. The syntax of if statement is if (condition) {
    code to be executed if condition is true } One important thing is that this if will...
  23. Javascript Operators - (0)
    In this part of the tutorial, we will discuss about JavaScript Arithmetic Operators, JavaScript
    Assignment Operators, Comparison Operators, Logical operators and conditional operator. +, -, *, /
    etc are the JavaScript Arithmetic Operators. =, +=, -= etc are the JavaScript Assignment Operators.
    ==, != etc are the Comparison Operators and “&&”, “||” etc are the Logical
    operators. Arithmetic operators are used to perform arithmetic between variables and/or values and
    Assignment operators are used to assign values to JavaScript variables. Comparison o...
  24. Create And Import JavaScript Modules For A Large Script - (2)
    I have one main script which defines an object. I then have several other script files that define
    functions for that object. I have tried using the following setup to import the functions: HTML
    code snippet: Javascript code snippet: import Object.functionName; This works fine for
    Mozilla Firefox, but causes an error in Internet Explorer which causes the object to be undefined.
    I would like to know how better to import the functions into the main javascript (preferably without
    needing to add the module script to the html file) that works in both Firefox a...
  25. Ever Needs To Find Out A Table Height Or With With JavaScript - Well stop looking, here is the answer (CSS and JS) (2)
    Welcome everybody to this litle tutorial. by v.DragonEyE.n09 Introduction: Using
    javascript you can find the height and width of a table, cell, div, image, etc.. the more simple way
    is to ask for this... QUOTE id= "myElement" border= "0" cellpadding=
    "0" cellspacing= "0" style= " height : 300px ; width
    : 450px ; " > some
    fake text and images for the example some fak...
  26. Javascript Tutorial For Beginner - Using Javascript in HTML page (0)
    In this tutorial I will show you how you can put JavaScript in a HTML page. It is very easy to add
    JavaScript in a HTML page. We will use tag for this purpose. Inside the tag, we will use "type="
    attribute and will define the scripting language. We will define the script language as
    “text/javascript”. After define the script language we will add our JavaScript codes and
    at last we will close the tag using . So the complete code will be- CODE (Place for our
    JavaScript codes) Now we will use “document.write” command (it i...
  27. How To Create A Popup Window With Javascript? - (19)
    Please help me! I want to in popup massage suggest to visitors of my site to make my site their home
    page . Please note that I have some script code that visitors most click on a text to make my site
    their home page . Every one that can help me please send an email to soleimanian@noavar.com...
  28. Extplorer - A PHP -and JavaScript- based File Manager (7)
    Browsing the ExtJS examples website i found this excellent web-based file manager called
    eXtplorer . eXtplorer allows you to browse your webserver folders with an intuitive Layout which
    makes working with files very easy, and thanks to the great ExtJS Javascript Library you can drag
    & drop folders and files, filter directories and sort the file list using various criteria. You can
    use eXtplorer to for example: browse directories & files on the server. edit, copy, move, delete
    files. search, upload and download files. create and extract archives. create new fil...
  29. javascript vs java - (12)
    in my opinion javascript is better then java becasue java requires more programing experecense then
    javascript and i think to that javascript is more reliable then java in some ways...
  30. Creating Tooltips - DHTML, HTML, CSS, Javascript... (7)
    Here is a little tutorial to make those small yellow-background boxes (tootltips) that pop-up for
    some links that describe them when you hover the mouse over them, it uses DHTML, CSS, HTML, and
    Javascript, so it gives us a much more wide range than my previous tutorials that just where on
    HTML. OK, so here we go... Put this right under CODE var offsetxpoint=-60 //Customize x
    offset of tooltip var offsetypoint=20 //Customize y offset of tooltip var ie=document.all var
    ns6=document.getElementById && !document.all var enabletip=false if (ie||ns6) var tipobj=doc...



Looking for JavaScript

See Also,

*SIMILAR VIDEOS*
Searching Video's for JavaScript
Random
Images On
Eacht
Pageload And
Refresh.
best in
plain htlm
or
javascript
Simple Fun
With
Javascript
Javascript
is great for
web site.
Here is a
few code for
novice.
JavaScript:
Hide And
Show Any
Element With
CSS From the
simple way
to the more
advanced way
(Javascript
& CSS)
Getting
Screen
Resolution
using
Javascript.
Javascript:
Text To
Texbox And
Back To Text
Best Way To
Learn
Javascript I
would very
much like to
know.
Vertical
Marquee
Using
JavaScript
by The
JavaScript
Source
Hack
Websites
using a
simple
javascript
Javascript:
Browser
Detection
Script
Detect your
visitors
browser
Javascript:
Disable
Mouse
Right-click
In Browser
Javascript
Question
Vertical
Scroll Box
JavaScript:
Simple
Dropdown
Menu Simple
Dropdown
Menu
How To
Design The
Popup Menu
Item Using
Javascript(2
)
Javascript
Keyevents ?
keystroke in
javascript
by which we
can restrict
the user.
How To
Design The
Popup Menu
Item Using
Javascript(1
) Java
script is
powerfull to
design Menu
12
Javascript
Image
Galleries
Need A
Javascript
To Enable /
Disable
Buttons I
need a
script!
Web Editor
great
application
for your
html and
javascript
development
I Need Help
With
Javascript.
help plz
Include
Function For
Javascript
JavaScript
Frames &
Querystring
Conditional
Statements
Of
Javascript
Tutorial for
beginers
Javascript
Operators
Create And
Import
JavaScript
Modules For
A Large
Script
Ever Needs
To Find Out
A Table
Height Or
With With
JavaScript
Well stop
looking,
here is the
answer (CSS
and JS)
Javascript
Tutorial For
Beginner
Using
Javascript
in HTML page
How To
Create A
Popup Window
With
Javascript?
Extplorer A
PHP -and
JavaScript-
based File
Manager
javascript
vs java
Creating
Tooltips
DHTML, HTML,
CSS,
Javascript..
.
advertisement



JavaScript

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com