I am using javascript but its not fully proofed as per my requirements, Through browser Edit option user can be paste value in text box but I dont want , user can not be copy/paste data in th...
Hi,
I want to get the previous page name in Javascript. So I am using document.referrer to get the name. But it does not work in IE or Firefox. Is there a way by which I can get the previou...
Hi Experts, I am a newby here as well as with jQuery and JavaScript; hope someone will be able to help me.
Have an xml file, I loop through that xml file to create a display of vacancies, so...
How to reload page without prompting the message box of retry and cancel
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...
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 ...
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...
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 ...
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.
Hello,
I have omiited the line:
<script language="javascript" type="text/javascript" src="validations.js"></script>
in my aspx file and have registered it using:
ClientScript.RegisterCli...
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 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...
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...
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 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...
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 ...
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...
Hello,
How do I set a breakpoint for a javascript function in my aspx file.
I tried adding a breakpoint but I receive this tooltip message:
Breakpoint will not currently be hit. Symbol ...
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...
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?
I have a page in vb that uses two IFrames to display two different web pages.
Both IFrame source pages have window.print() JavaScript function.
So when my page with IFrames loads I get 2...