Hi every one i have following code:
and i need to replace:
onclick="openw('http://www.google.com/',0,0,0,0,0,1,1,900,900,200,1,1);" value="openw"
to this using window.onload event
...
Hi,
I got following code to test ActiveXObject("ADODB.Stream") and found alert 1111111 happened but alert 2222222 didn't appear. Do you know why and how to fix it?
<script type="text/jav...
his may be a crazy question but here goes!
I have an ASP.NET application that will run on my Intranet. I need to know what workstation the app is being run at in order to determine where pr...
Hi ,
I am using the following form and what i want is a javascript code which should add a select box once somebody clicks on the "choice 4".
NOTE: The select list should come exactly belo...
Hi,
I have the below code which works well to show the hidden text field but once the field is changed to inline-block it cannot be reverted back to hidden.
Can you please provide sugge...
Goal is to validate on the client side (javascript) that a listbox has either no selections or at least a minimum number of rows selected.
I can sneak in the minimum number of rows, but need ...
Hi, I have some parsed html I am palcing in a div, then applying Javascript to it to make it scroll - it was some free script i lifted off of the web. The problem is, it looks like the speed ...
Looking for examples/tutorials to walk through coding a JavaScript pagination function and then also the functions that will display each list element from an HTML list element.
I need to get variables from a URL String from a form entry, run an If-Then Function, with the result being a redirect to the appropriate URL.
www.mysite.com?DoctorCode=John&State=VA
If ...
How do I search text in the body of an HTML page using Javascript and replace it with other text or HTML tags? For instance, I have to search the page for any text with a prefix of AB and has ...
Hi guys,
I have a good understanding of HTML and a tiny amount of knowledge on javascript.
My question is I want to load text into my webpage to save the end user haveing to modify the s...
I am creating a site that shows 4 different maps, cycling through them with a slide show. The maps are changed on the server once an hour. I would like the page to reload those new images (sam...
Hi,
I have a form and I am using javascript to validate the form and if the validation fails it shows the error message using alert('message');
what i want to do is I want to display the...
I am triyng to create a pie chart really simple, but i try to look in the interntet, and the are or too expensieve or hard to instal,,
do you know, a jscript one, but really easy an simple t...
I am using a JQuery slider to alter the input parameter for a server-side operation (using a Servlet). I use Ajax to send the parameter and retrieve the results which I display as text on th...
I am putting together a web site that uses dynamic flash and a javascript file between the html and the flash to eliminate "click to activate and use this control" message.
This works fine ...
I have a number of parameters that I want to pass to stored procedure and I want to display the results in a listbox on the aspx page. How do I connect to an Oracle db in javascript?
Hi Experts,
I am using PHP to generate a table containing several list menus with <option> for each entry in a table.
In the <select> tag I have a onChange() event which calls a JS functio...
document.getElementById("btnSubmit").onclick is generating "Error: Not implemented" in IE6 browser.
Below is the relevant code from my ASPX page. When the button is clicked, I want the doRegi...
Hi,
I have a floating banner in the homepage which I accomplished by the below code (thanks to Mr. Paul Anderson for the code) . Now I want to have a close button so that users can get rid of...
Hello Experts,
I am relatively new to JS and having troubles installing it to my VB6 page.
I included following JS files to the the page:
<script src="Includes/JS/freerte_v1/js/richte...
I have a free form copy javascript script which when you click a check box, copies the data from form fields to other form fields, specifically for billing info and shipping info. I have incl...
Hi guys,
I have a checkbox that when clicked initiates another part of my form to fade into the screen (using protoype and scriptalicious).
If the user refreshes the page however, the f...
Hello,
I have a grid in a div with scroll bars for overflow. Grid contains only one sorted column. I have a text box in header of one of the columns. I need to scroll the grid to matching w...
In a php page i have three textarea, and many client create four more(I done it with DOM). And i want to assign tinyMCE to all the text areas, that was sucessfull. But the issue is i can't ge...