|
|
Offsite Links
This is a list of offsite links with good information on them (if you have any links to add please pm me)
General... more »
sticky
|
|
Read First Before Posting
Javascript vs JSP
I would like to note that JSP and JS are 2 different languages and are not used for the same thing. You would find better help... more »
sticky
|
|
setTimeout
setTimeout("dosubmit()",3000)
function dosubmit(){
myform.submit()
}
Question: im assuming that this code imbedded into the page will hold the page... more »
|
|
How to recursively query a form untill a field is true..?
How do i recursively query a form with different set of values each time, get the output for that value (which is extracted from the server on... more »
|
|
Web Page Generator
I got bored and decided to make a web page that makes web pages. Everything is working and the output is valid so I was just curious if there are... more »
attachment
|
|
Change single number in embed attribute every time page visited
Hello,
first to say that I am a total beginner in Javascript but I know some programming (python in particular) and am able to understand... more »
|
|
getElementByID/parameters problem
Hi All,
I have searched the forums to see if I can find an answer to my question but to no avail.
I have a form below with a 3 x 3 cell. Each of... more »
|
|
In line comment //@@ gives Invalid character
I have the following function in my javascript file
CODE:
function displayFullName(firstName, lastName) {
if(lastName != null) { //@@ Appnds only... more »
|
|
Ajaxpage not getting refreshed in IE
hi
i have a php page in which i have included few tabs links like
games, news,entertainment etc.,
when i click the tablink an ajax page is loaded... more »
|
|
Getting next free array index.
In php doing the below would assign the value to the next free index
// var $array has indices up to
$array = "foo";
// $array will now hold... more »
|
|
Writing to a text file on the website server
I want to be able to write text data to a (preexisting) text file on my website.
have readup heaps, and tinkered around a bit,
and it seems this... more »
|
|
JS Capability
I'm new to JS and seem to be working my way around it fine. Everything works fine in my form, all the calculations and field validations work just... more »
|
|
Autosize <Select>
I have an array of values that I need to populate a dropdownlist (read <Select>) at runtime. In the name of performance (and because there's dozens... more »
|
|
Cross Broswer Q - How to force flash to have focus...
I want to have the flash document have focus when the page initially loads...so the user can use the mouse scroll wheel to zoom in and out on the map... more »
|
|
onmouseover problen in mozilla
Hello. I have the following problem. I cannot use wright the onmouseover effect in mozilla browser. I have the following simple code. It works fine... more »
|
|
How to open "SaveAs" dialog box in Firefox browser?
Hi,
Am unable to open javascript SaveAs dialog box in Firefox browser. Following is the script,
<a href="javascript:void(0);"... more »
|
|
Javascript code validation recommendation
I'm trying to see what, inside a script of 500 lines, is messed up. It was written by a previous developer so I was trying to see if there was any... more »
|
|
onclick and assigning variables?
I'm trying to create a link which passes variable data to form objects (text), and also submits the form with the onClick method.
In the head I... more »
|
|
get div padding
Hi
I have a HTML div element that has CSS padding applied to it.
I am trying to retrieve the top and bottom padding values that are on this... more »
|
|
Getting DHTML to let me use a javascript function for the URL
I am not very good at DHTML, but I have a set of links that use DHTML and they work :)
But now the customer wants to have one of my DHTML links... more »
|
|
How To Get Mysql Data with Ajax ?!
Hi Prof's
im new in ajax
i need some help
i wanna create active web page linked to mysql database
i mean .. i open my page , it will... more »
|
|
Look Up Table Help
Here is my code for look up table - where i am planning to built 10 colums and 8 rows and put array values in the table boxes. Problem is - it is... more »
|
|
Problem with NewURL() on IE
All of a sudden I cannot open a new window on IE. Everything works fine on Firefox. You can try this in both browsers using the link... more »
|
|
Writing a File on Web Server
when i wrote the below code.
fso.CreateTextFile("test.txt",2,true);
it does not create the file.
but if i give like... more »
|
|
Accessing logged in user credentials in Windows
Is there a way in Javascript through which we can get the userid and password of the logged in user of the windows 2000/2003?
Actually, I have a... more »
|
|
Javascript chart leaks memory
How can I implement a cross browser javascript strip chart that does not leak memory. I have treid several off the shelf and home made charts. the... more »
|
|
using option box, data retrive from .xml and display in txtbox?
I want to use ajax, by selected the option box, retrieve data from a .xml file and fill in to the textbox.
below is the html page
<script... more »
|
|