Code Comparison Chart By Using JAVA Or Any Kind Of Scripts?
Mar 31, 2010
Have a question regarding the comparison function on the At & t website URL...The site allows you to select different types of phones then generate a comparison chart based on your selection. I need to construct a similar comparison chart, but have no idea how to start the coding process.
View 1 Replies
ADVERTISEMENT
Apr 14, 2011
My website was recently ftp hacked and a file inserted into it - js.php - which seems to be some sort of advertising spam programme. Having spotted the file I have renamed it to hide it but lots of other sites are still referring into my site looking for this php file. What I would like to do is to *just* open a java alert box on the referring sites to alert the users that the site has been hacked and that they should notify the webmaster so that he can fix his site.The line referring into my site is -
<script type="text/javascript" src="http://www.mysite.com/js.php"></script>
Is this something simple to do?
View 3 Replies
View Related
Nov 9, 2011
Can you place java code in an external javascript file (.js).
For example can I do the following in my xx.js file.
Can I do the above?
Another question ...I know <% %> is to execute java code inside html. But what does <%-- - -%> mean?
View 3 Replies
View Related
Aug 11, 2010
I want to generate dynamic html code via java serlvets.from the class LightServlet
public void getAllLights(HttpServletRequest request,
HttpServletResponse response) throws IOException,
NumberFormatException, InvalidSyntaxException {
[code]....
I think, the problems should be in the jQuery code, because it works with normal strings without any html tags.
View 5 Replies
View Related
Dec 5, 2011
I have an assignment to code a java class that plays rock, paper, or scissors. The class can access the history of past gestures played by both itself and its opponent, but nothing else. The class will be played against others in 10,000 matches and the winner will be determined via round robin format. Other than using a greedy algorithm to determine statistically the best choice from prior gestures and basic pattern recognition I have no decent ideas.
View 6 Replies
View Related
Aug 19, 2009
Java Applet Development - JavaScript code to check whether JRE is installed on client machine.
View 4 Replies
View Related
Jul 13, 2009
Is there a psd or some other kind of editable image that someone can send me so I can make different colored themes?
View 1 Replies
View Related
Aug 2, 2010
Is there a way to put icons on the tab itself kind of like the buttons?In this case, I actually just want icons and no text for the tab.
I search all the doc . There is no doc that talk about tab icons.
View 3 Replies
View Related
Aug 11, 2009
Is it possible to open anykind of documnets in a browser?
View 7 Replies
View Related
Dec 3, 2011
what kind of prompt box can I put a link in without displaying an OK or cancel button?
View 1 Replies
View Related
Oct 25, 2010
i've being trying to change the src of a img tag in order to create some kind of a sequence of images.
Code:
<script type="text/javascript">
var i=0;
[code]....
View 6 Replies
View Related
Mar 4, 2009
What I want to do it multiple the quantity ordered by the kind of shipping selected in my <select> list.
I'm pretty sure that what I've got to do is establishe a quantity ordered variable like this var qty = form["Q" + i].value And then multiply that qty variable by the ShippingCost. But no mater where I stick this var statement it always either stops the script cold or comes up as a black or undefined value.
<script type="text/javascript">
/* <![CDATA[ */
var ListCount = 5[code].....
View 2 Replies
View Related
Feb 1, 2010
I have been working with this code:
Code Java:
function heroSliders() {
var $active = $('#slideshow img.active');
 if ( $active.length == 0 ) $active = $('#slideshow img:last');[code]....
When the page loads all the images kind of load very quickly causing a flicker, and then the slideshow begins.
View 15 Replies
View Related
Mar 13, 2006
I would like to know how to compare dates in javascript.
var sdate = new Date(theform.SubmissionDate.value);
var odate = new Date(theform.StartDate.value);
var todaysdate = new Date();
if(sdate < todaysdate)
{
alert("Submissionn Date should not be less than current date");
return false;
}
if(sdate < odate)
{
alert("Submissionn Date should not be less than opening date");
return false;
}
My above comparison does'nt work. can u suggest some way?
View 3 Replies
View Related
Jun 1, 2007
How would one go about comparing 2 strings one of which may contain
special entities (eg "cassé" and "cassé")?
I tried to find a way to take the second string and do a replace
whenever such entities are encountered but this implies creating some
sort of lookup table containing not all but a good number of entity
codes. Unless I am mistaken, javascript does not any function to replace
an entity-infested string with a decoded string, pretty much like php's
html_entity_decode. Another way, probably better (but I don't know),
would be to encode the first string.
View 3 Replies
View Related
Feb 14, 2007
I've this comparison with two numbers
if (t.minimum.value t.maximum.value) ...
yet it's always true except when minimum and maximum are identical. Why
isn't it false when minimum is smaller than maximum?
View 13 Replies
View Related
Jul 20, 2005
I have this function that checks formfields with an onChange. But it seems
to get my comparisons wrong. I've listed the function below, and give some
sample values here, the committed value is changed from 1000 to 1500 and
then gets a popup that it is greater than the Budget? Code:
View 1 Replies
View Related
Feb 9, 2009
I have this method: function rbc_init() {
var choice = document.getElementById('choiceKey6').value;
var searcher = document.getElementById('searchText').value;
if (choice == "Services")
{
var script = '/site/includes/az_search_results.php';
[Code]...
choiceKey6 is a drop down menu with the values "Services", "Documents", "Downloads", "Frequently Asked Questions". I've named it strangely because of the bug that causes IE's getElementByID to search both ID's and names. SearchText is just a textbox, but it is irrelevant to my problem.
My problem is that in firefox this works as expected, the string comparisons work and the code in the if statements is executed as expected. In internet explorer however, the algorithm always defaults to the else statement at the end. What have I done wrong? argh.
View 2 Replies
View Related
Nov 25, 2009
Is there a ways in javascript to create graphs chart? i can't seem to find a code on the Internet
View 5 Replies
View Related
Aug 2, 2006
I have three fields that I want validated on a form. Item3 cannot be smaller than Item2 and Item2 cannot be smaller than Item1.
Below is what I had in mind:
Function validateForm()
{
If (Item3 < Item2)
alert="You must enter a bigger size for Item 3"
else
If (Item2 < Item1)
alert="You must enter a bigger size for Item 2
}
</script>
<form method="POST" action="Post.jsp" onsubmit="validateForm(this)">
View 4 Replies
View Related
Feb 24, 2010
i am building a web app that has a bunch of charts on it. they are essentially very basic flow charts that show relationships between two boxes.
now i have the divs printing out on the screen with no problems. but i have little idea on the best way to draw the arrows between the boxes.
my original thought was to place the images (as background images) in a span and then use server side code to determine the size of the span (length) and then absolutely position it. seems clunky.
then my next thought was to put the arrows and lines into SVG canvases and then use some sort of javascript to plot the two box points and draw the line. the question though is how to go about it? is there already a library or set of examples out there that does this sort of stuff? i had a google search, but couldnt come up with anything that was of use...
View 2 Replies
View Related
Sep 29, 2005
I have 2 textbox for Date input: Start Date and End Date I have javascript onsubmit="return fieldCheck()" to check all the required fields are not empty.
My problem is that i want to throw below javascript to check that End Date cannot be earlier than the Start Date. It works if both dates are in the same month, and if they are different month or day, then it's not working properly
d1_str = document.form.txtEndDate.value;
d2_str = document.form.txtStartDate.value;
d1 = new Date(d1_str.split('/')[2],d1_str.split('/')[1],d1_str.split('/')[0]);
d2 = new Date(d2_str.split('/')[2],d2_str.split('/')[1],d2_str.split('/')[0]);
if (d1.getTime()<d2.getTime()) {
emptyfields += "
End Date can't be earlier than Start Date" ; //this is the error msg
}
View 3 Replies
View Related
Sep 19, 2006
I have a problem with Javascript, I need to do something fairly complicated and I'm not sure how. first let me explain what I am trying to do.
I need a user to be able to enter a single word in a text form on a page. i then need to seperate every character in that string to create new variables (example: var charater1 = string.charAt(0)) there are ten characters in total.
I then need to compare the character to find the appropriate integer number for it, for example A would equal the integer number 1. once I have converted all ten characters I then need to write them to a file, something like a text file or the like.
View 1 Replies
View Related
May 2, 2011
Before anyone shoots me down I know this is not JSF forum I've been there and didn't get any joy at all, because the function I'm after is JavaScript so I wonder if anyone can help me please?
This function is for refreshing an Id called columnChartOne but unfortunately it doesn't work. This function is from Fiji demo page.
Code:
onclick="$('myForm:columnChartOne:component').update(); return false;"
How can I possibly rewrite this function as JavaScript function so it refreshes a column Id ?
View 3 Replies
View Related
Jul 23, 2005
Whenever I try to call ...DataLabelsCollection.Add I get the error
"Invallid Parameter".
if((document.chsp.charts(0).Type==18) ||
(document.chsp.charts(0).Type==19) ||
(document.chsp.charts(0).Type==20) ||
(document.chsp.charts(0).Type==9001) ||
(document.chsp.charts(0).Type==9002))
{
var dls;
dls =
document.chsp.charts(0).SeriesCollection(1).DataLa belsCollection.Add();
dls.HasPercentage = 'True'
dls.HasValue = 'True'
}
View 4 Replies
View Related
Nov 10, 2011
i'm new to jQuery and SVG and my homerwork is to develope ECG chart. It should show data with: - 25mm/s - 50 mm/s - 1mm/mV - 5mm/mv I've decided to use Keith Wood jQuery plugin and have some questions. Is it possible to manipulate with gridlines when using graphing extension? I'd like every full second line to be thicker than the rest. Secondly, length on chart in every resolution should be equal to real length. Or should I make that chart step by step using drawing functions?
View 2 Replies
View Related