Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 20 of 20
Search took
0.15
seconds.
Search:
Posts Made By:
sourabh1989
Forum:
JavaScript frameworks
10-03-2012, 10:37 AM
Replies:
3
Checking file exists or not using javascript??
Views:
515
Posted By
sourabh1989
<div id="content"></div> its only a div in...
<div id="content"></div>
its only a div in which i am appending my output... If u want whole html page ican give u that also for bettr idea...
<!DOCTYPE html>
<html>
<head>
<script...
Forum:
JavaScript frameworks
10-03-2012, 08:31 AM
Replies:
3
Checking file exists or not using javascript??
Views:
515
Posted By
sourabh1989
Checking file exists or not using javascript??
i want to check that if a path to a file is given and we want to check that the file is present there or not in that directory..??
Below is my html snippet in which i am passing my path as...
Forum:
JavaScript programming
09-26-2012, 01:33 PM
Replies:
2
href not working in IE8 but working fine in firefox..
Views:
383
Posted By
sourabh1989
href not working in IE8 but working fine in firefox..
I have dynamically created href in javascript which works absolutely fine in firefox but shows error in chrome and IE8.
var file_name= "www.google.com";
var link=document.createElement('link');...
Forum:
JavaScript programming
09-19-2012, 09:40 AM
Replies:
4
Updating a div with file
Views:
385
Posted By
sourabh1989
Actually i was not getting what exactly should i...
Actually i was not getting what exactly should i search for but luckily i got my solution. Thanks guys for so much help.
Forum:
JavaScript programming
09-19-2012, 04:56 AM
Replies:
4
Updating a div with file
Views:
385
Posted By
sourabh1989
I dont have any knowledge about ajax. Can this be...
I dont have any knowledge about ajax. Can this be achieved through javascript or anything else..?? Just provide me some reference what should i search for because i searched alot didn't got anything...
Forum:
JavaScript programming
09-18-2012, 12:24 PM
Replies:
4
Updating a div with file
Views:
385
Posted By
sourabh1989
Updating a div with file
I want to insert a file into a div. my code is below.
<html>
<head>
<script src="table.js"></script>
<link rel='stylesheet' type='text/css' href='table.css'>
<script...
Forum:
HTML & CSS
09-17-2012, 12:36 PM
Replies:
8
Updating one div with other div content
Views:
475
Posted By
sourabh1989
Thanks for so much help.. Can you help me a bit...
Thanks for so much help.. Can you help me a bit more. I wanna know how one div function output can be shown in another div adjasent to it..??/
Forum:
HTML & CSS
09-17-2012, 11:56 AM
Replies:
8
Updating one div with other div content
Views:
475
Posted By
sourabh1989
Yup, it seems that it is mostly similar to what i...
Yup, it seems that it is mostly similar to what i want to do. Can u please give me the it will be very helpful for me....Thanks in advance:)
Forum:
HTML & CSS
09-17-2012, 11:31 AM
Replies:
8
Updating one div with other div content
Views:
475
Posted By
sourabh1989
Thanks for reply but i want that output of my...
Thanks for reply but i want that output of my function is to displayed in other div. Is it possible that i click on table of contents from 1st div and output is displayed in other div..??
Forum:
HTML & CSS
09-17-2012, 10:17 AM
Replies:
8
Updating one div with other div content
Views:
475
Posted By
sourabh1989
Updating one div with other div content
Here is my code below. I wanted two div adjacent two each other. One div contains table of content. What i want to do is that when i click on any of the table of content from 1st div its output...
Forum:
JavaScript programming
09-17-2012, 06:34 AM
Replies:
5
Using div tag to display table of content and html table
Views:
701
Posted By
sourabh1989
thanx i understood it :).... I will keep this...
thanx i understood it :)....
I will keep this in mind for future.... Can u guide me how i can use div's intead of frames.... If u can refer me some examples or source where i read abour div it will...
Forum:
JavaScript programming
09-17-2012, 06:32 AM
Replies:
1
Javascript working well on firefox 1.5 but fails on firefox 3.0
Views:
239
Posted By
sourabh1989
Javascript working well on firefox 1.5 but fails on firefox 3.0
Can anybody guide me what can be my mistake that my javscript is working well on firefox 1.5 bur it fails on any other version of firefox and also on other browsers like internet explorer..
Forum:
JavaScript programming
08-30-2012, 05:06 AM
Replies:
5
Using div tag to display table of content and html table
Views:
701
Posted By
sourabh1989
can u elaborate it further i am unable to...
can u elaborate it further i am unable to understand what exactly you wanna say.....
Forum:
JavaScript programming
08-29-2012, 04:58 AM
Replies:
5
Using div tag to display table of content and html table
Views:
701
Posted By
sourabh1989
Using div tag to display table of content and html table
Here below i am enclosing my code which is generating html table.
This is my html file in which i have sourced my javascript and json database file. In this i am calling function createtable fron...
Forum:
JavaScript programming
08-28-2012, 02:07 PM
Replies:
1
Using div tag to display table of content and html table
Views:
281
Posted By
sourabh1989
Using div tag to display table of content and html table
I want to create a table of contents(toc) on the top of my browser output and each of my content in toc in linked with a javascript function. I want that when i click over the content its linked...
Forum:
DOM and JSON scripting
07-25-2012, 06:08 AM
Replies:
1
Getting the location of cell in respect of row and column in a table
Views:
455
Posted By
sourabh1989
Getting the location of cell in respect of row and column in a table
when i click on the content of cell of my html table created using javascript i want that it returns the location of cell in the HTML table in respect of row and column ...i mean it should give the...
Forum:
DOM and JSON scripting
07-24-2012, 07:23 AM
Replies:
3
How to attach onclick to contents of column of my table.?
Views:
512
Posted By
sourabh1989
td.onclick= function () { ...
td.onclick= function () {
alert(this.innerHTML);
}
When i am using this code in my script the alert gets triggered only twice. why its working every time i am clicking on the contents of...
Forum:
DOM and JSON scripting
07-24-2012, 05:03 AM
Replies:
3
How to attach onclick to contents of column of my table.?
Views:
512
Posted By
sourabh1989
Thanx for reply but sir when i am doing it like...
Thanx for reply but sir when i am doing it like this it works only two times and after that it stop working... is it any prob in my code..i cant see any changes in yours and mine code.. have you made...
Forum:
DOM and JSON scripting
07-23-2012, 02:03 PM
Replies:
3
How to attach onclick to contents of column of my table.?
Views:
512
Posted By
sourabh1989
How to attach onclick to contents of column of my table.?
I want to add a functionality in my code that when i click on the contents of cell of my html table created using javascript i get the contents of cell back...
here is my javascript code. Guide me...
Forum:
JavaScript programming
07-20-2012, 09:15 AM
Replies:
1
Creating HTMLtable dynamically from json array
Views:
725
Posted By
sourabh1989
Creating HTMLtable dynamically from json array
CODE : [var array_cells = [
{ "name" : "abc" , "sirname" : "x y z" , },
{ "name" : "def" , "sirname" : "x" , },
{ "name" : "ghj" , "sirname" : "y" , },
]; ]
This is my json array in a...
Showing results 1 to 20 of 20
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
05:54 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.