Can't Run A Script / Make It Possible?
Mar 20, 2011I cannot run this script in ssh (file transfer). code...
View 1 RepliesI cannot run this script in ssh (file transfer). code...
View 1 RepliesMy objective is to make a map that lets the user click the map to make a pin and write a description. Like this [URL]
View 13 Replies View RelatedI have several classes named 'ratings_colored'. They all contain a number from 1 to 10. If the number is below 5.5, the number should become red. If not it should become green.
The code below works, but if the first .ratings_colored is higher than 5.5 it will make ALL the classes green. Even the numbers below 5.5! I tried using the 'this' but it didn't work either.
$(document).ready(function () {
How Can i take this to make a default empty value and force users to make a decision?
<select id="preservetitletest"
name="titletest"
dojoType="$testWidget"
style="width:50%;font-family:Courier;"
[Code]....
so I have a button that makes a table appear absolutely(dynamically), and I was wondering how would I go about making it disappear once I made it appear.
View 3 Replies View RelatedDoes anybody know how i make a script to make a poll? I mean a small poll
when you can choose yes or no?
I am trying to make changes (add/remove nodes, insert text) to an XML file using JavaScript. So far I can display the content of the XML file, but when I try to add/remove nodes it does not seem to work. Here is my code for adding nodes(just followed an example from w3s):
[Code]...
i have some mysql articles and i would like to change the title when it displayed on the page by clicking on the h3 tag i have got the articles displaying on a while loop so i need something that would work with that i was thing of somehow changing the h3 tag to a input tag
View 3 Replies View RelatedI've got this prototype funtion
function makeEditable(id){
Event.observe(id, 'click', function(){edit($(id))}, false);
Event.observe(id, 'mouseover', function(){showAsEditable($(id))}, false);
Event.observe(id, 'mouseout', function(){showAsEditable($(id), true)}, false);
}
that make editable a <p id=xxx> with an speial id I want to modify it to makeditable any of <p> with that id if it's been clicked and also i use this function on a button how I can avoid this function from multiple executing by multiple clicking by user?
I have a function that opens a popup and I have told it not make the popup resizable but all browsers seem to ignore it and make it resizable anyway. This is the code
function openflvpopup(popurl){
window.open('FLV/play.php?file=' + popurl + '.flv', '', 'height=500px,width=550px,left=150px,top=150px,resizable=0')
}
I have probably made a silly mistake but I have checked several tutorial website to make sure I write it in the syntax that they do. I can not see any mistakes.
I'm trying to make an 'on' 'off' switch
the idea is for imgA to 'toggle' with imgB onMouseDown (onclick is used to call a function)
I can get the image to swap once but not back again. I have no idea if the way i'm attempting it is even close.
<script type="text/javascript">
function imgswap(){
if ( )
{
[Code]....
The issue I am having is how to modify the following html/javascript to show only rows that do not have a certain value. For example I have 2 rows with the following values:
Row1Column1 Row1Column2 Row1Column3
Row2Column1 Row2Column2 Row2Column3
But I do not want display any row when a value in Column3 equals
Row2Column3. Therefore in this example I will display Row1 but not Row2. The following code displays a table of rows and is running in a servlet container using tomcat, hence the predefined tags of ${.....}. I know this forum is not for server-side programming but this issue really a html and javascript issue. The issue I would liked answered is how to modify the html/javascript so when a ${wfinfo_task_role} value of "cdm" is be displayed then the row will not be displayed in the table.
[Code]...
I have a Java script chat,
How would I make a scroll bar for it?
Does any one have any code for that? or do you know what I have to do?
I have a script that clicks links how can i make it not click a certain. Such as how to make it don't click red link or don't click bold links. code...
View 8 Replies View RelatedIs there Java Script to show only the Comment and Markup tool bar in a pdf document? I have the toolbars hidden on initial view, but I need to be able to make it so that one toolbar appears. I have figured out how to make all toolbars re-appear, but I don't want users to be able to do that (at least not easily).
View 3 Replies View RelatedI'm trying to make a calculator app; with a few differences. I have a text field with a numberpad below it, I got the numbers to show up in the text field, but am unsure as to how when I hit the enter button - it would store them in a variable?...I am also wondering as to how it would store current value and then allow me to input another value(maybe on the next page) and either subtract or add to it(the first value that is stored).I am also wondering how to get a decimal point in place(need it for currency).
Here is my code:
<html>
<head>
<script type = "text/javascript">
[code].....
<script language="JavaScript">
<!-- Begin
var msg="I am flashing!";
var speed=300;
var visible=0;
function Flash() {
if (visible = 0) {
window.status=msg;
visible=1;
} else {
window.status=" ";
visible=0;:confused:
}
setTimeout('Flash()', speed);
}
// End -->
</script>
I have a simple calculator written using javascript and html. I would like to make it such that when a link to the calculator is clicked, a pop up window with this calculator appears rather than referring a user to anew page.
View 2 Replies View RelatedI want to make a sms system, where users can send a sms message and then it is showed.So for every new message I get I need to make a new div, add it and scroll the others down
View 9 Replies View RelatedI have taken the following code from youtube. As it is, without the function wrapper, it work in the address bar, tho I would like to modify it and call it to operate in one of my own pages.
View 5 Replies View Related<html>
Why the insert the message box is not appear when all the 3 text file is empty?
What is a callback function and how do we make and use them?
View 3 Replies View RelatedBasically I want it when a visitor comes to my site it Will say Welcome from "Visitors city".Is there anyway to do this? I was able to add geo ip weather to it, but cannot figure out how to make the city come up. Or state, which ever would be easiest.
View 1 Replies View RelatedI need a client to be able to add there own url to some code but wanted to separate it, so they can paste it at the top of the code so its clear for them to see. Then reference the variable in the link.
View 3 Replies View Related i have three vars, year,month and date.
i want it in format year-month-date.
ie, for ex, 2007-6-6.
i tried it this way but it subtracted and give the value as 1995.
var str=year+'-'+month+'-'+date;
How can i make a second clock taking time from some point, like for example from 23.4.2001 09:46:23?
View 3 Replies View Related