hi all,
thanks for the repsonses. I'm using an old version of SACK for the AJAX. I've managed to find more problems & solutions. I've now seem to have it working but with a delay. I.e. an onclick event to initiate the AJAX call won't display until a subsequent onclick event is fired.
It's...
Hi,
I've a page the use AJAX to call up some HTML. There is a fair amount of HTML so I break into 50 character per line using server side code and the present it back. I escape the speech marks using \. However, I have some inline javascript and some functions which I think is messing up the...
Hi,
I'm trying to sort out drop down menu of nested lists. I'd previously been using the suckerfish script which scans through the code adding onmouseover & out event to the <li> elements.
Problem is I would really like it if this was only activated after an onclick event. i.e. the dropdown...
Thanks monksnake.
Also, cheers for the advice trollacious, I was hoping to make a ajax messaging system with a similar sort of affect as when your adding the emails in outlook. Your right there would still be a problem with a typo correction, but there are technical reasons I still need it.
Hi,
I've a list of full names in a text field. I'd like it so that if a name was partially deleted it would be fully removed.
For example:
joe blogs, john smith, darren peterson,|
if the pipe represented my cursor and I pushed the backspace button once I would be left with
joe blogs, john...
Hi all,
I have some menu script that is misfiring. For some reason my onmouseout event seems to fire occasionaly when I roll onto the next item in my list.
I was thinking an easy way round this would be to put a delay on the onmouseout event:
sli[x].onmouseout = function() { this.className =...
Hi all,
Not sure if this needs to be done via javascript or whether it can be done in HTML, but I'd like to be able to disable individual options within a select field.
i.e.
<select name="select" multiple>
<option value="1">opt 1</option>
<option value="2" disabled>opt 2</option>
</select>...
Hi,
Is this possible?
I use Ajax call to a page.
Within the called page I create some html which also contains a javascript element with a standard function in. I write this all into a variable escaping quotes and loop over it so there is about 50 characters per line.
var myNewContent = " "...
Hi,
I'm sruggling to figure out how to write this bit of code (below). Depending on which radio button is click I want a number to be passed to here: addressr.value
<script language="JavaScript" type="text/JavaScript">
function updateaddress(addressr) {
var formObj =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.