Forum: JavaScript / DHTML / AJAX Oct 15th, 2008 |
| Replies: 3 Views: 1,082 Hi Everyone,
Can some one tell me is this possible. I want to show a text hiperlink over an image.
http://img371.imageshack.us/img371/5936/texthiperlinkjv3.th.png... |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2008 |
| Replies: 1 Views: 961 Hi everyone,
I need some suggestion.
Actually i created a text box and wrote a java script to limit its character hold to 500 char. I made my related db column size to 508bytes(Oracle).
The... |
Forum: JavaScript / DHTML / AJAX Apr 15th, 2008 |
| Replies: 6 Views: 1,109 hmmm.. seems a nice trick if you want to show some alert to your website user.. no idea how he did that.. must be calling some "windows." function.. :| |
Forum: JavaScript / DHTML / AJAX Apr 14th, 2008 |
| Replies: 6 Views: 1,109 Guys check this site.. http://symbian.mobilethemes.com/downloads/info/24346.jsp
If you are not logged in.. it gives a IE tool bar saying "You are not logged in."similar like the ActiveX warning of... |
Forum: JavaScript / DHTML / AJAX Jan 18th, 2008 |
| Replies: 1 Views: 960 Am using the following code to remove a text box from my site. So when the user clicks on remove_btn.gif a text box row gets removed.
<html:image... |
Forum: JavaScript / DHTML / AJAX Jan 14th, 2008 |
| Replies: 7 Views: 2,065 Ya thats true.. you need to know your ide better.. am learning..Thanks for these infos. :) am using myEclipse 6.0.1 it has eclipse 3 i hope.. i installed the standalone |
Forum: JavaScript / DHTML / AJAX Jan 13th, 2008 |
| Replies: 7 Views: 2,065 ya sos it was copy problem.. thanks for quick response..so which ide are you guys use for js.. since am using myEclise and it didnt showed any error.. :( |
Forum: JavaScript / DHTML / AJAX Jan 13th, 2008 |
| Replies: 7 Views: 2,065 Guys,
I was going through the book called Ajax for Dummies and got the following example.
<html>
<head>
<title>Ajax at work</title>
<script language = "javascript">
var XMLHttpRequestObject =... |
Forum: JavaScript / DHTML / AJAX Dec 25th, 2007 |
| Replies: 8 Views: 2,301 bro another way to test! Just now found.. Go to orkut.com. Login and scrap your friend with IFRAME.. it supports html but no iFRAME! |
Forum: JavaScript / DHTML / AJAX Dec 25th, 2007 |
| Replies: 8 Views: 2,301 Bro.. its true that it will of no use.. but any way...I tested it like this.. send the html file to my nokia n80i as a message through bluetooth.. clicked on it and it opened in the default browser... |
Forum: JavaScript / DHTML / AJAX Dec 24th, 2007 |
| Replies: 8 Views: 2,301 bro excelent! Too cool.. just one more help! how do I test that ? Means all browser are capable of IFrame.. which browser should i use to test? |
Forum: JavaScript / DHTML / AJAX Dec 24th, 2007 |
| Replies: 8 Views: 2,301 Ya i dint thought about the first option but thought about the second one before.What i wanted was if the user wont have the Iframe support he may be provided with a web link so that he can click on... |
Forum: JavaScript / DHTML / AJAX Dec 24th, 2007 |
| Replies: 8 Views: 2,301 Is there a way to check Iframe is supported by a browser or not in the JSP using some script. Please let me know! Its urgent |
Forum: JavaScript / DHTML / AJAX Sep 13th, 2007 |
| Replies: 2 Views: 3,537 which is right.html buddy? |
Forum: JavaScript / DHTML / AJAX Sep 10th, 2007 |
| Replies: 7 Views: 2,031 ok.. i didnot knew this.. Thanx for your responses.. Let me try.thanx again |
Forum: JavaScript / DHTML / AJAX Sep 10th, 2007 |
| Replies: 7 Views: 2,031 Friend i was able to solve my problem using JSP within JS but i will wait for the answer ! I want to learn!
ThanX |
Forum: JavaScript / DHTML / AJAX Sep 10th, 2007 |
| Replies: 7 Views: 2,031 friend while i was trying i found the following code also give the same problem.. why is it so. If the code below works then my problem will be solved!
<html>
<body>
<h1 id="header">My... |
Forum: JavaScript / DHTML / AJAX Sep 10th, 2007 |
| Replies: 7 Views: 2,031 hay another thing..
this is a new thing which came with the change..
i made a function such that if the user types the same name as "Tommy" it should execute.
And the funny thing is as soon... |
Forum: JavaScript / DHTML / AJAX Sep 10th, 2007 |
| Replies: 7 Views: 2,031 thanx for your response S.O.S.. i have made the changes as you told.
now when i try to access it and display on my page using " name.value " it displays "undefined". What i might have done wrong??
... |
Forum: JavaScript / DHTML / AJAX Sep 8th, 2007 |
| Replies: 7 Views: 2,031 I use the following code to display the user name on the website.. like
"Welcome Kaushik"
<jsp:useBean id="adminUser" class="bss.BSSUserDetailsDo" scope="session"/>
<font size="4"... |
Forum: JavaScript / DHTML / AJAX Sep 8th, 2007 |
| Replies: 3 Views: 2,224 lots of thanx for your help..
i used this method..
if(string1.search(string2)==-1)
{
// Not found
}
else
{
// found |
Forum: JavaScript / DHTML / AJAX Sep 8th, 2007 |
| Replies: 9 Views: 18,789 use the inbuild error console in firefox to know your error..its cool..
tool -> error console
first clear the console and then execute ur web app in firefox and continiously check for any error... |
Forum: JavaScript / DHTML / AJAX Sep 6th, 2007 |
| Replies: 3 Views: 2,224 How to do this type of comparison.
Say i have a variable with a word "ABCDEF"
and i want to check the combination "DEF" exists in it or not how do i do?
I want to make a simple comparison test.. ... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2007 |
| Replies: 5 Views: 1,298 Bro i was able to solve it.. just changed
else
{
str = "Big Word";
strColor= "green";
}
// document.getElementById('streng').innerHTML = str;
... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2007 |
| Replies: 5 Views: 1,298 I was trying to change my font colour dynamically.. got a bit messed up...
What changes should i have done?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2007 |
| Replies: 5 Views: 1,298 ya.. thanx..lots of thanx.. thats what i want |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2007 |
| Replies: 5 Views: 1,298 In the following code i am able to change the case of my entered text with each entry of letters.. can you tell how do i dynamically display its length as well without using ajex.. <html>
<head>
... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2007 |
| Replies: 1 Views: 2,577 Hi friends,
The code i attached is used for checking password strength!. I have a html page which calls this.
Problem is if i change the following code
Code:
if (bCheckLowerCase)
{
... |