Hello,
Iam a novice in Javascript and struggling to achieve the following.
I have a repeater control inside which I have a table structure as follows
<asp:Repeater ID="rptQuestions" r...
I wrote some custom zoom functionality with drag / drop to move the image around.
However, in the new firefox 3, the first time you drag/drop the larger image, it works fine... But the nex...
Hi,
Within the collapsiblepanelextender I want an event to occur (value displayed) whenever a panel is selected to open. How do I access an onClick event within the collapsiblepanelextender?
Hello,
I need some help re-writing a script for our knowledge base, I want the user to be able to press enter via the keyboard instead of the Query button to quickly navigate to the desired...
When a user closes the browser i need to raise an event and cycle through all the cookies for the current domain and delete them
I'll need to know the Javascript code that deletes all the c...
Is there a way to scroll a list of rows comprised of DIV tags, using the keyboards up and down arrows? The rows are contained within another DIV tag, which limits the size of the contained DIV...
Im using the jw player, but i dont know how to link a specific video from the playlist.
in this example http://www.jeroenwijering.com/?page=wizard&example=16 how should i link directly to ...
Hi all,
I would like to know how to disable anchor link when click on once.
<td align="center" valign="middle" bgcolor="<%=tdDataColor%>" style="width:90px; height:35px; background-i...
Hi,
I have a HTML table (code attached) in the user control (.ascx) page. The user can dynamically add rows to/deletes rows from this table, using Javascript.
There's an asp:button server...
Hi
I've got a combobox in which I want to add /remove items when user clicks on button. Forgetting all the logic behind what has to be added, how do I check if the item is already on list and...
Hi,
I tried asking the same question on jQery mailing list and a couple of other forums, but got no help :-( I guess there's isn't anything majorly flawed in my query. If so, please let me ...
Hi, I want that every time a user exists the website he will get a popup message.
an example for that you can see on http://www.888.com
How to do that?
Thanks
I would like to close and refresh parent page when I submit form in pop up window.
I have the code for closing and refresh parent page, but I can't embed in asp well..
Here is the code.
...
I have two checkboxes. Only one of them must be checked at a time.
I know this can be solved easily by using radio button. But my requirement is to use the check boxex.
When I click "su...
I want the user to be able to:
a) click a Load File Button on a web form next to a field.
b) Browse to a text file
c) Load the content of the text file into a form field
These are very...
i want to dynamically create and add values to the drop down list using the javascript when the link is clicked.
please, give me on the script.
Hello, I ok I have been at this for a bit now and can't seem to get this one section to line up... look that same and function the same... I need this fixed and I'm running out of time so , wo...
This is what I have... but if I add to the page (making the page longer)... the x and y offset values need to be changed... but this is a dynamically created list... does any one have a bette...
I am using WLAN & ELAN in my pc i want to get only ELAN MAC address by using vb script or java script
hi,
i have an anchor tag like this
<a id="id1" href="test.aspx?id=1">click here </a>
the value of id will come from a different field, lets say a text box where the user will enter the id...
I have the following line of code that sometimes throws a Javascript error.
var actionList=document.SearchapiResultsAction.actionList;
The error is:
'document.SearchapiResultsAction' is...
I need an image gallery with a vertical auto scrolling thumbnail.
Very similar if not identical to the one on http://www.tc-bathrooms.com/
I have found a few varieties on dynamic drive...
I'm already using the onmouseover function in html/javascript to make a textbox pop up (using the wz_tooltip.js) but I was wondering if it is also possible to make an image pop up and fix th...
I want to add a check to see if an entry in my field is null, but now my function is returning null everytime. can someone see my error?
Many thanks in advance
Hi, I have some Javascript form validation.. but how can i check a field to see if the imput is numeric?