Hi, I have list box which is generated from a SQL query. What I want to do is select a specific value using an offset i.e select the 1st value. Anyone have any suggestions?
Thanks
It does'nt work, if i submit a form from another frame, it submits the form but does'nt envoke the onSubmit call on that page (I want it to call a javascript function on that page when it submits). anyone know of a workaround?
thanks.
I have an input box and I want to take the value entered in the imput box and pass it as a value through the url. Such that:
<input name="selected" type="text">
<a href="search_action.cfm?zoom=javaScript:document.pcSearch.selected.value">Zoom</a>
But it does'nt work?
I'm trying to create a lis for which every time the code is executed, it appends the new values to the end of the list. I've tried the following, and it does'nt work. Can someone provide suggestions. (for some reason it always equals null?)
if(listXY == null)
{
alert("list eq null");
var...
var newXmin = minX + mapXChange;
where the respective values equal: minX = 392362.036001 and mapXChange = -7110.230129734288
alert(newXmin);
gives the alert box saying "392362.036001-7110.230129734288", any reason why it does it not show the evaluated value i.e. 385251.8059?
I tried testing...
I have a variable bbox which equals 4 float values, seperated by commas. Can someone suggest the simpliest way I can extract out each of the values?
(the only way I can think of now is by using a for loop with a substring function, but there must be an easier way?)
I'm using and input of type image and I want it to return the x,y position of the point the user has clicked on.
I'm trying to this in internet explorer.
Can anyone please provide me with suggestions, pointers, code.
Cheerz.
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.