Hi i have an Ajax script which is working in FireFox but not IE, obviosuly i want a wide range of people to be able to view, but cant seem to figure it out. Any help would be great, here is the co...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hmm..
Please take a look at this :
Iklan Baris Gratis Tanpa Daftar, Tukar Link, Iklan Banner | IklanMega.net [http://www.iklanmega.net]> (open with Mozilla) and
Iklan Baris Gratis Tanpa ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All
I'm trying to write a program that will log into my account on www.vyke.com [http://www.vyke.com]> and send an SMS. I have used HttpWatch in IE to determine the following request respon...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello friends,
I have been looking to solve this problem from last many days but couldnot find a way.
I am getting a very unusual error.
I have a page with an updatepanel contol which ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I would just like to know where do Javascript usually being used? I've seen it being used in web pages. Our school didn't introduces this one. And i would like to gain a little knowledge about it....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Greetings,
I am trying to create a horizontal line using CSS (without an image). The <hr> element is not really as thick as I want it. Thus, I am trying something like this:
div.hr
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have an HTML form that sends data to a PHP form. However, to increase speeds I have decided to validate the data before sending. So, instead of a "submit" button I have used a normal &...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
say i have these two functions:
Code:
function one(object)
object.style.right=1px;
function two(object) {
object.style.top=1px;
}
is there a way i could reduce redundancy by combining these...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
say i have these two functions:
function one(object)
object.style.right=1px;
function two(object) {
object.style.top=1px;
}
is there a way i could reduce redundancy by combinin...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi. I've been trying to make a CRC calculator (don't ask why I didn't just use somebody else's source code, I need to make it for certain specs), and I decided that in JavaScript I don't have to d...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, I have a script which collapses the menu, inside its frame.
PHP Code:
<script language="JavaScript">
functio...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Guys!
I am new to javascript and I'm not exactly sure how to use javascript for a "add another" button on a form that after a...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hey guys, so Im a PHP guy, I like javascript, but I spend my time expanding my PHP skills...
I was wondering if someone could help me find...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Cascading Style sheet or CSS is one of the most used and convenient way of coding the mark up languages. Most of the websites are built on an ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi I have a website where i put a java script in to show my pictures with dark background, but i works on my computer but not when i upload it...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello everyone. I would like to have some help.
I am doing a map and on each item, you can do a mouseover and get a popup with info of the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey guys,
I'm looking for a way to have a button in my form that will add another text input when clicked, similar to the attachments form i...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi!!!
I am developing a project using J2EE. i need to close the form when i click on Exit button and go to previous page. i have wrote some...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
The ajax code:
Code:
var xmlHttp = GetXmlHttpObject();
if (xmlHttp == null) {
window.alert("Your browser does not support ajax.\n Please use latest version of your browser.");
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This may seem a mad question but there is a genuine reason for it!
If someone visits my page: http://my-domain.com/my-page/ [http://my-dom...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi everyone.
Am trying to get some data (in french) from a database, but the special characters like "é" are getting replaced by question marks. I have been able to find a way in moz...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
OK, this must be a very very simple question for ASP programmers to answer.
After I have gathered all the information I want from the user and after
the user has clicked on a submit button, ho...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
is it possible to display the date using javascript e.g. 12th March 2008 NOT 12th March 2008 <time/time zone> ?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a rather strange issue. When I have nortan popup blocker disabled, there are no problems. However, I expect my target audience to have ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Okay, so AJAX is used with Javascript and XML, but which XML?
I mean, how do I call to get contents from some XML file from javascript?
I'll search in google and see what I get for some he...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine